Changeset 2191
- Timestamp:
- 09/10/09 16:09:07 (16 years ago)
- Location:
- issm/trunk/cron/configs
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/configs/linux64_larour
r2116 r2191 1 # SVN repository2 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk" 1 # 2 ########### Configuration file for a Eric Larour nightly run on Linux ############ 3 3 4 # email adress from which the html report will be sent5 EMAIL_ADRESS=eric.larour@jpl.nasa.gov 4 #1: ISSM general configuration 5 #----------------------------- 6 6 7 #ISSM directory7 #ISSM main directory (full pathto ISSM trunk) 8 8 ISSM_DIR="/u/astrid-r1b/larour/issm/trunk/cron/trunk" 9 9 … … 11 11 ISSM_ARCH="linux-gnu-amd64" 12 12 13 #Compile packages?14 SKIPPACKAGESCOMPILATION=yes15 EXTERNALPACKAGESDIR=/u/astrid-r1b/larour/issm/trunk/externalpackages16 DEVPACKAGESDIR=/u/astrid-r1b/larour/issm/trunk/devpackages17 18 13 #Operating System 19 14 OS="linux64" 20 21 #external pakages to be installed22 EXTERNALPACKAGES="mpich2 petsc metis triangle dakota"23 24 #number of cpus25 NUMCPUS=126 15 27 16 #MATLAB path 28 17 MATLAB_PATH="/usr/local/pkgs/matlab-7.6/" 29 18 30 #execution path 19 #2: ISSM Installation 20 #-------------------- 21 22 #ISSM installation. If SKIPINSTALLATION="no" the existing version of the 23 #code will be erased. The new version will be checked out and fully 24 #installed. If SKIPINSTALLATION="yes", the following options won't be 25 #used. Go to section 3 26 27 SKIPINSTALLATION="no" 28 29 #SVN repository 30 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk" 31 32 #execution path used for parallel runs 31 33 EXECUTION_PATH="/u/wilkes-r1b/larour/Testing/Execution" 32 34 33 #packages to be run 34 #PACKAGES="{'macayeal','ice','cielo_serial','cielo_parallel'}" 35 PACKAGES="{'cielo_parallel'}" 35 #External packages installation. If SKIPPACKAGESCOMPILATION="no" the 36 #packages mentionned in EXTERNALPACKAGES will be fully installed which 37 #requires a long time. If SKIPPACKAGESCOMPILATION="yes", the external 38 #packages directory will be removed and the directories 39 #EXTERNALPACKAGESDIR and DEVPACKAGESDIR will be copied. 40 41 SKIPPACKAGESCOMPILATION="yes" 42 EXTERNALPACKAGESDIR="/u/astrid-r1b/larour/issm/trunk/externalpackages" 43 DEVPACKAGESDIR="/u/astrid-r1b/larour/issm/trunk/devpackages" 44 45 #List of external pakages to be installed 46 EXTERNALPACKAGES="mpich2 petsc metis triangle dakota" 47 48 #3: ISSM Compilation 49 #------------------- 50 51 #ISSM compilation. If SKIPCOMPILATION="no" ISSM will be reconfigured 52 #and compiled. 53 SKIPCOMPILATION="no" 54 55 #4: Mail notification 56 #-------------------- 57 58 #Mail delivery. If SKIPMAIL="no", the html nightly run report will be 59 #sent to the adresses present in $ISSM_DIR/cron/mailinglist. 60 SKIPMAIL="no" 61 62 #Sender email address 63 EMAIL_ADRESS="eric.larour@jpl.nasa.gov" 64 65 #5: Nightly run options 66 #---------------------- 67 68 #number of cpus used in ISSM installation and compilation (one is usually 69 #safer as some packages are very sensitive to parallel compilation) 70 NUMCPUS_INSTALL=1 71 72 #number of cpus used in the nightly runs. 73 NUMCPUS_RUN=8 74 75 #Nightly run options. The matlab routine nightlyrun.m will be called 76 #as follows: nightlyrun($NROPTIONS). The options must be understandable 77 #by Matlab and nightlyrun.m 78 79 NROPTIONS="'parallel',1" -
issm/trunk/cron/configs/linux64_morlighem
r2109 r2191 1 # SVN repository2 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk" 1 # 2 ########### Configuration file for Mathieu Morlighem's nightly run on Linux ############ 3 3 4 # email adress from which the html report will be sent5 EMAIL_ADRESS=mathieu.morlighem@jpl.nasa.gov 4 #1: ISSM general configuration 5 #----------------------------- 6 6 7 #ISSM directory7 #ISSM main directory (full pathto ISSM trunk) 8 8 ISSM_DIR="/u/wilkes-r1b/morlighe/svn/issm/trunk/cron/trunk" 9 9 … … 11 11 ISSM_ARCH="linux-gnu-amd64" 12 12 13 #Compile packages?14 SKIPPACKAGESCOMPILATION=no15 EXTERNALPACKAGESDIR=/u/wilkes-r1b/morlighe/svn/issm/trunk/externalpackages16 DEVPACKAGESDIR=/u/wilkes-r1b/morlighe/svn/issm/trunk/devpackages17 18 13 #Operating System 19 14 OS="linux64" 20 21 #external pakages to be installed22 EXTERNALPACKAGES="mpich2 petsc metis triangle dakota"23 24 #number of cpus25 NUMCPUS=126 15 27 16 #MATLAB path 28 17 MATLAB_PATH="/usr/local/pkgs/matlab-7.6/" 29 18 30 #execution path 19 #2: ISSM Installation 20 #-------------------- 21 22 #ISSM installation. If SKIPINSTALLATION="no" the existing version of the 23 #code will be erased. The new version will be checked out and fully 24 #installed. If SKIPINSTALLATION="yes", the following options won't be 25 #used. Go to section 3 26 27 SKIPINSTALLATION="no" 28 29 #SVN repository 30 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk" 31 32 #execution path used for parallel runs 31 33 EXECUTION_PATH="/u/wilkes-r1b/morlighe/ExecutionNightlyRun" 32 34 33 #packages to be run 34 #PACKAGES="{'macayeal','ice','cielo_serial','cielo_parallel'}" 35 PACKAGES="{'macayeal','cielo_serial','cielo_parallel'}" 35 #External packages installation. If SKIPPACKAGESCOMPILATION="no" the 36 #packages mentionned in EXTERNALPACKAGES will be fully installed which 37 #requires a long time. If SKIPPACKAGESCOMPILATION="yes", the external 38 #packages directory will be removed and the directories 39 #EXTERNALPACKAGESDIR and DEVPACKAGESDIR will be copied. 40 41 SKIPPACKAGESCOMPILATION="no" 42 EXTERNALPACKAGESDIR="/u/wilkes-r1b/morlighe/svn/issm/trunk/externalpackages" 43 DEVPACKAGESDIR="/u/wilkes-r1b/morlighe/svn/issm/trunk/devpackages" 44 45 #List of external pakages to be installed 46 EXTERNALPACKAGES="mpich2 petsc metis triangle dakota" 47 48 #3: ISSM Compilation 49 #------------------- 50 51 #ISSM compilation. If SKIPCOMPILATION="no" ISSM will be reconfigured 52 #and compiled. 53 SKIPCOMPILATION="no" 54 55 #4: Mail notification 56 #-------------------- 57 58 #Mail delivery. If SKIPMAIL="no", the html nightly run report will be 59 #sent to the adresses present in $ISSM_DIR/cron/mailinglist. 60 SKIPMAIL="no" 61 62 #Sender email address 63 EMAIL_ADRESS="mathieu.morlighem@jpl.nasa.gov" 64 65 #5: Nightly run options 66 #---------------------- 67 68 #number of cpus used in ISSM installation and compilation (one is usually 69 #safer as some packages are very sensitive to parallel compilation) 70 NUMCPUS_INSTALL=1 71 72 #number of cpus used in the nightly runs. 73 NUMCPUS_RUN=5 74 75 #Nightly run options. The matlab routine nightlyrun.m will be called 76 #as follows: nightlyrun($NROPTIONS). The options must be understandable 77 #by Matlab and nightlyrun.m 78 79 NROPTIONS="" -
issm/trunk/cron/configs/linux64_seroussi
r2091 r2191 1 # SVN repository2 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk" 1 # 2 ########### Configuration file for Helene Seroussi's nightly run on Linux ############ 3 3 4 # email adress from which the html report will be sent5 EMAIL_ADRESS=helene.seroussi@jpl.nasa.gov 4 #1: ISSM general configuration 5 #----------------------------- 6 6 7 #ISSM directory7 #ISSM main directory (full pathto ISSM trunk) 8 8 ISSM_DIR="/u/wilkes-r1b/seroussi/svn/issm/trunk/cron/trunk" 9 9 … … 11 11 ISSM_ARCH="linux-gnu-amd64" 12 12 13 #Compile packages?14 SKIPPACKAGESCOMPILATION=no15 EXTERNALPACKAGESDIR=/u/wilkes-r1b/seroussi/svn/issm/trunk/externalpackages16 DEVPACKAGESDIR=/u/wilkes-r1b/seroussi/svn/issm/trunk/devpackages17 18 13 #Operating System 19 14 OS="linux64" 20 21 #external pakages to be installed22 EXTERNALPACKAGES="mpich2 petsc metis triangle"23 24 #number of cpus25 NUMCPUS=126 15 27 16 #MATLAB path 28 17 MATLAB_PATH="/usr/local/pkgs/matlab-7.6/" 29 18 30 #execution path 19 #2: ISSM Installation 20 #-------------------- 21 22 #ISSM installation. If SKIPINSTALLATION="no" the existing version of the 23 #code will be erased. The new version will be checked out and fully 24 #installed. If SKIPINSTALLATION="yes", the following options won't be 25 #used. Go to section 3 26 27 SKIPINSTALLATION="no" 28 29 #SVN repository 30 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk" 31 32 #execution path used for parallel runs 31 33 EXECUTION_PATH="/u/wilkes-r1b/seroussi/ExecutionNightlyRun" 32 34 33 #packages to be run 34 PACKAGES="{'macayeal','ice'}" 35 #External packages installation. If SKIPPACKAGESCOMPILATION="no" the 36 #packages mentionned in EXTERNALPACKAGES will be fully installed which 37 #requires a long time. If SKIPPACKAGESCOMPILATION="yes", the external 38 #packages directory will be removed and the directories 39 #EXTERNALPACKAGESDIR and DEVPACKAGESDIR will be copied. 40 41 SKIPPACKAGESCOMPILATION="no" 42 EXTERNALPACKAGESDIR="/u/wilkes-r1b/seroussi/svn/issm/trunk/externalpackages" 43 DEVPACKAGESDIR="/u/wilkes-r1b/seroussi/svn/issm/trunk/devpackages" 44 45 #List of external pakages to be installed 46 EXTERNALPACKAGES="mpich2 petsc metis triangle dakota" 47 48 #3: ISSM Compilation 49 #------------------- 50 51 #ISSM compilation. If SKIPCOMPILATION="no" ISSM will be reconfigured 52 #and compiled. 53 SKIPCOMPILATION="no" 54 55 #4: Mail notification 56 #-------------------- 57 58 #Mail delivery. If SKIPMAIL="no", the html nightly run report will be 59 #sent to the adresses present in $ISSM_DIR/cron/mailinglist. 60 SKIPMAIL="no" 61 62 #Sender email address 63 EMAIL_ADRESS="helene.seroussi@jpl.nasa.gov" 64 65 #5: Nightly run options 66 #---------------------- 67 68 #number of cpus used in ISSM installation and compilation (one is usually 69 #safer as some packages are very sensitive to parallel compilation) 70 NUMCPUS_INSTALL=1 71 72 #number of cpus used in the nightly runs. 73 NUMCPUS_RUN=8 74 75 #Nightly run options. The matlab routine nightlyrun.m will be called 76 #as follows: nightlyrun($NROPTIONS). The options must be understandable 77 #by Matlab and nightlyrun.m 78 79 NROPTIONS="" -
issm/trunk/cron/configs/macosx32_morlighem
r2091 r2191 1 # SVN repository2 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk" 1 # 2 ########### Configuration file for Mathieu Morlighem nightly run on MAC ############ 3 3 4 # email adress from which the html report will be sent5 EMAIL_ADRESS=helene.seroussi@jpl.nasa.gov 4 #1: ISSM general configuration 5 #----------------------------- 6 6 7 #ISSM directory7 #ISSM main directory (full pathto ISSM trunk) 8 8 ISSM_DIR="/Users/morlighe/Desktop/Glaciology/svn/issm/trunk/cron/trunk" 9 9 … … 14 14 OS="macosx32" 15 15 16 #Compile packages?17 SKIPPACKAGESCOMPILATION=no18 EXTERNALPACKAGESDIR=/cygdrive/c/home/externalpackages19 DEVPACKAGESDIR=/cygdrive/c/home/devpackages20 21 #external pakages to be installed22 EXTERNALPACKAGES="mpich2 petsc metis triangle"23 24 #number of cpus25 NUMCPUS=126 27 16 #MATLAB path 28 17 MATLAB_PATH="/Applications/MATLAB_R2009a.app/" 29 18 30 #execution path 19 #2: ISSM Installation 20 #-------------------- 21 22 #ISSM installation. If SKIPINSTALLATION="no" the existing version of the 23 #code will be erased. The new version will be checked out and fully 24 #installed. If SKIPINSTALLATION="yes", the following options won't be 25 #used. Go to section 3 26 27 SKIPINSTALLATION="no" 28 29 #SVN repository 30 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk" 31 32 #execution path used for parallel runs 31 33 EXECUTION_PATH="" 32 34 33 #packages to be run 34 PACKAGES="{'macayeal','cielo_parallel'}" 35 #External packages installation. If SKIPPACKAGESCOMPILATION="no" the 36 #packages mentionned in EXTERNALPACKAGES will be fully installed which 37 #requires a long time. If SKIPPACKAGESCOMPILATION="yes", the external 38 #packages directory will be removed and the directories 39 #EXTERNALPACKAGESDIR and DEVPACKAGESDIR will be copied. 40 41 SKIPPACKAGESCOMPILATION="no" 42 EXTERNALPACKAGESDIR="" 43 DEVPACKAGESDIR="" 44 45 #List of external pakages to be installed 46 EXTERNALPACKAGES="mpich2 petsc metis triangle dakota" 47 48 #3: ISSM Compilation 49 #------------------- 50 51 #ISSM compilation. If SKIPCOMPILATION="no" ISSM will be reconfigured 52 #and compiled. 53 SKIPCOMPILATION="no" 54 55 #4: Mail notification 56 #-------------------- 57 58 #Mail delivery. If SKIPMAIL="no", the html nightly run report will be 59 #sent to the adresses present in $ISSM_DIR/cron/mailinglist. 60 SKIPMAIL="no" 61 62 #Sender email address 63 EMAIL_ADRESS="mathieu.morlighem@jpl.nasa.gov" 64 65 #5: Nightly run options 66 #---------------------- 67 68 #number of cpus used in ISSM installation and compilation (one is usually 69 #safer as some packages are very sensitive to parallel compilation) 70 NUMCPUS_INSTALL=1 71 72 #number of cpus used in the nightly runs. 73 NUMCPUS_RUN=2 74 75 #Nightly run options. The matlab routine nightlyrun.m will be called 76 #as follows: nightlyrun($NROPTIONS). The options must be understandable 77 #by Matlab and nightlyrun.m 78 79 NROPTIONS="'parallel',0" -
issm/trunk/cron/configs/macosx32_seroussi
r2091 r2191 1 # SVN repository2 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk" 1 # 2 ########### Configuration file for Helene Seroussi's nightly run on MAC ############ 3 3 4 # email adress from which the html report will be sent5 EMAIL_ADRESS=helene.seroussi@jpl.nasa.gov 4 #1: ISSM general configuration 5 #----------------------------- 6 6 7 #ISSM directory7 #ISSM main directory (full pathto ISSM trunk) 8 8 ISSM_DIR="/Users/seroussi/Desktop/backup/svn/issm/trunk/cron/trunk" 9 9 … … 14 14 OS="macosx32" 15 15 16 #Compile packages?17 SKIPPACKAGESCOMPILATION=yes18 EXTERNALPACKAGESDIR=/u/wilkes-r1b/seroussi/svn/issm/trunk/externalpackages19 DEVPACKAGESDIR=/u/wilkes-r1b/seroussi/svn/issm/trunk/devpackages20 21 #external pakages to be installed22 EXTERNALPACKAGES="mpich2 petsc metis triangle"23 24 #number of cpus25 NUMCPUS=126 27 16 #MATLAB path 28 17 MATLAB_PATH="/Applications/MATLAB_R2009a.app/" 29 18 30 #execution path 19 #2: ISSM Installation 20 #-------------------- 21 22 #ISSM installation. If SKIPINSTALLATION="no" the existing version of the 23 #code will be erased. The new version will be checked out and fully 24 #installed. If SKIPINSTALLATION="yes", the following options won't be 25 #used. Go to section 3 26 27 SKIPINSTALLATION="no" 28 29 #SVN repository 30 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk" 31 32 #execution path used for parallel runs 31 33 EXECUTION_PATH="" 32 34 33 #packages to be run 34 PACKAGES="{'macayeal','cielo_serial'}" 35 #External packages installation. If SKIPPACKAGESCOMPILATION="no" the 36 #packages mentionned in EXTERNALPACKAGES will be fully installed which 37 #requires a long time. If SKIPPACKAGESCOMPILATION="yes", the external 38 #packages directory will be removed and the directories 39 #EXTERNALPACKAGESDIR and DEVPACKAGESDIR will be copied. 40 41 SKIPPACKAGESCOMPILATION="no" 42 EXTERNALPACKAGESDIR="" 43 DEVPACKAGESDIR="" 44 45 #List of external pakages to be installed 46 EXTERNALPACKAGES="" 47 48 #3: ISSM Compilation 49 #------------------- 50 51 #ISSM compilation. If SKIPCOMPILATION="no" ISSM will be reconfigured 52 #and compiled. 53 SKIPCOMPILATION="no" 54 55 #4: Mail notification 56 #-------------------- 57 58 #Mail delivery. If SKIPMAIL="no", the html nightly run report will be 59 #sent to the adresses present in $ISSM_DIR/cron/mailinglist. 60 SKIPMAIL="no" 61 62 #Sender email address 63 EMAIL_ADRESS="helene.seroussi@jpl.nasa.gov" 64 65 #5: Nightly run options 66 #---------------------- 67 68 #number of cpus used in ISSM installation and compilation (one is usually 69 #safer as some packages are very sensitive to parallel compilation) 70 NUMCPUS_INSTALL=1 71 72 #number of cpus used in the nightly runs. 73 NUMCPUS_RUN=1 74 75 #Nightly run options. The matlab routine nightlyrun.m will be called 76 #as follows: nightlyrun($NROPTIONS). The options must be understandable 77 #by Matlab and nightlyrun.m 78 79 NROPTIONS="'parallel',0" -
issm/trunk/cron/configs/winxp32_larour
r2091 r2191 1 # SVN repository2 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk" 1 # 2 ########### Configuration file for Eric Larour's nightly run on Windows ############ 3 3 4 # email adress to send Cron report5 EMAIL_ADRESS="eric.larour@jpl.nasa.gov" 4 #1: ISSM general configuration 5 #----------------------------- 6 6 7 #ISSM directory7 #ISSM main directory (full pathto ISSM trunk) 8 8 ISSM_DIR="C:/home/issm/trunk/cron/trunk" 9 9 … … 14 14 OS="winxp32" 15 15 16 #Compile packages?17 SKIPPACKAGESCOMPILATION=yes18 EXTERNALPACKAGESDIR=/cygdrive/c/home/externalpackages19 DEVPACKAGESDIR=/cygdrive/c/home/devpackages20 21 #external pakages to be installed22 EXTERNALPACKAGES="petsc metis triangle"23 24 #number of cpus25 NUMCPUS=126 27 16 #MATLAB path 28 17 MATLAB_PATH="C:/MATLAB/R2009a/" 29 18 30 #execution path 19 #2: ISSM Installation 20 #-------------------- 21 22 #ISSM installation. If SKIPINSTALLATION="no" the existing version of the 23 #code will be erased. The new version will be checked out and fully 24 #installed. If SKIPINSTALLATION="yes", the following options won't be 25 #used. Go to section 3 26 27 SKIPINSTALLATION="no" 28 29 #SVN repository 30 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk" 31 32 #execution path used for parallel runs 31 33 EXECUTION_PATH="" 32 34 33 #packages to be run 34 #PACKAGES="{'macayeal','ice','cielo_serial','cielo_parallel'}" 35 PACKAGES="{'cielo_serial'}" 35 #External packages installation. If SKIPPACKAGESCOMPILATION="no" the 36 #packages mentionned in EXTERNALPACKAGES will be fully installed which 37 #requires a long time. If SKIPPACKAGESCOMPILATION="yes", the external 38 #packages directory will be removed and the directories 39 #EXTERNALPACKAGESDIR and DEVPACKAGESDIR will be copied. 40 41 SKIPPACKAGESCOMPILATION="yes" 42 EXTERNALPACKAGESDIR="/cygdrive/c/home/externalpackages" 43 DEVPACKAGESDIR="/cygdrive/c/home/devpackages" 44 45 #List of external pakages to be installed 46 EXTERNALPACKAGES="petsc metis triangle dakota" 47 48 #3: ISSM Compilation 49 #------------------- 50 51 #ISSM compilation. If SKIPCOMPILATION="no" ISSM will be reconfigured 52 #and compiled. 53 SKIPCOMPILATION="no" 54 55 #4: Mail notification 56 #-------------------- 57 58 #Mail delivery. If SKIPMAIL="no", the html nightly run report will be 59 #sent to the adresses present in $ISSM_DIR/cron/mailinglist. 60 SKIPMAIL="no" 61 62 #Sender email address 63 EMAIL_ADRESS="eric.larour@jpl.nasa.gov" 64 65 #5: Nightly run options 66 #---------------------- 67 68 #number of cpus used in ISSM installation and compilation (one is usually 69 #safer as some packages are very sensitive to parallel compilation) 70 NUMCPUS_INSTALL=1 71 72 #number of cpus used in the nightly runs. 73 NUMCPUS_RUN=1 74 75 #Nightly run options. The matlab routine nightlyrun.m will be called 76 #as follows: nightlyrun($NROPTIONS). The options must be understandable 77 #by Matlab and nightlyrun.m 78 79 NROPTIONS="'parallel',0"
Note:
See TracChangeset
for help on using the changeset viewer.