Changeset 24277


Ignore:
Timestamp:
10/25/19 09:59:42 (5 years ago)
Author:
jdquinn
Message:

CHG: Minor documentation changes (if good, will apply to the other Jenkins config files)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/macosx_pine-island

    r24276 r24277  
    4545#-----------------#
    4646
    47 #number of cpus used in ISSM installation and compilation (one is usually
    48 #safer as some packages are very sensitive to parallel compilation)
     47# Number of CPUs used in ISSM compilation
     48#
     49# NOTE: One is usually safer as some packages are very sensitive to parallel
     50#               compilation.
     51#
    4952NUMCPUS_INSTALL=4
    5053
    51 #number of cpus used in the nightly runs.
     54# Number of CPUs used in the nightly runs
    5255NUMCPUS_RUN=4
    5356
    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]"
    58 ##                           FS
     57# Nightly run options
     58#
     59# See documentation in test/NightlyRun/runme.* for more information.
     60#
     61# NOTE:
     62#       - test701.m is skipped because it uses full Stokes equations
     63#
    5964PYTHON_NROPTIONS="--exclude_name 'Dakota'"
    6065MATLAB_NROPTIONS="'exclude',[701,702,703,435,IdFromString('Dakota')]"
Note: See TracChangeset for help on using the changeset viewer.