Changeset 15762


Ignore:
Timestamp:
08/08/13 18:24:28 (12 years ago)
Author:
Eric.Larour
Message:

CHG: added dynamic linking to pmpich, which was missing.

Location:
issm/trunk-jpl/externalpackages/adolc
Files:
1 added
2 edited

Legend:

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

    r15760 r15762  
    33
    44#Some cleanup
    5 rm -rf install adolc*issm
     5rm -rf install src
    66
    7 git clone -b ampi git://git.mcs.anl.gov/adol-c.git adolc_issm
     7git clone -b ampi git://git.mcs.anl.gov/adol-c.git src
    88#git reset --hard b254b2a001a1b7a024a9184cd087ae06eb975cad
    99
    1010#Compile ADOL-C
    11 cd adolc_issm
     11cd src
    1212
    1313autoreconf -f -i
     
    1515
    1616if [ $# -eq 0 ]; then
    17         make
     17        make V=1
    1818else
    19         make -j $1
     19        make -j $1 V=1
    2020fi
    21 make install
     21make V=1 install
  • issm/trunk-jpl/externalpackages/adolc/update-existing.sh

    r15760 r15762  
    77
    88#Some cleanup
    9 rm -rf install adolc_issm
     9rm -rf install src
    1010
    1111#symlink:
    12 ln -s /proj/ice/larour2/issm-uci/trunk-jpl/externalpackages/adolc/adolc_issm ./adolc_issm
     12ln -s /proj/ice/larour2/issm-uci/trunk-jpl/externalpackages/adolc/adolc_issm ./src
    1313
    1414#update and compile
    15 cd adolc_issm
     15cd src
    1616git pull origin
    1717git checkout ampi
Note: See TracChangeset for help on using the changeset viewer.