Talk:NAMD

Add topic
Revision as of 18:49, 22 June 2017 by Ceing (talk | contribs) (Verbs example improvement)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Node list improvements

The ibverbs job example does a pretty intense nodefile creation process, you can do this, taken from here:

# generate NAMD nodelist
for n in `echo $SLURM_NODELIST | scontrol show hostnames`; do
  echo "host $n ++cpus 12" >> nodelist.$SLURM_JOBID
done
$CHARMRUN ++p $P ++ppn $OMP_NUM_THREADS ++nodelist nodelist.$SLURM_JOBID  $NAMD2  +idlepoll apoa1.namd
Return to "NAMD" page.