You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

Content

LCLS1

Development

cd mytestrel

rm .sit_conda_env

source /cds/sw/ds/ana/conda1/manage/bin/psconda.sh

# If a different environment needs to be activated, it needs to be activated here
# before setup_testrel. see New Style Test Releases

source /cds/sw/ds/ana/conda1/manage/bin/setup_testrel

###  defaults to py2, optionally add a "-py3" flag for py3

source /cds/sw/ds/ana/conda1/manage/bin/psconda.sh -py3

Since 2022-09-15 ana-5.0.45 Python 3 is now the default


source /cds/sw/ds/ana/conda1/manage/bin/setup_testrel

source /cds/sw/ds/ana/conda1/manage/bin/conda_activate ana-4.0.37-py3

git clone git@github.com:lcls-psana/Detector.git

scons

clean_lcls1_env # from ~/bin/clean_lcls1_env

External Packages

If working on external packages (for example, ndarray, psalg, pdsdata, python), you need to also to check out the corresponding proxy package. For example: ndarray_ext, Python, psalg_ext, pdsdata_ext, etc. The Python proxy package allows the python header files to be visible to C++ code.

Production

source /cds/sw/ds/ana/conda1/manage/bin/psconda.sh -py3

   defaults to py2, optionally add a "-py3" flag for py3

List release package tags

For example ana-4.0.45 tags can be seen in

/cds/sw/ds/ana/conda1/inst/envs/ana-4.0.45/data/anarelinfo/psana-conda-tags

Change test release

List available release by command

conde env list

Then set desired release ana-4.0.## with script/command conda_activate.

Sequence of commands mast be:

git clone git@github.com:lcls-psana/boost

git clone git@github.com:lcls-psana/python

source /cds/sw/ds/ana/conda1/manage/bin/psconda.sh

source conda_activate ana-4.0.##

source /cds/sw/ds/ana/conda1/manage/bin/setup_testrel

LCLS2

Development

cd mytestrel

source /cds/sw/ds/ana/conda2/manage/bin/psconda.sh

git clone git@github.com:slac-lcls/lcls2.git

cd lcls2

.  setup_env.sh

./clean_lcls2.sh

./build_all.sh

Test build production

./clean_lcls2.sh

./build_all.sh -p install

but keep in mind that any changes to the python will require that command to be issued again ("non-develop" mode).

Then test commands etc. and return back to development

./clean_lcls2.sh

./build_all.sh

Change test release

List available release by command

conde env list

Then set desired release ps-4.5.## with commands

conda deactivate

conda activate ps-4.5.##

Production

source /cds/sw/ds/ana/conda2/manage/bin/psconda.sh

Test release for users of UED

source /reg/g/pcds/dist/pds/ued/scripts/setup_env.sh

Clone packages from git

git clone git@github.com:slac-lcls/lcls2.git

git clone git@github.com:lcls-psana/Detector.git

git clone git@github.com:lcls-psana/PSCalib.git

git clone git@github.com:lcls-psana/CalibManager.git

git clone git@github.com:lcls-psana/pyimgalgos.git

git clone git@github.com:lcls-psana/.git

Build ami2

ssh -Y psbuild-rhel7

git clone https://github.com/slac-lcls/lcls2.git
git clone https://github.com/slac-lcls/ami.git
cd lcls2
source setup_env.sh
./build_all.sh
cd ../ami
./build_all.sh

ami-local -b 1 -f interval=1 psana://exp=tmoc00118,run=222,dir=/cds/data/psdm/prj/public01/xtc

ami Simple Introductory Examples

S3DF

Running at S3DF

lcls1:

source /sdf/group/lcls/ds/ana/sw/conda1/manage/bin/psconda.sh [-py2]

source /sdf/group/lcls/ds/ana/sw/conda1/manage/bin/setup_testrel

lclc2:

source /sdf/group/lcls/ds/ana/sw/conda2/manage/bin/psconda.sh


on psana: export SIT_DATA=/cds/group/psdm/data

export SIT_DATA=/sdf/group/lcls/ds/ana/data
Ex:
  sdfdtn001%  detnames /sdf/data/lcls/ds/xpp/xpptut15/xtc/e665-r0240-s02-c00.xtc


/sdf/group/lcls/ds/ana/

data, detector, sw

FFB

lclc2:

to access /cds/data/drpsrcf/tst/tstx00117/xtc

It’s “ssh psffb”.  add the “dir=“ option to DataSource, or “export SIT_PSDM_DATA=/cds/data/drpsrcf


References

  • No labels