Versions Compared

Key

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

...

Primjer skripte za opis poslova:

Code Block
titlerun.sge
linenumberstrue
#!/bin/bash

#$ -N qe
#$ -cwd
#$ -pe p28-mpi 2
#$ -j y

module load quantum-espresso/6.7

mpirun -np 2 /apps/qe/6.7/mvapich2-intel-2.2/bin/turbo_lanczos.x -inp benzene_tl.in > benzene_tl.out

...