Changeset 8145
- Timestamp:
- 05/05/11 15:13:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/mpich2/install.sh
r8144 r8145 26 26 source ../configure.sh 27 27 28 #Apply Patch to examples 29 patch ./examples/Makefile ../Examples.Makefile.patch 30 patch -R ./src/binding/cxx/mpicxx.h ../mpicxx.h.patch 31 patch -R ./src/include/mpicxx.h ../mpicxx.h.patch 28 if [[ "$version" == "1.0.2p1" ]] then 29 #Apply Patch to examples 30 patch ./examples/Makefile ../Examples.Makefile.patch 31 patch -R ./src/binding/cxx/mpicxx.h ../mpicxx.h.patch 32 patch -R ./src/include/mpicxx.h ../mpicxx.h.patch 33 fi 32 34 33 35 #Compile mpich2
Note:
See TracChangeset
for help on using the changeset viewer.