Skip to content

Commit 026285e

Browse files
authored
Update README.md
1 parent 362aa40 commit 026285e

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
@@ -13,7 +13,7 @@ Now compile the code can be compiled:
1313
```
1414
hipcc -O2 --offload-arch=gfx90a <code>.cpp
1515
```
16-
Alternatively, when avilable, one could use `Makefile` set to use the [cray compilers](https://docs.lumi-supercomputer.eu/development/compiling/prgenv/#using-hipcc).
16+
Alternatively, when available, one could use `Makefile` set to use the [cray compilers](https://docs.lumi-supercomputer.eu/development/compiling/prgenv/#using-hipcc).
1717
## Running
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

0 commit comments

Comments
 (0)