Changeset 11620


Ignore:
Timestamp:
03/05/12 09:47:23 (13 years ago)
Author:
schlegel
Message:

remove dakota runs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/cron/configs/macosx64_schlegel

    r11614 r11620  
    1919COMPILE_CONFIG_FILE="config-macosx64-nicole.sh"
    2020
     21#MATLAB path
     22MATLAB_PATH="/Applications/MATLAB_R2011b.app/"
    2123
    2224#----------------------#
     
    5254
    5355#List of external pakages to be installed
    54 EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle dakota chaco"
     56EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle"
    5557
    5658#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"
     59EXTERNALPACKAGES_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"
    5960
    6061#---------------------#
     
    8283#------------------------#
    8384
    84 #number of cpus used in ISSM installation and compilation (one is usually
    85 #safer as some packages are very sensitive to parallel compilation)
    86 NUMCPUS_INSTALL=1
    87 
    8885#number of cpus used in the nightly runs.
    8986NUMCPUS_RUN=4
     
    9491#ex: "'id',[101 102 103]"
    9592
    96 NROPTIONS="'exclude',[137 527]"
     93NROPTIONS="'exclude',[137 235:236 267:268 423:428 434:435 439:440 527]"
    9794
    98 
    99 #------------------------#
    100 # 7: Matlab#
    101 #------------------------#
    102 
    103 #MATLAB path
    104 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.