Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Popravljen typo u CREST 6.4.1 code blocku.

...

O programu CREST i njegovim opcijama više na mrežnim stranicama. 

Code Block
titleCREST
#!/bin/bash
#$ -N CREST_job
#$ -cwd
#$ -pe p28-mpisingle 4

module load xtb/6.4.1

export OMP_STACKSIZE=1G
export OMP_NUM_THREADS=$NSLOTS,1
export OMP_MAX_ACTIVE_LEVELS=1
 
crest struc.xyz -gfn2 -g h2o -T $NSLOTS

...