Changeset 8219


Ignore:
Timestamp:
05/10/11 07:44:10 (14 years ago)
Author:
Mathieu Morlighem
Message:

completed install

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

Legend:

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

    r8212 r8219  
    11#!/bin/bash
     2
     3#Do these commands once:
     4# cvs -d:pserver:cvsanon@mitgcm.org:/u/gcmpack login
     5# ( enter the CVS password: "cvsanon" )
    26
    37#Some cleanup
    48rm -rf install 
    59
     10#add cvs repository
     11export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'
     12
    613#Download code from server
    7 cvs checkout .... install
     14cvs co -P MITgcm_code
     15
     16#move
     17mv MITgcm install
     18
     19#compile code
     20cd install
     21mkdir bin exe
     22cd bin
     23../tools/genmake2 -mods=../../code
     24make depend
     25make -j 8
Note: See TracChangeset for help on using the changeset viewer.