Changeset 8219
- Timestamp:
- 05/10/11 07:44:10 (14 years ago)
- Location:
- issm/trunk/externalpackages/mitgcm
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/mitgcm/install.sh
r8212 r8219 1 1 #!/bin/bash 2 3 #Do these commands once: 4 # cvs -d:pserver:cvsanon@mitgcm.org:/u/gcmpack login 5 # ( enter the CVS password: "cvsanon" ) 2 6 3 7 #Some cleanup 4 8 rm -rf install 5 9 10 #add cvs repository 11 export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' 12 6 13 #Download code from server 7 cvs checkout .... install 14 cvs co -P MITgcm_code 15 16 #move 17 mv MITgcm install 18 19 #compile code 20 cd install 21 mkdir bin exe 22 cd bin 23 ../tools/genmake2 -mods=../../code 24 make depend 25 make -j 8
Note:
See TracChangeset
for help on using the changeset viewer.