Changeset 22363


Ignore:
Timestamp:
01/23/18 15:58:14 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: changing installation script for ronne, will see if it breaks anything :(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/adolc/install-withampi.sh

    r21596 r22363  
    1515
    1616#Compile ADOL-C
     17export CFLAGS="-O2 -L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi"
     18export CXXFLAGS="-O2 -std=c++11 -L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi"
    1719cd src
    1820./configure --prefix=$ISSM_DIR/externalpackages/adolc/install  \
Note: See TracChangeset for help on using the changeset viewer.