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

Update batch_small.slurm

parent bb80a158
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#SBATCH -J vasp_NR
#SBATCH --constraint=BDW28
#SBATCH --nodes=16
#SBATCH --ntasks-per-node=24
#SBATCH --time=00:45:00
#SBATCH --output Occigen.output
ulimit -s unlimited
module purge
module load intel/18.1
#module load cuda/10.1
module load openmpi/intel/2.0.4
# calcul
set -x
srun --mpi=pmi2 -K1 --resv-ports ./vasp_std_CINES > vasp.out
\ No newline at end of file
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