Changeset 8146


Ignore:
Timestamp:
05/05/11 15:51:30 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added support of mpich2 1.3.1 for linux 64

Location:
issm/trunk/externalpackages/mpich2
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/mpich2/install.sh

    r8145 r8146  
    2323#Configure mpich2
    2424cd src
    25 make distclean
     25if [[ "$version" == "1.0.2p1" ]];
     26then
     27        make distclean
     28fi
     29
    2630source ../configure.sh
    2731
    28 if [[ "$version" == "1.0.2p1" ]] then
     32if [[ "$version" == "1.0.2p1" ]];
     33then
    2934        #Apply Patch to examples
    3035        patch ./examples/Makefile ../Examples.Makefile.patch
Note: See TracChangeset for help on using the changeset viewer.