source:
issm/oecreview/Archive/19101-20495/ISSM-20103-20104.diff@
20498
Last change on this file since 20498 was 20498, checked in by , 9 years ago | |
---|---|
File size: 1.3 KB |
-
../trunk-jpl/m4/issm_options.m4
314 314 MEXLINK=$(cat conftest.tmp | grep LDFLAGS | sed -e "s/LDFLAGS ://g") 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 320 320 dnl Make sure mexFunction.map is not in MEXLIB to avoid problems with global variables -
../trunk-jpl/jenkins/macosx_pine-island
70 70 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 79 79 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable
Note:
See TracBrowser
for help on using the repository browser.