Skip to content
Snippets Groups Projects
Commit 87e72eb3 authored by cloirec's avatar cloirec
Browse files

gromacs: remove verbose option -v in batch_large_BSG.slurm

parent 39aa1000
No related branches found
No related tags found
No related merge requests found
......@@ -23,5 +23,5 @@ export KMP_HW_SUBSET=1T
export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
export KMP_AFFINITY=compact,1,0,granularity=fine
srun -n $SLURM_NTASKS gmx_mpi mdrun -g -pin off -notunepme -maxh 0.5 -ntomp $SLURM_CPUS_PER_TASK -nsteps 20000 -noconfout -s systWT250nsGr2018woEne.tpr -deffnm bench280 -v -resethway
srun -n $SLURM_NTASKS gmx_mpi mdrun -g -pin off -notunepme -maxh 0.5 -ntomp $SLURM_CPUS_PER_TASK -nsteps 20000 -noconfout -s systWT250nsGr2018woEne.tpr -deffnm bench280 -resethway
grep Performance slurm* > results
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