source: issm/oecreview/Archive/11569-11580/ISSM-11569-11570.diff@ 11991

Last change on this file since 11991 was 11991, checked in by Eric.Larour, 13 years ago

oecreview from 11518 to present

File size: 3.5 KB
  • proj/ice/larour/issm-uci-clean/trunk-jpl/cron/configs/macosx64_larour

     
    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#-------------------------------#
    55# 1: ISSM general configuration #
    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"
    1920
     21
    2022#----------------------#
    2123# 2: ISSM Installation #
    2224#----------------------#
     
    2830#              ->skip to section 3
    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#-----------------------------------#
    4142# 3: External packages installation #
     
    4647# - "copy"    copy existing directories (EXTERNALPACKAGESDIR)
    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"
    5455
     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"
     59
    5560#---------------------#
    5661# 4: ISSM Compilation #
    5762#---------------------#
     
    6671#----------------------#
    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#------------------------#
    7681# 6: Nightly run options #
     
    8186NUMCPUS_INSTALL=1
    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
    8792#as follows: nightlyrun($NROPTIONS). The options must be understandable
     
    8994#ex: "'id',[101 102 103]"
    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 TracBrowser for help on using the repository browser.