Changeset 24300


Ignore:
Timestamp:
10/30/19 14:05:57 (5 years ago)
Author:
jdquinn
Message:

CHG: Excluding test3010 from ADOL-C builds; minor change to macOS

Location:
issm/trunk-jpl/jenkins
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/jenkins/linux64_ross_ad

    r24237 r24300  
    5757#-----------------#
    5858
    59 #number of cpus used in ISSM installation and compilation (one is usually
    60 #safer as some packages are very sensitive to parallel compilation)
     59# Number of CPUs used in ISSM compilation
     60#
     61# NOTE: One is usually safer as some packages are very sensitive to parallel
     62#               compilation.
     63#
    6164NUMCPUS_INSTALL=5
    6265
    63 #number of cpus used in the nightly runs.
     66# Number of CPUs used in the nightly runs
    6467NUMCPUS_RUN=4
    6568
    66 #Nightly run options. The matlab routine runme.m will be called
    67 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable
    68 #by Matlab and runme.m
    69 #ex: "'id',[101 102 103]"
    70 MATLAB_NROPTIONS="'benchmark','adolc','id',[3001:3019]"
    71 PYTHON_NROPTIONS="--benchmark=adolc -i 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019"
     69# Nightly run options
     70#
     71# See documentation in test/NightlyRun/runme.* for more information.
     72#
     73# NOTE:
     74# - test3010 is skipped because it triggers GEMB module and a subsequent
     75#       failure on ampioff configuration (really, likely a segmentation fault)
     76#
     77MATLAB_NROPTIONS="'benchmark','adolc','id',[3001:3019],'exclude',3010"
     78PYTHON_NROPTIONS="--benchmark=adolc -i 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 --exclude=3010"
  • TabularUnified issm/trunk-jpl/jenkins/linux64_ross_ampi

    r24267 r24300  
    5959#-----------------#
    6060
    61 #number of cpus used in ISSM installation and compilation (one is usually
    62 #safer as some packages are very sensitive to parallel compilation)
     61# Number of CPUs used in ISSM compilation
     62#
     63# NOTE: One is usually safer as some packages are very sensitive to parallel
     64#               compilation.
     65#
    6366NUMCPUS_INSTALL=5
    6467
    65 #number of cpus used in the nightly runs.
     68# Number of CPUs used in the nightly runs
    6669NUMCPUS_RUN=4
    6770
    68 #Nightly run options. The matlab routine runme.m will be called
    69 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable
    70 #by Matlab and runme.m
    71 #ex: "'id',[101 102 103]"
    72 MATLAB_NROPTIONS="'benchmark','adolc','id',[3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3119]"
    73 PYTHON_NROPTIONS="--benchmark 'adolc' -i 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3101 3102 3103 3104 3105 3106 3107 3108 3109 3119"
     71# Nightly run options
     72#
     73# See documentation in test/NightlyRun/runme.* for more information.
     74#
     75# NOTE:
     76# - test3010 is skipped because it triggers GEMB module and a subsequent
     77#       failure on ampioff configuration (really, likely a segmentation fault)
     78#
     79MATLAB_NROPTIONS="'benchmark','adolc','id',[3001:3019],'exclude',3010"
     80PYTHON_NROPTIONS="--benchmark=adolc -i 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 --exclude=3010"
  • TabularUnified issm/trunk-jpl/jenkins/macosx_pine-island

    r24277 r24300  
    6262#       - test701.m is skipped because it uses full Stokes equations
    6363#
     64MATLAB_NROPTIONS="'exclude',[701,702,703,435,IdFromString('Dakota')]"
    6465PYTHON_NROPTIONS="--exclude_name 'Dakota'"
    65 MATLAB_NROPTIONS="'exclude',[701,702,703,435,IdFromString('Dakota')]"
Note: See TracChangeset for help on using the changeset viewer.