Changeset 24403


Ignore:
Timestamp:
11/26/19 22:46:50 (5 years ago)
Author:
jdquinn
Message:

CHG: Now standardizing Ubuntu Linux builds configs (NOTE: 4 CPUs for testing seems to avoid resource starvation)

Location:
issm/trunk-jpl/jenkins
Files:
1 deleted
12 edited

Legend:

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

    r24402 r24403  
    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=8
    6265
    63 #number of cpus used in the nightly runs.
    64 NUMCPUS_RUN=8
     66# Number of CPUs used in the nightly runs
     67NUMCPUS_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]"
     69# Nightly run options
     70#
     71# See documentation in test/NightlyRun/runme.* for more information.
     72#
     73MATLAB_NROPTIONS=""
     74PYTHON_NROPTIONS=""
    7075MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota')]"
    7176PYTHON_NROPTIONS=""
  • issm/trunk-jpl/jenkins/linux64_ross_ad

    r24333 r24403  
    3232'
    3333
    34 #PYTHON and MATLAB testing
     34# Test suites
    3535MATLAB_TEST=1
    3636PYTHON_TEST=1
     
    6868#               compilation.
    6969#
    70 NUMCPUS_INSTALL=5
     70NUMCPUS_INSTALL=8
    7171
    7272# Number of CPUs used in the nightly runs
  • issm/trunk-jpl/jenkins/linux64_ross_ampi

    r24333 r24403  
    3434'
    3535
    36 #PYTHON and MATLAB testing
     36# PYTHON and MATLAB testing
    3737MATLAB_TEST=1
    3838PYTHON_TEST=1
     
    7474
    7575# Number of CPUs used in the nightly runs
    76 NUMCPUS_RUN=8
     76NUMCPUS_RUN=4
    7777
    7878# Nightly run options
  • issm/trunk-jpl/jenkins/linux64_ross_codi

    r24402 r24403  
    3434'
    3535
    36 # PYTHON and MATLAB testing
     36# Test suites
    3737MATLAB_TEST=1
    3838PYTHON_TEST=0
     
    6565#-----------------#
    6666
    67 # List of external packages to be installed and their installation scripts
     67# Number of CPUs used in ISSM compilation
    6868#
    69 # NOTE: The PETSc libraries are compiled but not used: PETSc is really just
    70 #               being used as an installer for other external packages.
     69# NOTE: One is usually safer as some packages are very sensitive to parallel
     70#               compilation.
    7171#
    7272NUMCPUS_INSTALL=8
    7373
    74 #number of cpus used in the nightly runs.
    75 NUMCPUS_RUN=8
     74# Number of CPUs used in the nightly runs
     75NUMCPUS_RUN=4
    7676
    77 #Nightly run options. The matlab routine runme.m will be called
    78 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable
    79 #by Matlab and runme.m
    80 #ex: "'id',[101 102 103]"
     77# Nightly run options
     78#
     79# See documentation in test/NightlyRun/runme.* for more information.
     80#
    8181MATLAB_NROPTIONS="'benchmark','all','id',[3015,3119,3480]"
    8282PYTHON_NROPTIONS="--benchmark='all' -i 3015 3119 3480"
  • issm/trunk-jpl/jenkins/linux64_ross_dakota

    r24382 r24403  
    3232'
    3333
    34 #PYTHON and MATLAB testing
     34# Test suites
    3535MATLAB_TEST=1
    3636PYTHON_TEST=1
     
    6161#-----------------#
    6262
    63 #number of cpus used in ISSM installation and compilation (one is usually
    64 #safer as some packages are very sensitive to parallel compilation)
     63# Number of CPUs used in ISSM compilation
     64#
     65# NOTE: One is usually safer as some packages are very sensitive to parallel
     66#               compilation.
     67#
    6568NUMCPUS_INSTALL=8
    6669
    67 #number of cpus used in the nightly runs.
    68 NUMCPUS_RUN=8
     70# Number of CPUs used in the nightly runs
     71NUMCPUS_RUN=4
    6972
    7073# Nightly run options
     
    7578# - See test418.py for reason why it is excluded for now.
    7679#
     80MATLAB_NROPTIONS="'exclude',[243,435,701,702],'id',[IdFromString('Dakota')]"
    7781PYTHON_NROPTIONS="--exclude 243 418 435 701 702 --include_name 'Dakota'"
    78 MATLAB_NROPTIONS="'exclude',[243,435,701,702],'id',[IdFromString('Dakota')]"
  • issm/trunk-jpl/jenkins/linux64_ross_dakota_static

    r24311 r24403  
    2929        --with-pic'
    3030
    31 #PYTHON and MATLAB testing
     31# Test suites
    3232MATLAB_TEST=0
    3333PYTHON_TEST=0
     34JAVASCRIPT_TEST=0
     35EXAMPLES_TEST=0
    3436
    3537#-----------------------------------#
     
    5355#-----------------#
    5456
    55 #number of cpus used in ISSM installation and compilation (one is usually
    56 #safer as some packages are very sensitive to parallel compilation)
    57 NUMCPUS_INSTALL=4
     57# Number of CPUs used in ISSM compilation
     58#
     59# NOTE: One is usually safer as some packages are very sensitive to parallel
     60#               compilation.
     61#
     62NUMCPUS_INSTALL=8
    5863
    59 #number of cpus used in the nightly runs.
     64# Number of CPUs used in the nightly runs
    6065NUMCPUS_RUN=4
    6166
    62 #Nightly run options. The matlab routine runme.m will be called
    63 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable
    64 #by Matlab and runme.m
    65 #ex: "'id',[101 102 103]"
    66 #PYTHON_NROPTIONS=""
    67 #MATLAB_NROPTIONS=""
     67# Nightly run options
     68#
     69# See documentation in test/NightlyRun/runme.* for more information.
     70#
     71MATLAB_NROPTIONS=""
     72PYTHON_NROPTIONS=""
  • issm/trunk-jpl/jenkins/linux64_ross_gia

    r24333 r24403  
    2929'
    3030
    31 #PYTHON and MATLAB testing
     31# Test suites
    3232MATLAB_TEST=1
    3333PYTHON_TEST=0
     
    5656#-----------------#
    5757
    58 #number of cpus used in ISSM installation and compilation (one is usually
    59 #safer as some packages are very sensitive to parallel compilation)
     58# Number of CPUs used in ISSM compilation
     59#
     60# NOTE: One is usually safer as some packages are very sensitive to parallel
     61#               compilation.
     62#
    6063NUMCPUS_INSTALL=8
    6164
    62 #number of cpus used in the nightly runs.
    63 NUMCPUS_RUN=8
     65# Number of CPUs used in the nightly runs
     66NUMCPUS_RUN=4
    6467
    65 #Nightly run options. The matlab routine runme.m will be called
    66 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable
    67 #by Matlab and runme.m
    68 #ex: "'id',[101 102 103]"
     68# Nightly run options
     69#
     70# See documentation in test/NightlyRun/runme.* for more information.
     71#
    6972MATLAB_NROPTIONS="'benchmark','all','id',[2001:2100]"
    7073PYTHON_NROPTIONS=""
  • issm/trunk-jpl/jenkins/linux64_ross_iceocean

    r24402 r24403  
    5656#-----------------#
    5757
    58 # List of external packages to be installed and their installation scripts
     58# Number of CPUs used in ISSM compilation
     59#
     60# NOTE: One is usually safer as some packages are very sensitive to parallel
     61#               compilation.
     62#
    5963NUMCPUS_INSTALL=8
    6064
    61 #number of cpus used in the nightly runs.
    62 NUMCPUS_RUN=8
     65# Number of CPUs used in the nightly runs
     66NUMCPUS_RUN=4
    6367
    64 #Nightly run options. The matlab routine runme.m will be called
    65 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable
    66 #by Matlab and runme.m
    67 #ex: "'id',[101 102 103]"
     68# Nightly run options
     69#
     70# See documentation in test/NightlyRun/runme.* for more information.
     71#
    6872MATLAB_NROPTIONS="'benchmark','all','id',[4001 4002 4003]"
    6973PYTHON_NROPTIONS=""
  • issm/trunk-jpl/jenkins/linux64_ross_javascript

    r24402 r24403  
    4444#
    4545# NOTE: One is usually safer as some packages are very sensitive to parallel
    46 #       compilation.
     46#               compilation.
    4747#
    4848NUMCPUS_INSTALL=8
     49
     50# Number of CPUs used in the nightly runs
     51NUMCPUS_RUN=4
     52
     53# Nightly run options
     54#
     55# See documentation in test/NightlyRun/runme.* for more information.
     56#
     57MATLAB_NROPTIONS=""
     58PYTHON_NROPTIONS=""
  • issm/trunk-jpl/jenkins/linux64_ross_python

    r24333 r24403  
    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=8
    6467
    65 #number of cpus used in the nightly runs.
    66 NUMCPUS_RUN=8
     68# Number of CPUs used in the nightly runs
     69NUMCPUS_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]"
     71# Nightly run options
     72#
     73# See documentation in test/NightlyRun/runme.* for more information.
     74#
     75MATLAB_NROPTIONS=""
    7276PYTHON_NROPTIONS="--exclude_name 'Dakota'"
    73 MATLAB_NROPTIONS=""
  • issm/trunk-jpl/jenkins/linux64_ross_se

    r24389 r24403  
    8282NUMCPUS_RUN=1
    8383
    84 #Nightly run options. The matlab routine runme.m will be called
    85 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable
    86 #by Matlab and runme.m
    87 #ex: "'id',[101 102 103]"
     84# Nightly run options
     85#
     86# See documentation in test/NightlyRun/runme.* for more information.
     87#
     88MATLAB_NROPTIONS="'benchmark','slr'"
    8889PYTHON_NROPTIONS="--benchmark=slr"
    89 MATLAB_NROPTIONS="'benchmark','slr'"
  • issm/trunk-jpl/jenkins/linux64_ross_static

    r24311 r24403  
    2727        --with-pic'
    2828
    29 #PYTHON and MATLAB testing
     29# Test suites
    3030MATLAB_TEST=0
    3131PYTHON_TEST=0
     32JAVASCRIPT_TEST=0
     33EXAMPLES_TEST=0
    3234
    3335#-----------------------------------#
     
    5052#-----------------#
    5153
    52 #number of cpus used in ISSM installation and compilation (one is usually
    53 #safer as some packages are very sensitive to parallel compilation)
    54 NUMCPUS_INSTALL=4
     54# Number of CPUs used in ISSM compilation
     55#
     56# NOTE: One is usually safer as some packages are very sensitive to parallel
     57#               compilation.
     58#
     59NUMCPUS_INSTALL=8
    5560
    56 #number of cpus used in the nightly runs.
     61# Number of CPUs used in the nightly runs
    5762NUMCPUS_RUN=4
    5863
    59 #Nightly run options. The matlab routine runme.m will be called
    60 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable
    61 #by Matlab and runme.m
    62 #ex: "'id',[101 102 103]"
    63 ##                           FS
    64 #PYTHON_NROPTIONS=""
    65 #MATLAB_NROPTIONS=""
     64# Nightly run options
     65#
     66# See documentation in test/NightlyRun/runme.* for more information.
     67#
     68MATLAB_NROPTIONS=""
     69PYTHON_NROPTIONS=""
Note: See TracChangeset for help on using the changeset viewer.