-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add R, octave + kernels + compile MITgcm + README
- Loading branch information
1 parent
10c2c37
commit e5df6b8
Showing
3 changed files
with
34 additions
and
2 deletions.
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
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
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/bin/sh | ||
|
||
git clone --depth 1 --branch checkpoint67z https://github.com/MITgcm/MITgcm | ||
git clone https://github.com/gaelforget/ECCOv4 | ||
|
||
mkdir MITgcm/mysetups | ||
mv ECCOv4 MITgcm/mysetups/. | ||
|
||
#export MPI_INC_DIR=/usr/lib/x86_64-linux-gnu/openmpi/include | ||
|
||
cd MITgcm/mysetups/ECCOv4/build | ||
../../../tools/genmake2 -mods=../code -mpi | ||
make depend | ||
make -j 4 | ||
cd .. | ||
|