Skip to content

Instantly share code, notes, and snippets.

@jtriley
Created July 22, 2010 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtriley/485618 to your computer and use it in GitHub Desktop.
Save jtriley/485618 to your computer and use it in GitHub Desktop.
LSF ipengine job script
#!/bin/sh
#BSUB -J ipengine[1-4]
eid=$(($LSB_JOBINDEX - 1))
ipengine --logfile=ipengine${eid}.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment