Changeset 11561
- Timestamp:
- 02/28/12 09:54:59 (13 years ago)
- Location:
- issm/trunk-jpl/cron/configs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/cron/configs/linux64_schlegel_daily
r11307 r11561 17 17 MACHINE="astrid" 18 18 19 # MATLAB path20 MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"19 #COMPILATION CONFIGURATION FILE 20 COMPILE_CONFIG_FILE="config-linux64-astrid.sh" 21 21 22 22 #----------------------# … … 54 54 #List of external pakages to be installed 55 55 EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle dakota chaco" 56 57 #Corresponding list of installation files to use 58 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" 56 60 57 61 #---------------------# … … 92 96 93 97 NROPTIONS="" 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" -
issm/trunk-jpl/cron/configs/linux64_schlegel_nightly
r11307 r11561 17 17 MACHINE="astrid" 18 18 19 # MATLAB path20 MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"19 #COMPILATION CONFIGURATION FILE 20 COMPILE_CONFIG_FILE="config-linux64-astrid.sh" 21 21 22 22 #----------------------# … … 54 54 #List of external pakages to be installed 55 55 EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle dakota chaco" 56 57 #Corresponding list of installation files to use 58 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" 56 60 57 61 #---------------------# … … 92 96 93 97 NROPTIONS="" 98 99 100 #------------------------# 101 # 7: Matlab# 102 #------------------------# 103 104 #MATLAB path 105 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
r11307 r11561 16 16 MACHINE="astrid" 17 17 18 # MATLAB path19 MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"18 #COMPILATION CONFIGURATION FILE 19 COMPILE_CONFIG_FILE="config-linux64-astrid.sh" 20 20 21 21 #----------------------# … … 53 53 #List of external pakages to be installed 54 54 EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle dakota chaco yams" 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" 55 59 56 60 #---------------------# … … 91 95 92 96 NROPTIONS="'benchmark','all'" 97 98 #------------------------# 99 # 7: Matlab# 100 #------------------------# 101 102 #MATLAB path 103 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.