Astro provides module environment to manage frequently used softwares and libraries.
Use module avail to check the available softwares/libraries.
user@mgmt:~$ module avail
------------------------ /opt/intel/oneapi/modulefiles ------------------------
advisor/latest ifort/latest
advisor/2024.1 (D) ifort/2024.1.0 (D)
ccl/latest ifort32/latest
ccl/2021.12.0 (D) ifort32/2024.1.0 (D)
compiler-intel-llvm/latest intel_ipp_ia32/latest
compiler-intel-llvm/2024.1.0 (D) intel_ipp_ia32/2021.11 (D)
compiler-intel-llvm32/latest intel_ipp_intel64/latest
compiler-intel-llvm32/2024.1.0 (D) intel_ipp_intel64/2021.11 (D)
compiler-rt/latest intel_ippcp_ia32/latest
compiler-rt/2024.1.0 (D) intel_ippcp_ia32/2021.11 (D)
compiler-rt32/latest intel_ippcp_intel64/latest
compiler-rt32/2024.1.0 (D) intel_ippcp_intel64/2021.11 (D)
compiler/latest itac/latest
compiler/2024.1.0 (D) itac/2022.4 (D)
compiler32/latest mkl/latest
compiler32/2024.1.0 (D) mkl/2024.1 (D)
dal/latest mkl32/latest
dal/2024.0.0 (D) mkl32/2024.1 (D)
debugger/latest mpi/latest
debugger/2024.1.0 (D) mpi/2021.12 (D)
dev-utilities/latest oclfpga/latest
dev-utilities/2024.0.0 (D) oclfpga/2024.1.0 (D)
dnnl/latest tbb/latest
dnnl/3.4.0 (D) tbb/2021.12 (D)
dpct/latest tbb32/latest
dpct/2024.1.0 (D) tbb32/2021.12 (D)
dpl/latest vtune/2024.1
dpl/2022.5 (D)
----------------------- /opt/ohpc/pub/moduledeps/gnu12 ------------------------
mpich/3.4.3-ucx mvapich2/2.3.7 openmpi4/4.1.6 (L)
-------------------------- /opt/ohpc/pub/modulefiles --------------------------
NVHPC gsl_intel_2020 os
cmake/3.24.2 hdf5 pmix/4.2.9
cuda12.0 hdf5_intel_2020 prun/2.2 (L)
gnu/12.3.0 hwloc/2.7.2 (L) singularity/3.7.1 (L)
gnu12/12.3.0 (L) libfabric/1.19.0 (L) ucx/1.15.0 (L)
gsl ohpc (L)
Where:
D: Default Module
L: Module is loaded
If the avail list is too long consider trying:
"module --default avail" or "ml -d av" to just list the default modules.
"module overview" or "ml ov" to display the number of modules for each name.
Use "module spider" to find all possible modules and extensions.
Use "module keyword key1 key2 ..." to search for all possible modules matching
any of the "keys".
Use module list to check your current loading modules.
Use module load XXXX for loading each module.
Use module unload XXXX for unloading each module