#!/bin/bash # Simple LSF script for submitting multiple parallel lammps jobs #------------------------------------------------------- #------------------------------------------------------- # # <------ Setup Parameters ------> # #BSUB -J chetanF #BSUB -n 4 #BSUB -N -u cmahajan@...670... #BSUB -q normal #BSUB -o stdout.o%J #BSUB -e stderr.o%J #BSUB -W 2:00 # # Usage: # #BSUB -n # #BSUB -W [hours:]minutes to specify run time limit # #BSUB -J # #BSUB -q # #BSUB -o # NOTE: The macro %J encodes the job id. # cd $LS_SUBCWD set echo ibrun ./lmp_lonestar