Ignore:
Timestamp:
06/07/17 10:49:41 (8 years ago)
Author:
Eric.Larour
Message:

CHG: diverse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-NatGeoScience2016/externalpackages/adolc/install-withampi-pleiades-gcc.sh

    r17292 r21757  
    55rm -rf install src
    66
    7 git clone -b ampi git://git.mcs.anl.gov/adol-c.git src
    8 #git reset --hard b254b2a001a1b7a024a9184cd087ae06eb975cad
     7# Keeping the following commented line for potential future use.
     8#git clone https://gitlab.com/adol-c/adol-c.git src
     9
     10#Download from ISSM server
     11$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/ADOL-C' 'ADOL-C.tar.gz'
     12
     13#Untar ADOL-C
     14tar -zxf  ADOL-C.tar.gz
    915
    1016#Compile ADOL-C
    1117cd src
    12 autoreconf -f -i
    13 
    1418./configure --prefix=$ISSM_DIR/externalpackages/adolc/install  \
    1519        --libdir=$ISSM_DIR/externalpackages/adolc/install/lib \
     
    1721        --enable-ampi \
    1822        --with-ampi=$ISSM_DIR/externalpackages/adjoinablempi/install \
    19         --with-soname=adolc \
     23        --with-soname=adolc \
    2024        --disable-tapedoc-values
    2125
Note: See TracChangeset for help on using the changeset viewer.