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

Compare with Current View Page History

« Previous Version 49 Next »

Essential dependencies:


Migration milestones:

  • Build L1 locally on containers
  • Run single task in S3DF pipeline
  • Update all xml templates
  • Run full L1Proc in S3DF

Sustainability wishlist:

  • Get rid of SCons builds for L1
  • Upgrade python to v3 and above
  • Avoid crumbling altogether
  • Use flash (not xrootd) for staging

Open questions:

  • do we still need a wrapper for cleanup? 
  • do we need isocRun for every executable?
  • what are the options and queues for slurm?
  • how does the scratch space work on S3DF?


Infrastructure needs:

  • CVS is expiring
  • Singularity
  • Pipeline
  • Data migration


S3DF Cheatsheet:

  • Install ssh config as described here
  • to login from terminal: ssh slacd
  • NOTE: use terminal not XQuartz(?)
  • afs was migrated to: /sdf/group/fermi/a/
  • nfs was migrated to: /sdf/group/fermi/g/


Where to find/install stuff:

  • working area: /sdf/group/fermi/a/ground/PipelineConfig/L1Proc
  • pipeline: /sdf/home/g/glast/a/pipeline-II/prod/pipeline
  • singularity example (05/02/23): pipeline task, xml file
  • additional slurm parameters (08/15/23): --account fermi
  • python used by ST: /afs/slac/g/glast/ground/GLAST_EXT/redhat6-x86_64-64bit-gcc44/python/2.7.2-gl4/bin/python

Singularity cheatsheet

source /sdf/group/fermi/a/ground/PipelineConfig/L1Proc/5.9/start_rhel6.sh needs update to latest container version!

singularity shell --bind /sdf/group/fermi/a:/afs/slac/g/glast --bind /sdf:/sdf /sdf/group/fermi/sw/containers/fermi-rhel6.20230922.sif 

singularity exec --bind /sdf/group/fermi/a:/afs/slac/g/glast --bind /sdf:/sdf /sdf/group/fermi/sw/containers/fermi-rhel6.20230922.sif ./install.py

Pipeline cheatsheet

source /sdf/group/fermi/a/ground/PipelineConfig/L1Proc/5.9/start_rhel6.sh 

singularity exec --bind /sdf/group/fermi/a:/afs/slac/g/glast --bind /sdf:/sdf /sdf/group/fermi/sw/containers/fermi-rhel6.20230922.sif./install.py

/sdf/home/g/glast/a/pipeline-II/prod/pipeline load -m PROD /sdf/group/fermi/user/monzani/L1P-S3DF/5.9/xml/testVerifyS3df-5.9.xml 


Historical information (obsolete):

  • CVS, to passively download old stuff:  CVSROOT=/sdf/group/fermi/g/glast_ground/cvs
  • CVS, when live version is needed: CVSROOT=:ext:monzani@centaurusa.slac.stanford.edu:/nfs/slac/g/glast/ground/cvs
  • the CVS viewer was moved a new location
  • No labels