Versions Compared

Key

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

...

No Format
bsub -q xlong -G lcd \
-o `pwd`/job.log \
-e `pwd`/job.err \ 
time ./slic \
-g acme0605mygeom.lcdd \
-o output \
-i events \ 
-m init.mac \
-r 5000 \
-x

This command assumes the following.

  1. submitting to a queue called 'xlong'
  2. user belongs to a group called 'lcd'
  3. standard output goes to job.log
  4. standard error goes to job.err
  5. slic can be found in the current directory
Info
titleLSF At Your Site

The input to the LSF bsub command will vary depending on your site. For instance, the queue and group assignments from above are only applicable to those in the LCD group at SLAC.