Changeset 11621
- Timestamp:
- 03/05/12 09:53:43 (13 years ago)
- Location:
- issm/trunk-jpl/cron/configs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/cron/configs/linux64_schlegel_daily
r11561 r11621 19 19 #COMPILATION CONFIGURATION FILE 20 20 COMPILE_CONFIG_FILE="config-linux64-astrid.sh" 21 22 #MATLAB path 23 MATLAB_PATH="/usr/local/pkgs/matlab-7.6/" 21 24 22 25 #----------------------# … … 57 60 #Corresponding list of installation files to use 58 61 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" 59 EXTERNALPACKAGES_NUMCPUS=" 8 8 8 8 8 8"60 62 61 63 #---------------------# … … 83 85 #------------------------# 84 86 85 #number of cpus used in ISSM installation and compilation (one is usually86 #safer as some packages are very sensitive to parallel compilation)87 NUMCPUS_INSTALL=888 89 87 #number of cpus used in the nightly runs. 90 88 NUMCPUS_RUN=7 … … 97 95 NROPTIONS="" 98 96 99 #------------------------#100 # 7: Matlab#101 #------------------------#102 103 #MATLAB path104 MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"105 106 MATLABBIN="/usr/local/pkgs/matlab-7.6/bin/matlab" -
issm/trunk-jpl/cron/configs/linux64_schlegel_nightly
r11561 r11621 19 19 #COMPILATION CONFIGURATION FILE 20 20 COMPILE_CONFIG_FILE="config-linux64-astrid.sh" 21 22 #MATLAB path 23 MATLAB_PATH="/usr/local/pkgs/matlab-7.6/" 21 24 22 25 #----------------------# … … 57 60 #Corresponding list of installation files to use 58 61 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" 59 EXTERNALPACKAGES_NUMCPUS=" 1 1 1 1 1 1"60 62 61 63 #---------------------# … … 83 85 #------------------------# 84 86 85 #number of cpus used in ISSM installation and compilation (one is usually86 #safer as some packages are very sensitive to parallel compilation)87 NUMCPUS_INSTALL=188 89 87 #number of cpus used in the nightly runs. 90 88 NUMCPUS_RUN=7 … … 97 95 NROPTIONS="" 98 96 99 100 #------------------------#101 # 7: Matlab#102 #------------------------#103 104 #MATLAB path105 MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"106 107 MATLABBIN="/usr/local/pkgs/matlab-7.6/bin/matlab" -
issm/trunk-jpl/cron/configs/linux64_schlegel_validation
r11561 r11621 18 18 #COMPILATION CONFIGURATION FILE 19 19 COMPILE_CONFIG_FILE="config-linux64-astrid.sh" 20 21 #MATLAB path 22 MATLAB_PATH="/usr/local/pkgs/matlab-7.6/" 20 23 21 24 #----------------------# … … 56 59 #Corresponding list of installation files to use 57 60 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 61 60 62 #---------------------# … … 82 84 #------------------------# 83 85 84 #number of cpus used in ISSM installation and compilation (one is usually85 #safer as some packages are very sensitive to parallel compilation)86 NUMCPUS_INSTALL=187 88 86 #number of cpus used in the nightly runs. 89 87 NUMCPUS_RUN=7 … … 96 94 NROPTIONS="'benchmark','all'" 97 95 98 #------------------------#99 # 7: Matlab#100 #------------------------#101 102 #MATLAB path103 MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"104 105 MATLABBIN="/usr/local/pkgs/matlab-7.6/bin/matlab"
Note:
See TracChangeset
for help on using the changeset viewer.