Versions Compared

Key

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

...

2024-06-17 Test for mpi det.calib standard

Dataset

    ds = MPIDataSource('exp=xcsl1030422:run=237')
    det = Detector('XcsEndstation.0:Epix10ka2M.0')
    ds.break_after(nevents*size)

List of commands

Code Block
titleList of test commands
collapsetrue
> s3dflogin
> psana
srun --partition milano --account lcls:prjdat21 -n 1 --time=01:00:00 --exclusive --pty /bin/bash
...
[dubrovin@sdfmilan050:~/LCLS/con-py3]$


In other window
===============
> s3dflogin
ssh -Y sdfmilan050
cd LCLS/con-py3
source /sdf/group/lcls/ds/ana/sw/conda1/manage/bin/psconda.sh
source /sdf/group/lcls/ds/ana/sw/conda1/manage/bin/setup_testrel

mpirun -n   1 python Detector/examples/test-scaling-mpi-epix10ka2m.py 1
mpirun -n  80 python Detector/examples/test-scaling-mpi-epix10ka2m.py 1

...

hostname:sdfmilan219 rank:000 cpu:014 cmt:16p-v1 proc time (sec) mean: 0.2079 +/- 0.0032 rms: 0.0109 +/- 0.0022

Ratio: 1.33

2024-06-18 Test for mpi det.calib local with inserted timeing points

...