Versions Compared

Key

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

...

WRF je preveden s Intel 2019 i OpenMP 3.0.

Dostupne verzije:

VerzijaModul
3.8.1WRF/3.8.1-openmpi-intel

Korištenje

Code Block
titleamber-cpuwrf-parallel.sge
#!/bin/sh
#$ -N WRF
#$ -pe p28*full 28
#$ -cwd

cd /home/user/input_dir

module load WRF/3.8.1-openmpi-intel

mpirun -np $NSLOTS $FLAGS wrf.exe

...