Changeset 11621


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

move MATLABBIN to nightlyrun.sh

Location:
issm/trunk-jpl/cron/configs
Files:
3 edited

Legend:

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

    r11561 r11621  
    1919#COMPILATION CONFIGURATION FILE
    2020COMPILE_CONFIG_FILE="config-linux64-astrid.sh"
     21
     22#MATLAB path
     23MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"
    2124
    2225#----------------------#
     
    5760#Corresponding list of installation files to use
    5861EXTERNALPACKAGES_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"
    6062
    6163#---------------------#
     
    8385#------------------------#
    8486
    85 #number of cpus used in ISSM installation and compilation (one is usually
    86 #safer as some packages are very sensitive to parallel compilation)
    87 NUMCPUS_INSTALL=8
    88 
    8987#number of cpus used in the nightly runs.
    9088NUMCPUS_RUN=7
     
    9795NROPTIONS=""
    9896
    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

    r11561 r11621  
    1919#COMPILATION CONFIGURATION FILE
    2020COMPILE_CONFIG_FILE="config-linux64-astrid.sh"
     21
     22#MATLAB path
     23MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"
    2124
    2225#----------------------#
     
    5760#Corresponding list of installation files to use
    5861EXTERNALPACKAGES_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"
    6062
    6163#---------------------#
     
    8385#------------------------#
    8486
    85 #number of cpus used in ISSM installation and compilation (one is usually
    86 #safer as some packages are very sensitive to parallel compilation)
    87 NUMCPUS_INSTALL=1
    88 
    8987#number of cpus used in the nightly runs.
    9088NUMCPUS_RUN=7
     
    9795NROPTIONS=""
    9896
    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

    r11561 r11621  
    1818#COMPILATION CONFIGURATION FILE
    1919COMPILE_CONFIG_FILE="config-linux64-astrid.sh"
     20
     21#MATLAB path
     22MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"
    2023
    2124#----------------------#
     
    5659#Corresponding list of installation files to use
    5760EXTERNALPACKAGES_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"
    5961
    6062#---------------------#
     
    8284#------------------------#
    8385
    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 
    8886#number of cpus used in the nightly runs.
    8987NUMCPUS_RUN=7
     
    9694NROPTIONS="'benchmark','all'"
    9795
    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.