Versions Compared

Key

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

...

bsub -q psnehhiprioq -n 16 -Is /bin/tcsh

(use, psfehhiprioq if you are doing an experiment in the far-experimental-hall, and use /bin/bash if you use bash as your unix shell). Note that the above option is "Is" (capital-eye-esss) not "ls" (ell-ess).

One caveat: X11 graphics don't work in this mode (e.g. matplotlib).  To get X11 graphics, do the above command (to reserve the node), then "ssh psanaXXXX" (from pslogin or psana) on another window, where XXXX is the node name that you were allocated by the "bsub" command (visible with the command "hostname").

Remember to logout of all sessions when you are done with them (e.g. when you don't have beam).

...