Versions Compared

Key

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

...

Code Block
if [ -d "/cluster/apps/software/_profile" ]; then
    if [ -z $SOFTWARE ]; then
 source "/cluster/apps/software/_profile/globals.bash"
    fi
fi
if [ -d "/cluster/apps/software/.profile.d" ]; then
    if [ -z $SOFTWARE ]; then
        source "/cluster/apps/software/.profile.d/globals.bash"
    fi
fi

Run first ml ASTRO to load the ASTRO workspace. This will set the environment and make available the ASTRO software modulefiles for loading.

Code Block
#show available modules to load
[username@computername ~]$ ml av
----------------------------------------------- /cluster/apps/software/_profile/lmod/WORKSPACE -----------------------------------------
   ASTRO    CORE
----------------------------------------- /cluster/apps/spack/2022a/lmod/linux-fedora36-x86_64/Core ------------------------------------

# load the ASTRO module then show again the available modules
[username@computername ~]$ ml ASTRO
[username@computername ~]$ ml av
------------------------------------------- /cluster/apps/software/_profile/lmod/modulefiles/ASTRO -------------------------------------
   CALDB    conda+/ciao    conda+/fermi (D)    ds9/8.3    heasoft/6.30.1    heasoft/6.31 (D)    iraf/2.17    starlink/fc36    
   starlink/2021A (D)      trm
---------------------------------------------- /cluster/apps/software/_profile/lmod/WORKSPACE ------------------------------------------
   ASTRO (L)    CORE
----------------------------------------- /cluster/apps/spack/2022a/lmod/linux-fedora36-x86_64/Core ------------------------------------
   anaconda3/2021.05    anaconda3/2022.05 (D)    gcc/10.2.0

...

For questions or software updates, contact Bogdan.

...