Content
Inhalt |
---|
Code execution
For examples for code execution, please visit Slurm partition CPU CLX.
Code compilation
Intel compiler
...
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 |
Code execution
To execute your code you need to
- have a binary, which is the result of code compilation,
- create a slurm job script,
- submit the slurm jobs script.
...
title | Job submission |
---|---|
collapse | true |
...
Slurm script
The examples for slurm job scripts, e.g. myjobscipt.slurm, that cover the setup
...