Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

LSF provides a structure called a job array that allows a sequence of jobs that share the same executable and resource requirements, but have different input files, to be submitted, controlled, and monitored as a single unit. Using the standard LSF commands, you can also control and monitor individual jobs and groups of jobs submitted from a job array.

*How can I submit jobs to LSF on the cluster from my workstation without actually logging into the cluster?*

If you have ssh on your workstation, try the following:
> ssh cluster.uit.tufts.edu ". /etc/profile.d/lsf.sh && bsub -q queuename ./yourprogram"

...