Versions Compared

Key

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

...

Code Block
languagebash
leviathan.cc.lehigh.edu:/mnt/zhome-core /share/Apps nfs defaults 0 0

Some software may Software will not run on older hardware i.e. anything older than Intel's SandyBridge IvyBridge architecture.

Usage

You need to modify your PATH and optionally the LD_LIBRARY_PATH and LD_INCLUDE_PATH to use the software. The preferred method is to use the module environment to dynamically modify your environment thereby avoiding conflicts with other software in your path.

Environment Module

Add the following two lines to your .bashrc,

Code Block
languagebash
source /share/Apps/compilers/etc/lmod/zlmod.sh
module use --append /share/Apps/compilers/share/spack/lmod/linux-centos8-x86_64/Core
module load hawk

Additional information on Module Environment. For MPI enabled applications, load the rdma-core and slurm libraries (not guaranteed to work).


Issues with mounting HPC software

...