Changeset 11711


Ignore:
Timestamp:
03/14/12 15:05:32 (13 years ago)
Author:
Eric.Larour
Message:

Dimitris notes and updates on MITgcm.

Location:
issm/trunk-jpl/externalpackages/mitgcm
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/mitgcm/install.sh

    r8219 r11711  
    66
    77#Some cleanup
    8 rm -rf install 
     8rm -rf install   bin exe
    99
    1010#add cvs repository
    1111export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'
    1212
     13echo loging into MITgcm cvs: provide password, which is cvsanon
     14cvs login
     15
    1316#Download code from server
    14 cvs co -P MITgcm_code
     17cvs co -P MITgcm
    1518
    1619#move
    1720mv MITgcm install
     21
    1822
    1923#compile code
     
    2428make depend
    2529make -j 8
     30
     31
     32
Note: See TracChangeset for help on using the changeset viewer.