#! /bin/csh #PBS -l walltime=5:00 #PBS -l ncpus=32 #PBS -o lammps.out #PBS -j oe set echo #-- set up the module command and load the lammps module source /usr/share/modules/init/tcsh module load lammps #-- move to directory containing the input file cd ~/lammps #-- run lammps mpirun -np 4 lmp_blacklight < in.melt