Zeon: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(neu) |
K (→Intel oneAPI: shopt) |
||
| Zeile 20: | Zeile 20: | ||
** mpi/latest → <code>mpirun</code>, <code>mpiifort</code>, <code>mpiicpc</code>, <code>mpiicc</code>, ... | ** mpi/latest → <code>mpirun</code>, <code>mpiifort</code>, <code>mpiicpc</code>, <code>mpiicc</code>, ... | ||
** mkl/latest | ** mkl/latest | ||
Inside a shell script (bash), you have to do <code>shopt -s expand_aliases</code> before being able to use the <code>module</code> command. | |||
Version vom 17. Februar 2022, 16:39 Uhr
New Opterox-Login
Server is zeon.physik.uni-due.de
Queueing system = Slurm
sinfoshows overall load and available queues (partitions).squeueshows running jobs.- simplest submission:
sbatch -nn script-name scanceljob-id kills job.
Intel oneAPI
Intel compilers, MKL and MPI are installed, must be selected via the module system:
module use /opt/intel/oneapi/modulefiles (unless you include that directory in your MODULEPATH)
module availlists the installed modules, relevant are:- compiler/latest →
ifort,icpc,icc, ... - mpi/latest →
mpirun,mpiifort,mpiicpc,mpiicc, ... - mkl/latest
- compiler/latest →
Inside a shell script (bash), you have to do shopt -s expand_aliases before being able to use the module command.