Ignore:
Timestamp:
03/01/24 12:59:21 (13 months ago)
Author:
jdquinn
Message:

CHG: Adjusted tolerances; test suite adjustments; clean up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/linux64_caladan_ad

    r27567 r28127  
    1 #
    2 #-------------------------------#
    3 # 1: ISSM general configuration #
    4 #-------------------------------#
    5 
    6 #MATLAB path
    71MATLAB_PATH="/usr/local/MATLAB/R2015a"
    82
    9 #ISSM CONFIGURATION
     3#--------------------#
     4# ISSM Configuration #
     5#--------------------#
     6
    107ISSM_CONFIG='\
    118        --prefix=$ISSM_DIR\
     
    2118'
    2219
    23 #PYTHON and MATLAB testing
    24 MATLAB_TEST=1
    25 PYTHON_TEST=0
     20#-------------------#
     21# External Packages #
     22#-------------------#
    2623
    27 #-----------------------------------#
    28 # 3: External packages installation #
    29 #-----------------------------------#
    30 
    31 #List of external packages to be installed and their installation scripts
    3224EXTERNALPACKAGES="
    3325        autotools       install-linux.sh
     
    4133"
    4234
    43 #-----------------#
    44 # 4: test options #
    45 #-----------------#
     35#---------#
     36# Testing #
     37#---------#
    4638
    47 #number of cpus used in ISSM installation and compilation (one is usually
    48 #safer as some packages are very sensitive to parallel compilation)
     39# Test suites
     40MATLAB_TEST=1
     41PYTHON_TEST=0
     42JAVASCRIPT_TEST=0
     43EXAMPLES_TEST=0
     44
     45# Number of CPUs used in ISSM compilation
     46#
     47# NOTE: One is usually safer as some packages are very sensitive to parallel
     48#               compilation
     49#
    4950NUMCPUS_INSTALL=2
    5051
    51 #number of cpus used in the nightly runs.
     52# Number of CPUs used in the nightly runs
    5253NUMCPUS_RUN=1
    5354
    54 #Nightly run options. The matlab routine runme.m will be called
    55 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable
    56 #by Matlab and runme.m
    57 #ex: "'id',[101 102 103]"
     55# Nightly run options
     56#
     57# See documentation in test/NightlyRun/runme.* for more information
     58#
    5859MATLAB_NROPTIONS="'benchmark','adolc','id',[3001:3019]"
    5960PYTHON_NROPTIONS=""
Note: See TracChangeset for help on using the changeset viewer.