Changeset 20104
- Timestamp:
- 02/09/16 20:32:17 (9 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/macosx_pine-island
r20102 r20104 71 71 #number of cpus used in ISSM installation and compilation (one is usually 72 72 #safer as some packages are very sensitive to parallel compilation) 73 NUMCPUS_INSTALL= 373 NUMCPUS_INSTALL=4 74 74 75 75 #number of cpus used in the nightly runs. 76 NUMCPUS_RUN= 176 NUMCPUS_RUN=2 77 77 78 78 #Nightly run options. The matlab routine runme.m will be called -
issm/trunk-jpl/m4/issm_options.m4
r20103 r20104 315 315 MEXLIB=$( cat conftest.tmp | grep LINKLIBS | sed -e "s/LINKLIBS ://g") 316 316 MEXEXT=$( cat conftest.tmp | grep LDEXT | sed -e "s/LDEXT ://g" | awk '{print $[1]}') 317 dnlrm -f conftest.tmp317 rm -f conftest.tmp 318 318 fi 319 319
Note:
See TracChangeset
for help on using the changeset viewer.