Changeset 24403
- Timestamp:
- 11/26/19 22:46:50 (5 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 1 deleted
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/linux64_ross
r24402 r24403 57 57 #-----------------# 58 58 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 # 61 64 NUMCPUS_INSTALL=8 62 65 63 # number of cpus used in the nightly runs.64 NUMCPUS_RUN= 866 # Number of CPUs used in the nightly runs 67 NUMCPUS_RUN=4 65 68 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 # 73 MATLAB_NROPTIONS="" 74 PYTHON_NROPTIONS="" 70 75 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota')]" 71 76 PYTHON_NROPTIONS="" -
issm/trunk-jpl/jenkins/linux64_ross_ad
r24333 r24403 32 32 ' 33 33 34 # PYTHON and MATLAB testing34 # Test suites 35 35 MATLAB_TEST=1 36 36 PYTHON_TEST=1 … … 68 68 # compilation. 69 69 # 70 NUMCPUS_INSTALL= 570 NUMCPUS_INSTALL=8 71 71 72 72 # Number of CPUs used in the nightly runs -
issm/trunk-jpl/jenkins/linux64_ross_ampi
r24333 r24403 34 34 ' 35 35 36 # PYTHON and MATLAB testing36 # PYTHON and MATLAB testing 37 37 MATLAB_TEST=1 38 38 PYTHON_TEST=1 … … 74 74 75 75 # Number of CPUs used in the nightly runs 76 NUMCPUS_RUN= 876 NUMCPUS_RUN=4 77 77 78 78 # Nightly run options -
issm/trunk-jpl/jenkins/linux64_ross_codi
r24402 r24403 34 34 ' 35 35 36 # PYTHON and MATLAB testing36 # Test suites 37 37 MATLAB_TEST=1 38 38 PYTHON_TEST=0 … … 65 65 #-----------------# 66 66 67 # List of external packages to be installed and their installation scripts67 # Number of CPUs used in ISSM compilation 68 68 # 69 # NOTE: The PETSc libraries are compiled but not used: PETSc is really just70 # 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. 71 71 # 72 72 NUMCPUS_INSTALL=8 73 73 74 # number of cpus used in the nightly runs.75 NUMCPUS_RUN= 874 # Number of CPUs used in the nightly runs 75 NUMCPUS_RUN=4 76 76 77 # Nightly run options. The matlab routine runme.m will be called78 # as follows: runme($MATLAB_NROPTIONS). The options must be understandable79 # by Matlab and runme.m80 # ex: "'id',[101 102 103]"77 # Nightly run options 78 # 79 # See documentation in test/NightlyRun/runme.* for more information. 80 # 81 81 MATLAB_NROPTIONS="'benchmark','all','id',[3015,3119,3480]" 82 82 PYTHON_NROPTIONS="--benchmark='all' -i 3015 3119 3480" -
issm/trunk-jpl/jenkins/linux64_ross_dakota
r24382 r24403 32 32 ' 33 33 34 # PYTHON and MATLAB testing34 # Test suites 35 35 MATLAB_TEST=1 36 36 PYTHON_TEST=1 … … 61 61 #-----------------# 62 62 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 # 65 68 NUMCPUS_INSTALL=8 66 69 67 # number of cpus used in the nightly runs.68 NUMCPUS_RUN= 870 # Number of CPUs used in the nightly runs 71 NUMCPUS_RUN=4 69 72 70 73 # Nightly run options … … 75 78 # - See test418.py for reason why it is excluded for now. 76 79 # 80 MATLAB_NROPTIONS="'exclude',[243,435,701,702],'id',[IdFromString('Dakota')]" 77 81 PYTHON_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 29 29 --with-pic' 30 30 31 # PYTHON and MATLAB testing31 # Test suites 32 32 MATLAB_TEST=0 33 33 PYTHON_TEST=0 34 JAVASCRIPT_TEST=0 35 EXAMPLES_TEST=0 34 36 35 37 #-----------------------------------# … … 53 55 #-----------------# 54 56 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 # 62 NUMCPUS_INSTALL=8 58 63 59 # number of cpus used in the nightly runs.64 # Number of CPUs used in the nightly runs 60 65 NUMCPUS_RUN=4 61 66 62 # Nightly run options. The matlab routine runme.m will be called63 # as follows: runme($MATLAB_NROPTIONS). The options must be understandable64 # by Matlab and runme.m65 # 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 # 71 MATLAB_NROPTIONS="" 72 PYTHON_NROPTIONS="" -
issm/trunk-jpl/jenkins/linux64_ross_gia
r24333 r24403 29 29 ' 30 30 31 # PYTHON and MATLAB testing31 # Test suites 32 32 MATLAB_TEST=1 33 33 PYTHON_TEST=0 … … 56 56 #-----------------# 57 57 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 # 60 63 NUMCPUS_INSTALL=8 61 64 62 # number of cpus used in the nightly runs.63 NUMCPUS_RUN= 865 # Number of CPUs used in the nightly runs 66 NUMCPUS_RUN=4 64 67 65 # Nightly run options. The matlab routine runme.m will be called66 # as follows: runme($MATLAB_NROPTIONS). The options must be understandable67 # by Matlab and runme.m68 # ex: "'id',[101 102 103]"68 # Nightly run options 69 # 70 # See documentation in test/NightlyRun/runme.* for more information. 71 # 69 72 MATLAB_NROPTIONS="'benchmark','all','id',[2001:2100]" 70 73 PYTHON_NROPTIONS="" -
issm/trunk-jpl/jenkins/linux64_ross_iceocean
r24402 r24403 56 56 #-----------------# 57 57 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 # 59 63 NUMCPUS_INSTALL=8 60 64 61 # number of cpus used in the nightly runs.62 NUMCPUS_RUN= 865 # Number of CPUs used in the nightly runs 66 NUMCPUS_RUN=4 63 67 64 # Nightly run options. The matlab routine runme.m will be called65 # as follows: runme($MATLAB_NROPTIONS). The options must be understandable66 # by Matlab and runme.m67 # ex: "'id',[101 102 103]"68 # Nightly run options 69 # 70 # See documentation in test/NightlyRun/runme.* for more information. 71 # 68 72 MATLAB_NROPTIONS="'benchmark','all','id',[4001 4002 4003]" 69 73 PYTHON_NROPTIONS="" -
issm/trunk-jpl/jenkins/linux64_ross_javascript
r24402 r24403 44 44 # 45 45 # NOTE: One is usually safer as some packages are very sensitive to parallel 46 # 46 # compilation. 47 47 # 48 48 NUMCPUS_INSTALL=8 49 50 # Number of CPUs used in the nightly runs 51 NUMCPUS_RUN=4 52 53 # Nightly run options 54 # 55 # See documentation in test/NightlyRun/runme.* for more information. 56 # 57 MATLAB_NROPTIONS="" 58 PYTHON_NROPTIONS="" -
issm/trunk-jpl/jenkins/linux64_ross_python
r24333 r24403 59 59 #-----------------# 60 60 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 # 63 66 NUMCPUS_INSTALL=8 64 67 65 # number of cpus used in the nightly runs.66 NUMCPUS_RUN= 868 # Number of CPUs used in the nightly runs 69 NUMCPUS_RUN=4 67 70 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 # 75 MATLAB_NROPTIONS="" 72 76 PYTHON_NROPTIONS="--exclude_name 'Dakota'" 73 MATLAB_NROPTIONS="" -
issm/trunk-jpl/jenkins/linux64_ross_se
r24389 r24403 82 82 NUMCPUS_RUN=1 83 83 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 # 88 MATLAB_NROPTIONS="'benchmark','slr'" 88 89 PYTHON_NROPTIONS="--benchmark=slr" 89 MATLAB_NROPTIONS="'benchmark','slr'" -
issm/trunk-jpl/jenkins/linux64_ross_static
r24311 r24403 27 27 --with-pic' 28 28 29 # PYTHON and MATLAB testing29 # Test suites 30 30 MATLAB_TEST=0 31 31 PYTHON_TEST=0 32 JAVASCRIPT_TEST=0 33 EXAMPLES_TEST=0 32 34 33 35 #-----------------------------------# … … 50 52 #-----------------# 51 53 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 # 59 NUMCPUS_INSTALL=8 55 60 56 # number of cpus used in the nightly runs.61 # Number of CPUs used in the nightly runs 57 62 NUMCPUS_RUN=4 58 63 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 # 68 MATLAB_NROPTIONS="" 69 PYTHON_NROPTIONS=""
Note:
See TracChangeset
for help on using the changeset viewer.