mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 12:28:22 +01:00
19 lines
722 B
Bash
19 lines
722 B
Bash
#!/bin/bash
|
|
#SBATCH --job-name=p2_eps0035_v3
|
|
#SBATCH --output=p2_eps0035_v3_%j.out
|
|
#SBATCH --error=p2_eps0035_v3_%j.err
|
|
#SBATCH --partition=long
|
|
#SBATCH --nodes=6
|
|
#SBATCH --ntasks-per-node=24
|
|
#SBATCH --ntasks=144
|
|
#SBATCH --exclusive
|
|
#SBATCH --time=3-00:00:00
|
|
|
|
|
|
source /etc/profile.d/modules.sh
|
|
module purge
|
|
module load cmake gcc openmpi
|
|
|
|
#mpirun -n 144 ./poet dolo_fgcs_3.R dolo_fgcs_3.qs2 dolo_only_pqc
|
|
mpirun -n 144 ./poet --interp --rds dolo_fgcs_3_rt.R dolo_fgcs_3.qs2 p2_eps0035_v3
|
|
#mpirun -n 144 ./poet --interp barite_fgcs_4_new/barite_fgcs_4_new_rt.R barite_fgcs_4_new/barite_fgcs_4_new.qs2 barite |