Changeset 22686


Ignore:
Timestamp:
04/10/18 00:06:14 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: trying to fix compilation when it fails with multiple threads

File:
1 edited

Legend:

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

    r22619 r22686  
    241241                make
    242242        fi
     243        if [ $? -ne 0 ] && [ $NUMCPUS_INSTALL -gt 1 ]; then
     244                echo " "
     245                echo "Compilation failed, trying to compile with only one threatd"
     246                echo " "
     247                make
     248        fi
    243249        if [ $? -ne 0 ]; then
    244250                echo "ISSM_COMPILATION failed!"
Note: See TracChangeset for help on using the changeset viewer.