Skip to content

Commit ebc9175

Browse files
authored
Update README.md
1 parent 1e8f1f0 commit ebc9175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/examples/cuda-hip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Alternatively one could use `Makefile` in the folder which are set to use the [c
1818
In order to execute the HIP application on GPU nodes we submit it to the partition `standard-g` (`-p` flag). We have specify as well the running options like number of gpus needed, mpi tasks and CPU core per MPI taks. Below we have an example of a job with 2GPUs, 1 node, 2 MPI tasks and 4 cores per MPI task:
1919

2020
```
21-
srun -p standard-g --gpus 2 -N 1 -n 2 -c 4 --time=00:10 --account=project_465000485 ./a.out
21+
srun -p dev-g --gpus 2 -n 2 -c 4 --time=00:10 --account=project_465001310 ./a.out
2222
```
2323
Modify this according to the neeeds of the job. Note that the modules should be loaded in the terminal which is used for launching the job.
2424

0 commit comments

Comments
 (0)