First page Back Continue Last page Overview Graphics
Interactive processing.
You can run interactive on batch nodes (and at PDSF it is actually encouraged).
bsub -I -q short <your application> (but no LD_LIBRARY_PATH)
-
bsub -Is -q short /bin/tcsh
or
bsub -I -q short xterm
Then you can configure your environment and run until time limit.
lsrun strongly discouraged – jobs with no companion batch process are killed automatically
Notes: