Changeset 11620
- Timestamp:
- 03/05/12 09:47:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/cron/configs/macosx64_schlegel
r11614 r11620 19 19 COMPILE_CONFIG_FILE="config-macosx64-nicole.sh" 20 20 21 #MATLAB path 22 MATLAB_PATH="/Applications/MATLAB_R2011b.app/" 21 23 22 24 #----------------------# … … 52 54 53 55 #List of external pakages to be installed 54 EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle dakota chaco"56 EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle" 55 57 56 58 #Corresponding list of installation files to use 57 EXTERNALPACKAGES_CONFIGS=" install.sh install.sh install.sh install-1.4-macosx64.sh install-3.2-macosx64.sh install-4.0-macosx64.sh install-macosx64.sh install-macosx64.sh install.sh" 58 EXTERNALPACKAGES_NUMCPUS=" 1 1 1 1 1 1" 59 EXTERNALPACKAGES_CONFIGS=" install.sh install.sh install.sh install-1.4-macosx64.sh install-3.2-macosx64.sh install-4.0-macosx64.sh install-macosx64.sh" 59 60 60 61 #---------------------# … … 82 83 #------------------------# 83 84 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 85 #number of cpus used in the nightly runs. 89 86 NUMCPUS_RUN=4 … … 94 91 #ex: "'id',[101 102 103]" 95 92 96 NROPTIONS="'exclude',[137 527]"93 NROPTIONS="'exclude',[137 235:236 267:268 423:428 434:435 439:440 527]" 97 94 98 99 #------------------------#100 # 7: Matlab#101 #------------------------#102 103 #MATLAB path104 MATLAB_PATH="/Applications/MATLAB_R2011b.app/"105 106 MATLABBIN="/Applications/MATLAB_R2011b.app/bin/matlab"
Note:
See TracChangeset
for help on using the changeset viewer.