Changeset 11633


Ignore:
Timestamp:
03/05/12 18:14:19 (13 years ago)
Author:
schlegel
Message:

daily runs compile with more cpus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/cron/nightlyrun.sh

    r11627 r11633  
    183183        ./scripts/automakererun.sh
    184184        source ./configs/$COMPILE_CONFIG_FILE
     185
     186        #4: compile and install ISSM
     187        if [ $NUMCPUS_INSTALL -gt 1 ]
     188        then
     189                echo "Making with " $NUMCPUS_INSTALL "cpus"
     190                make -j $NUMCPUS_INSTALL install
     191        else
     192                make install
     193        fi
     194
    185195        make install
    186196
Note: See TracChangeset for help on using the changeset viewer.