Index: /issm/trunk/externalpackages/mpich2/install.sh
===================================================================
--- /issm/trunk/externalpackages/mpich2/install.sh	(revision 8144)
+++ /issm/trunk/externalpackages/mpich2/install.sh	(revision 8145)
@@ -26,8 +26,10 @@
 source ../configure.sh
 
-#Apply Patch to examples
-patch ./examples/Makefile ../Examples.Makefile.patch
-patch -R ./src/binding/cxx/mpicxx.h ../mpicxx.h.patch
-patch -R ./src/include/mpicxx.h ../mpicxx.h.patch
+if [[ "$version" == "1.0.2p1" ]] then
+	#Apply Patch to examples
+	patch ./examples/Makefile ../Examples.Makefile.patch
+	patch -R ./src/binding/cxx/mpicxx.h ../mpicxx.h.patch
+	patch -R ./src/include/mpicxx.h ../mpicxx.h.patch
+fi
 
 #Compile mpich2
