How to run NAMD 2.14 on cores from multiple nodes in slurm? need batch file please.

this is the one i am using:

#!/bin/sh

#SBATCH --job-name=grp_prod

#SBATCH --partition=cpu

#SBATCH --ntasks=48

#SBATCH --cpus-per-task=1

#SBATCH --time=30-50:20:00

mpirun -np 48 /lfs01/workdirs/cairo029u1/namd2_14/NAMD_2.14_Linux-x86_64-multicore/namd2 +auto-provision step4_equilibration.inp > eq.log

this batch file produces this attached log file (the first part only is attached)

More Ibrahim M. Ibrahim's questions See All
Similar questions and discussions