Index: ../trunk-jpl/m4/issm_options.m4 =================================================================== --- ../trunk-jpl/m4/issm_options.m4 (revision 20103) +++ ../trunk-jpl/m4/issm_options.m4 (revision 20104) @@ -314,7 +314,7 @@ MEXLINK=$(cat conftest.tmp | grep LDFLAGS | sed -e "s/LDFLAGS ://g") MEXLIB=$( cat conftest.tmp | grep LINKLIBS | sed -e "s/LINKLIBS ://g") MEXEXT=$( cat conftest.tmp | grep LDEXT | sed -e "s/LDEXT ://g" | awk '{print $[1]}') - dnl rm -f conftest.tmp + rm -f conftest.tmp fi dnl Make sure mexFunction.map is not in MEXLIB to avoid problems with global variables Index: ../trunk-jpl/jenkins/macosx_pine-island =================================================================== --- ../trunk-jpl/jenkins/macosx_pine-island (revision 20103) +++ ../trunk-jpl/jenkins/macosx_pine-island (revision 20104) @@ -70,10 +70,10 @@ #number of cpus used in ISSM installation and compilation (one is usually #safer as some packages are very sensitive to parallel compilation) -NUMCPUS_INSTALL=3 +NUMCPUS_INSTALL=4 #number of cpus used in the nightly runs. -NUMCPUS_RUN=1 +NUMCPUS_RUN=2 #Nightly run options. The matlab routine runme.m will be called #as follows: runme($MATLAB_NROPTIONS). The options must be understandable