Zeon

Aus IT Physics
Zur Navigation springen Zur Suche springen
Die druckbare Version wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.

New Opterox-Login

Server is zeon.physik.uni-due.de

Queueing system = Slurm

  • sinfo shows overall load and available queues (partitions).
  • squeue shows running jobs.
  • simplest submission: sbatch -nn script-name
  • scancel job-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 avail lists the installed modules, relevant are:
    • compiler/latest → ifort, icpc, icc, ...
    • mpi/latest → mpirun, mpiifort, mpiicpc, mpiicc, ...
    • mkl/latest

Inside a shell script (bash), you have to do shopt -s expand_aliases before being able to use the module command.