...
Codeblock | ||||
---|---|---|---|---|
| ||||
module load gcc gcc -fopenmp -o hello.bin hello.c gfortran -fopenmp -o hello.bin hello.f90 g++ -fopenmp -o hello.bin hello.cpp |
Slurm job script
The examples for slurm job scripts, e.g. myjobscipt.slurm, that cover the setup
...
...
Codeblock | ||||
---|---|---|---|---|
| ||||
module load gcc gcc -fopenmp -o hello.bin hello.c gfortran -fopenmp -o hello.bin hello.f90 g++ -fopenmp -o hello.bin hello.cpp |
The examples for slurm job scripts, e.g. myjobscipt.slurm, that cover the setup
...