Versions Compared

Key

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

...

  • git repository data_test_access cloned with all other psana packages
  • location for data_test can be controlled in config/psana-conda-svn-pkgs:
    • subdir=/tmp - clones this package as /tmp/data_test
  • data_test_access is included but data_test is ignored in tar cfvz /cds/sw/ds/ana/conda1/manage/downloads/anarel/psana-conda-4.0.56.tar.gz psana-conda-4.0.56

Build on s3df

...

Initialization for build on s3df

create conda_build_svn environment

s3dfnx - nx - server on s3df connects to dubrovin@sdflogin002

cd .../con-build
. /sdf/group/lcls/ds/ana/sw/conda1/manage/bin/psconda.sh

conda deactivate

conda env list

conda activate conda_build

...

create -n conda_build_svn svn conda_build anaconda-client

clone anarel-manage

cd .../con-build
. /sdf/group/lcls/ds/ana/sw/conda1/manage/bin/psconda.sh

git clone git@github.com:slaclab/anarel-manage.git

make git seen from psana nodes

ema ~/.gitconfig

[user]
        name = msdubrovin
        email = msdubrovin@gmail.com

\[http\] - remove

run bin/ana-rel-admin on s3df

login as myself

> s3dfnx ends up as dubrovin@sdflogin002

> psana ... because /

>>> missing svn command

conda create -n conda_build_svn svn conda_build anaconda-client

conda deactivate

conda activate conda_build_svn

python -V
Python 3.11.5

bin/ana-rel-admin --force --cmd psana-conda-src --name 4.0.58 --basedir `pwd`

>>> AssertionError: stderr from cmd=svn ls file:///afs/slac/g/pcds/svn/pdsdata/tags
   svn: E170013: Unable to connect to a repository at URL 'file:///afs/slac/g/pcds/svn/pdsdata /tags'
   svn: E180001: Unable to open repository 'file:///afs/slac/g/pcds/svn/pdsdata/tags'

On pcds nodes svn repo is file:///afs/slac/g/pcds/svn/pdsdata/tags

Wilko: afs is accessible on the interactive nodes (psana):
   sdfiana001> ls /afs/slac/g/pcds/svn/pdsdata
   conf/  db/  format  hooks/  locks/  README.txt

> sdflogin

> psana

...

is seen from psana nodes only... (Wilko)

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

cd .../con-build/anarel-manage

bin/ana-rel-admin --force --cmd psana-conda-src --name 4.0.58 --basedir `pwd`

login as psreldev

> s3dfnx ends up as dubrovin@sdflogin002

ssh psana -l psreldev

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

cd .../con-build/anarel-manageconda activate conda_build_svn

bin/ana-rel-admin --force --cmd psana-conda-src --name 4.0.58 --basedir `pwd`

>>> on sdfiana001 can access svn, but can't access git

ema ~/.gitconfig

[user]
        name = msdubrovin
        email = msdubrovin@gmail.com

\[http\] - remove

References