source:
issm/oecreview/Archive/11569-11580/ISSM-11569-11570.diff@
11991
Last change on this file since 11991 was 11991, checked in by , 13 years ago | |
---|---|
File size: 3.5 KB |
-
proj/ice/larour/issm-uci-clean/trunk-jpl/cron/configs/macosx64_larour
1 1 # 2 ########### Configuration file for Eric Larour's nightly run on Mac############2 ########### Configuration file for Mathieu Morlighem's nightly run on Linux ############ 3 3 4 4 #-------------------------------# 5 5 # 1: ISSM general configuration # 6 6 #-------------------------------# 7 7 8 #ISSM main directory (full pathto ISSM trunk) 9 ISSM_DIR="/Users/larour/issm/trunk" 8 #ISSM main directory (full path) 9 ISSM_DIR="/Users/larour/issm-uci" 10 ISSM_TIER="/Users/larour/issm-uci/trunk-jpl/cron/trunk-jpl" 10 11 11 12 #ISSM Architecture 12 13 ISSM_ARCH="macosx-gnu" 13 14 14 # Operating System15 OS="macosx64"15 #Machine configuration 16 MACHINE="macosx-gil" 16 17 17 # MATLAB path18 MATLAB_PATH="/Applications/MATLAB_R2008a/"18 #COMPILATION CONFIGURATION FILE 19 COMPILE_CONFIG_FILE="config-macosx64-mathieu.sh" 19 20 21 20 22 #----------------------# 21 23 # 2: ISSM Installation # 22 24 #----------------------# … … 28 30 # ->skip to section 3 29 31 # - "none" leave ISSM as is in its directory 30 32 # ->skip to section 3 31 ISSM_INSTALLATION=" update"33 ISSM_INSTALLATION="checkout" 32 34 33 35 #SVN repository 34 36 REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl" 35 #REPOSITORY="http://s383-rhat/issm/svn/issm/branches/issm2.2"36 37 37 38 #execution path used for parallel runs 38 EXECUTION_PATH=" "39 EXECUTION_PATH="/Users/larour/ExecutionNightlyRun" 39 40 40 41 #-----------------------------------# 41 42 # 3: External packages installation # … … 46 47 # - "copy" copy existing directories (EXTERNALPACKAGESDIR) 47 48 # - "none" leave external packages as is 48 49 # ->skip to section 4 49 ISSM_EXTERNALPACKAGES=" copy"50 EXTERNALPACKAGESDIR=" "50 ISSM_EXTERNALPACKAGES="install" 51 EXTERNALPACKAGESDIR="/Users/larour/issm-uci/trunk-jpl/externalpackages" 51 52 52 53 #List of external pakages to be installed 53 EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle "54 EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle dakota chaco" 54 55 56 #Corresponding list of installation files to use 57 EXTERNALPACKAGES_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" 58 EXTERNALPACKAGES_NUMCPUS=" 1 1 1 1 1 1" 59 55 60 #---------------------# 56 61 # 4: ISSM Compilation # 57 62 #---------------------# … … 66 71 #----------------------# 67 72 68 73 #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. 70 75 SKIPMAIL="no" 71 76 72 77 #Sender email address 73 EMAIL_ADRESS=" eric.larour@jpl.nasa.gov"78 EMAIL_ADRESS="schlegel@jpl.nasa.gov" 74 79 75 80 #------------------------# 76 81 # 6: Nightly run options # … … 81 86 NUMCPUS_INSTALL=1 82 87 83 88 #number of cpus used in the nightly runs. 84 NUMCPUS_RUN= 189 NUMCPUS_RUN=7 85 90 86 91 #Nightly run options. The matlab routine nightlyrun.m will be called 87 92 #as follows: nightlyrun($NROPTIONS). The options must be understandable … … 89 94 #ex: "'id',[101 102 103]" 90 95 91 96 NROPTIONS="" 97 98 99 #------------------------# 100 # 7: Matlab# 101 #------------------------# 102 103 #MATLAB path 104 MATLAB_PATH="/usr/local/pkgs/matlab-7.6/" 105 106 MATLABBIN="/usr/local/pkgs/matlab-7.6/bin/matlab"
Note:
See TracBrowser
for help on using the repository browser.