Changeset 24417


Ignore:
Timestamp:
12/02/19 19:43:52 (5 years ago)
Author:
jdquinn
Message:

CHG: Removing multithreaded compilation option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/mpich/install-3.3.sh

    r24328 r24417  
    2828
    2929# Compile and install
    30 if [ $# -eq 0 ]; then
    31         make
    32         make install
    33 else
    34         make -j $1
    35         make -j $1 install
    36 fi
     30make
     31make install
    3732
    3833# Return to initial directory
Note: See TracChangeset for help on using the changeset viewer.