Changeset 24300
- Timestamp:
- 10/30/19 14:05:57 (5 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/jenkins/linux64_ross_ad ¶
r24237 r24300 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=5 62 65 63 # number of cpus used in the nightly runs.66 # Number of CPUs used in the nightly runs 64 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]" 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 # 77 MATLAB_NROPTIONS="'benchmark','adolc','id',[3001:3019],'exclude',3010" 78 PYTHON_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 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=5 64 67 65 # number of cpus used in the nightly runs.68 # Number of CPUs used in the nightly runs 66 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]" 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 # 79 MATLAB_NROPTIONS="'benchmark','adolc','id',[3001:3019],'exclude',3010" 80 PYTHON_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 62 62 # - test701.m is skipped because it uses full Stokes equations 63 63 # 64 MATLAB_NROPTIONS="'exclude',[701,702,703,435,IdFromString('Dakota')]" 64 65 PYTHON_NROPTIONS="--exclude_name 'Dakota'" 65 MATLAB_NROPTIONS="'exclude',[701,702,703,435,IdFromString('Dakota')]"
Note:
See TracChangeset
for help on using the changeset viewer.