Versions Compared

Key

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

...

  • t00:  at the entrance
  • t01:  det.raw
  • t02:  gain and pedestals - NEEDS TO BE CALLED ONCE, DO NOT NEED IN gain USE factor ONLY!!!
  • t03:  access constants at store - 1-st event consumption
  • t04: factor and pedestals for gain ranges using np.select
  • t05: apply data-bit mask to raw and subtract pedestals
  • t06: access mask - SHOULD BE DONE ONCE
  • t07: apply common mode correction if on

List of commands

Code Block
> 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  1 python Detector/examples/test-scaling-mpi-epix10ka2m.py 2
mpirun -n 80 python Detector/examples/test-scaling-mpi-epix10ka2m.py 2

Results

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

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

per event time difference betwee points in msec

                           t01       t02       t03      t04         t05       t06     t07

1-core:               0.333   0.025   0.002  10.906   1.438   0.001 140.304

80-core:             0.673   0.039   0.003  17.535   2.406   0.003 178.890


References