Versions Compared

Key

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

...

Code Block
ds = DataSource('shmem=psana.0:stop=no')

Job in the shared memory doesn't know what the expt is, so calibration directory needs to be specified like this:

Code Block
calibDir = '/reg/d/psdm/cxi/%s/calib' % exp
setOption('psana.calib-dir', calibDir)

There are other complications starting the code and gathering results from the MPI processes.  Contact the analysis group or your hutch Point Of Contact if you wish to use this mode.