Skip to content

Commit

Permalink
Update to use TAU module provided by Luke
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Dec 9, 2024
1 parent 4bfed0d commit 8f55e15
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions activate-salt-fm-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# After this you can quickly configure, build, and test using `./build_and_test.sh`

export SALT_ROOT=/storage/packages/salt-fm
export PATH="$SALT_ROOT/base/tools/bin:$PATH"
export PATH="$SALT_ROOT/opt/tau/x86_64/bin:$PATH"
# export PATH="$SALT_ROOT/base/tools/bin:$PATH"
module use /packages/salt-fm/modules
module use /storage/packages/salt-fm/spack/share/spack/modules/linux-rhel8-x86_64
module use /storage/packages/salt-fm/spack/share/spack/modules/linux-centos7-x86_64/
echo "purging loaded modules"
Expand All @@ -17,6 +17,10 @@ echo "loading llvm and gcc:"
module load llvm/git.086d8e6bb5daf8de43880ba90258c49e0fabf2c9_19.1.4-zpacv56
#module load mpich/4.2.3-ugxzfxf
module load gcc/14.2.0-ttkqi3s
echo "loading ninja"
module load ninja
echo "loading tau"
module load tau/2.34
echo "listing loaded modules:"
module list
echo "Finished"

0 comments on commit 8f55e15

Please sign in to comment.