...
- Ask for an interactive shell with the command
srun <…> --pty --interactive bash
. We For reduced waiting times we advise to use the one of the test partitions for when submitting interactive jobs. - In the interactive shell, execute the parallel program with the MPI starter mpirun or srun.
Codeblock | ||
---|---|---|
| ||
blogin1:~ > srun -t 00:10:00 -p medium40:test -N2 --tasks-per-node 24 --pty --interactive bash
bash-4.2$ mpirun hello_world >> hello_world.out
bash-4.2$ exit
blogin1:~ > |
...
Erweitern | |||||||
---|---|---|---|---|---|---|---|
| |||||||
Requesting 1 large node with 96 CPUs (physical cores) for 20 minutes, and then using 192 hyperthreads
|
Job Accounting
The webpage Accouting Accounting and NPL gives you more information about job accounting.
...