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/abinit/9.8.4-gnu

mpiexec abinit tbase3_1.abi

...