...
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 |
Gnu compiler
Codeblock | ||
---|---|---|
| ||
a
b |
Code execution
To execute your code you need to
...
...
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 |
Codeblock | ||
---|---|---|
| ||
a
b |
To execute your code you need to
...