Skip to content

Commit

Permalink
Activate MPICH in UO salt-fm environment
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Dec 16, 2024
1 parent e7716a3 commit fcc0e72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions activate-salt-fm-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ echo "purging loaded modules"
module purge
echo "listing loaded modules:"
module list
#echo "loading llvm and mpich:"
echo "loading llvm and gcc:"
echo "loading llvm, gcc and mpich:"
module load llvm/git.086d8e6bb5daf8de43880ba90258c49e0fabf2c9_19.1.4-zpacv56
#module load mpich/4.2.3-ugxzfxf
module load mpich/4.2.3-ugxzfxf
module load gcc/14.2.0-ttkqi3s
echo "loading ninja"
module load ninja
Expand Down

0 comments on commit fcc0e72

Please sign in to comment.