Skip to content
Snippets Groups Projects
Commit 25883169 authored by alaoui's avatar alaoui
Browse files

Update batch_small.slurm

parent 0d8afd6b
No related merge requests found
#!/bin/bash
#MSUB -r bench02640
#MSUB -m work,scratch
#MSUB -n 384
#MSUB -N 3
#MSUB -T 3600
#MSUB -e bench_vasp_%I.eo
#MSUB -o bench_vasp_%I.eo
#MSUB -j oe
#MSUB -x
#MSUB -q rome
#MSUB -A tgcc0090
#==========================================
set -u
export MKL_DEBUG_CPU_TYPE=5
module purge
module load intel/19.0.5.281
module load mpi/openmpi/4.0.2
ccc_mprun -n 384 ./vasp_std
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment