Versions Compared

Key

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

...

Code Block
languagebash
titlePBS skripta
linenumberstrue
#PBS -q gpu
#PBS -l select=1:ngpus=1:ncpus=41
#PBS -N pw

cd ${PBS_O_WORKDIR}

module load scientific/qe/7.1-nvhpc

pw.x -i calcite.in

...