...
Partition of Lise | Login node |
---|---|
CPU partition "Lise" | blogin.nhr.zib.de |
GPU A100 partition | bgnlogin.nhr.zib.de |
GPU PVC partition | bgilogin.nhr.zib.de |
...
Here only a brief introduction to program building using the intel compiler is given. For more detailed instructions, including important compiler flags and special libraries, refer to our webpage Compilation GuideCPU CLX.
Examples for building a program on the Atos system
...
Parameter | Default Value | |
---|---|---|
# tasks | -n # | 1 |
# nodes | -N # | 1 |
# tasks per node | --tasks-per-node # | |
partition | -p <name> | standard96/medium40 |
Timelimit | -t hh:mm:ss | 12:00:00 |
...
Job scripts
Please go to our webpage CPU partition "Lise" for more details about job scripts. For introduction, standard batch system jobs are executed applying the following steps:
...