Versions Compared

Key

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

...

Code Block
languagebash
titlePBS skripta
linenumberstrue
#PBS -q cpu
#PBS -l select=8

cd ${PBS_O_WORKDIR}

module load scientific/phits/3.31-intel

 mpiexec phits_LinIfort_MPI

...