...
Codeblock | ||||
---|---|---|---|---|
| ||||
module load intel/2024.2 module load impi/2021.13 export I_MPI_CC=icx mpiicc -Wl,-rpath,$LD_RUN_PATH -o hello.bin hello.c |
Codeblock | ||||
---|---|---|---|---|
| ||||
module load intel/2024.2
module load impi/2021.13
export I_MPI_CC=icx
mpiicc -qopenmp -Wl,-rpath,$LD_RUN_PATH -o hello.bin hello.c |
Code execution
To execute your code you need to
...