Changeset 23262
- Timestamp:
- 09/11/18 18:53:15 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/linux64_ross_python
r23261 r23262 50 50 #number of cpus used in ISSM installation and compilation (one is usually 51 51 #safer as some packages are very sensitive to parallel compilation) 52 NUMCPUS_INSTALL= 1052 NUMCPUS_INSTALL=5 53 53 54 54 #number of cpus used in the nightly runs. 55 NUMCPUS_RUN= 555 NUMCPUS_RUN=3 56 56 57 57 #Nightly run options. The matlab routine runme.m will be called … … 59 59 #by Matlab and runme.m 60 60 #ex: "'id',[101 102 103]" 61 PYTHON_NROPTIONS="--exclude_name 'Dakota' --numprocs 1"61 PYTHON_NROPTIONS="--exclude_name 'Dakota'" 62 62 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota')]"
Note:
See TracChangeset
for help on using the changeset viewer.