Changeset 20104


Ignore:
Timestamp:
02/09/16 20:32:17 (9 years ago)
Author:
glperez
Message:

CHG: Inreased number of CPUs for MacOSX Jenkins build.
CHG: restored removal of conftest.tmp

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/macosx_pine-island

    r20102 r20104  
    7171#number of cpus used in ISSM installation and compilation (one is usually
    7272#safer as some packages are very sensitive to parallel compilation)
    73 NUMCPUS_INSTALL=3
     73NUMCPUS_INSTALL=4
    7474
    7575#number of cpus used in the nightly runs.
    76 NUMCPUS_RUN=1
     76NUMCPUS_RUN=2
    7777
    7878#Nightly run options. The matlab routine runme.m will be called
  • issm/trunk-jpl/m4/issm_options.m4

    r20103 r20104  
    315315                                         MEXLIB=$( cat conftest.tmp | grep LINKLIBS | sed -e "s/LINKLIBS ://g")
    316316                                         MEXEXT=$( cat conftest.tmp | grep LDEXT    | sed -e "s/LDEXT ://g" | awk '{print $[1]}')
    317                                          dnl rm -f conftest.tmp
     317                                         rm -f conftest.tmp
    318318                                fi
    319319
Note: See TracChangeset for help on using the changeset viewer.