Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleBash skripta
linenumberstrue
#PBS -q cpu
#PBS -l select=8
#PBS -l place=pack
 
cd ${PBS_O_WORKDIR}
 
module load scientific/bagel/202222.06.03-intel
 
mpiexec BAGEL input.json

...