Scripts for installing modules useful for LCPP codes and developers on the Illinois Campus Cluster with Spack.
Usage:
mkdir share && cd share
git clone https://github.com/Stephen-Armstrong/campuscluster_spack.git
cd campuscluster_spack
python3 campus_cluster_update_2.py # Or whichever one is actually working now # This might actually need to go in the setup.sh script before the call to install_hpic2deps.
. setup.shAlternative Git Clone command:
git clone git@github.com:Stephen-Armstrong/campuscluster_spack.gitThis will download Spack and then use Spack to install a bunch of packages, which are then added to the module list.
After running, it is useful to add the Spack source command to your .bashrc:
. /path/to/share/spack/share/spack/setup-env.sh
Also suggest making the share directory at least read-accessible by the group.