-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added installation scripts for UM2 and MPACT via Spack
- Loading branch information
1 parent
34aa691
commit 040f220
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ...'" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,7 @@ spack spec | |
echo "spack install" | ||
spack install | ||
|
||
echo "building UM2" | ||
cd UM2 | ||
mkdir build | ||
cd build | ||
|