Changeset 1613


Ignore:
Timestamp:
08/10/09 07:13:48 (16 years ago)
Author:
Mathieu Morlighem
Message:

removed cronfile and added for the 100th times warning off absolutely necessary

Location:
issm/trunk/cron
Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/cron/configs/linux64_morlighem

    r1594 r1613  
    2424
    2525#number of cpus
    26 NUMCPUS=8
     26NUMCPUS=1
    2727
    2828#MATLAB path
  • issm/trunk/cron/configs/macosx32_morlighem

    r1593 r1613  
    3232
    3333#packages to be run
    34 PACKAGES="{'macayeal','cielo_serial'}"
     34PACKAGES="{'macayeal','cielo_parallel'}"
  • issm/trunk/cron/nightlyrun.sh

    r1611 r1613  
    144144cat > matlab_run.m << EOF
    145145startup
     146warning off %necessary to avoid a nightly.log of several Go for cielo_parallel
    146147nightlyrun($PACKAGES);
    147148exit
     
    172173From: "ISSM Nightly run" <$EMAIL_ADRESS>
    173174To: $i
    174 Subject: Nightly runs of $ISSM_RELEASE , operating system: $OS.
     175Subject: Nightly runs of $ISSM_RELEASE, operating system: $OS.
    175176Mime-Version: 1.0
    176177Content-Type: text/html
     
    180181From: "ISSM Nightly run" <$EMAIL_ADRESS>
    181182To: $i
    182 Subject: Nightly runs of $ISSM_RELEASE , operating system: $OS.
     183Subject: Nightly runs of $ISSM_RELEASE, operating system: $OS.
    183184Mime-Version: 1.0
    184185Content-Type: text/html
Note: See TracChangeset for help on using the changeset viewer.