Skip to content

Stephen-Armstrong/campuscluster_spack

 
 

Repository files navigation

campuscluster_spack

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.sh

Alternative Git Clone command:

git clone git@github.com:Stephen-Armstrong/campuscluster_spack.git

This 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.8%
  • Shell 3.2%