Changeset 22686
- Timestamp:
- 04/10/18 00:06:14 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r22619 r22686 241 241 make 242 242 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 243 249 if [ $? -ne 0 ]; then 244 250 echo "ISSM_COMPILATION failed!"
Note:
See TracChangeset
for help on using the changeset viewer.