Skip to content

Commit

Permalink
Added installation scripts for UM2 and MPACT via Spack
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleVaughn committed Oct 12, 2023
1 parent 34aa691 commit 040f220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_mpact_via_spack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ spack load [email protected]%[email protected]
spack env activate -p um2
cd ./MPACT/build/MPACT_exe/src
make MPACT VERBOSE=1
echo "Now copy the command and use you local mpif90"
echo "Now copy the mpif90 final linking command for MPACT.exe and remove the absolute path for mpif90, leaving only 'mpif90 -cpp ...'"
1 change: 1 addition & 0 deletions scripts/install_um2_via_spack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spack spec
echo "spack install"
spack install

echo "building UM2"
cd UM2
mkdir build
cd build
Expand Down

0 comments on commit 040f220

Please sign in to comment.