Changeset 11570


Ignore:
Timestamp:
02/28/12 14:20:55 (13 years ago)
Author:
Eric.Larour
Message:

Some settings for macosx64 nightly runs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/cron/configs/macosx64_larour

    r11126 r11570  
    11#
    2 ########### Configuration file for Eric Larour's nightly run on Mac ############
     2########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
    33
    44#-------------------------------#
     
    66#-------------------------------#
    77
    8 #ISSM main directory (full pathto ISSM trunk)
    9 ISSM_DIR="/Users/larour/issm/trunk"
     8#ISSM main directory (full path)
     9ISSM_DIR="/Users/larour/issm-uci"
     10ISSM_TIER="/Users/larour/issm-uci/trunk-jpl/cron/trunk-jpl"
    1011
    1112#ISSM Architecture
    1213ISSM_ARCH="macosx-gnu"
    1314
    14 #Operating System
    15 OS="macosx64"
     15#Machine configuration
     16MACHINE="macosx-gil"
    1617
    17 #MATLAB path
    18 MATLAB_PATH="/Applications/MATLAB_R2008a/"
     18#COMPILATION CONFIGURATION FILE
     19COMPILE_CONFIG_FILE="config-macosx64-mathieu.sh"
     20
    1921
    2022#----------------------#
     
    2931# - "none"     leave ISSM as is in its directory
    3032#              ->skip to section 3
    31 ISSM_INSTALLATION="update"
     33ISSM_INSTALLATION="checkout"
    3234
    3335#SVN repository
    3436REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl"
    35 #REPOSITORY="http://s383-rhat/issm/svn/issm/branches/issm2.2"
    3637
    3738#execution path used for parallel runs
    38 EXECUTION_PATH=""
     39EXECUTION_PATH="/Users/larour/ExecutionNightlyRun"
    3940
    4041#-----------------------------------#
     
    4748# - "none"    leave external packages as is
    4849#             ->skip to section 4
    49 ISSM_EXTERNALPACKAGES="copy"
    50 EXTERNALPACKAGESDIR=""
     50ISSM_EXTERNALPACKAGES="install"
     51EXTERNALPACKAGESDIR="/Users/larour/issm-uci/trunk-jpl/externalpackages"
    5152
    5253#List of external pakages to be installed
    53 EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle"
     54EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle dakota chaco"
     55
     56#Corresponding list of installation files to use
     57EXTERNALPACKAGES_CONFIGS=" install.sh install.sh install.sh install-1.0.2-linux64.sh install-3.2-linux64.sh install-4.0-linux64.sh install-linux64.sh install-linux64-astrid.sh install.sh"
     58EXTERNALPACKAGES_NUMCPUS=" 1 1 1 1 1 1"
    5459
    5560#---------------------#
     
    6772
    6873#Mail delivery. If SKIPMAIL="no", the html nightly run report will be
    69 #sent to the adresses present in $ISSM_DIR/cron/mailinglist.
     74#sent to the adresses present in $ISSM_TIER/cron/mailinglist.
    7075SKIPMAIL="no"
    7176
    7277#Sender email address
    73 EMAIL_ADRESS="eric.larour@jpl.nasa.gov"
     78EMAIL_ADRESS="schlegel@jpl.nasa.gov"
    7479
    7580#------------------------#
     
    8287
    8388#number of cpus used in the nightly runs.
    84 NUMCPUS_RUN=1
     89NUMCPUS_RUN=7
    8590
    8691#Nightly run options. The matlab routine nightlyrun.m will be called
     
    9095
    9196NROPTIONS=""
     97
     98
     99#------------------------#
     100# 7: Matlab#
     101#------------------------#
     102
     103#MATLAB path
     104MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"
     105
     106MATLABBIN="/usr/local/pkgs/matlab-7.6/bin/matlab"
Note: See TracChangeset for help on using the changeset viewer.