Changeset 19456


Ignore:
Timestamp:
07/17/15 21:31:57 (10 years ago)
Author:
glperez
Message:

CHG: Trying to fix a bug with Kriging.exe by separting build from install.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r19378 r19456  
    158158
    159159        #4: compile and install ISSM
    160         if [ $NUMCPUS_INSTALL -gt 1 ]
    161         then
     160        if [ $NUMCPUS_INSTALL -gt 1 ]; then
    162161                echo "Making with " $NUMCPUS_INSTALL " cpus"
    163                 make -j $NUMCPUS_INSTALL install
     162                make -j $NUMCPUS_INSTALL
    164163        else
    165                 make install
     164                make
    166165        fi
    167166        if [ $? -ne 0 ]; then
     
    169168                exit 1
    170169        fi
     170        make install
    171171elif [ "$ISSM_COMPILATION" == "no" ]
    172172then
Note: See TracChangeset for help on using the changeset viewer.