Versions Compared

Key

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

...

  •  Update ASP CVS repository with most recent modifications.
  •  Convert the ASP and ASP-scons CVS areas to git repos.
  •  Write up current installation instructions on Confluence.
  •  S3DF installation of GPLtools:  /sdf/data/fermi/a/ground/PipelineConfig/GPLTools/prod.
  •  S3DF location of ORACLE_HOME:  installation of Oracle drivers.  On rhel6-64/centos7, the required distribution is in /afs/slac.stanford.edu/package/oracle/f/11.1.0/amd64_linux26/11.1.0 (This is accessible using  `singularity shell --bind /afs`).   An rsync'd copy on /sdf seems to work.
  •  

    Using  /sdf/group/fermi/sw/containers/fermi-rhel6.20230823.sif and /sdf/data/fermi/a/ground/releases/volume02/ScienceTools-09-32-05/ , numpy is missing libblas.so.3:

    Code Block
    >>> import numpy
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "/sdf/data/fermi/a/ground/GLAST_EXT/redhat6-x86_64-64bit-gcc44/python/2.7.2-gl4/lib/python2.7/site-packages/numpy/__init__.py", line 170, in <module>
        from . import add_newdocs
      File "/sdf/data/fermi/a/ground/GLAST_EXT/redhat6-x86_64-64bit-gcc44/python/2.7.2-gl4/lib/python2.7/site-packages/numpy/add_newdocs.py", line 13, in <module>
        from numpy.lib import add_newdoc
      File "/sdf/data/fermi/a/ground/GLAST_EXT/redhat6-x86_64-64bit-gcc44/python/2.7.2-gl4/lib/python2.7/site-packages/numpy/lib/__init__.py", line 18, in <module>
        from .polynomial import *
      File "/sdf/data/fermi/a/ground/GLAST_EXT/redhat6-x86_64-64bit-gcc44/python/2.7.2-gl4/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 19, in <module>
        from numpy.linalg import eigvals, lstsq, inv
      File "/sdf/data/fermi/a/ground/GLAST_EXT/redhat6-x86_64-64bit-gcc44/python/2.7.2-gl4/lib/python2.7/site-packages/numpy/linalg/__init__.py", line 51, in <module>
        from .linalg import *
      File "/sdf/data/fermi/a/ground/GLAST_EXT/redhat6-x86_64-64bit-gcc44/python/2.7.2-gl4/lib/python2.7/site-packages/numpy/linalg/linalg.py", line 29, in <module>
        from numpy.linalg import lapack_lite, _umath_linalg
    ImportError: libblas.so.3: cannot open shared object file: No such file or directory

    On centos7, libblas.so.3 lives in /lib64.  Do we need to install BLAS and LAPACK in the singularity image?

  •  Replace trscron job for sending Monitored Source light curve data to GSFC.
  •  Hello, world pipelines on S3DF using legacy Fermi software releases.
  •  Update ASP to use an offline dev db implementation for testing.
  •  ?Try building ASP on S3DF using /sdf/data/fermi/a/ground/releases/volume02/ScienceTools-09-32-05/ Find the S3DF equivalent functionality provided by the build tools and related applications in $GLASTROOT=/afs/slac.stanford.edu/g/glast.   Build tools on s3df appear to be in /sdf/data/fermi/a/applications.
  •  Replace trscron job for sending Monitored Source light curve data to GSFC.
  •  Update ASP to use an offline dev db implementation for testing.
  •  Hello, world pipelines on S3DF using legacy Fermi software releases.