summaryrefslogtreecommitdiff
path: root/benchmarks/imb/files/patch-make__mpich
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/imb/files/patch-make__mpich')
-rw-r--r--benchmarks/imb/files/patch-make__mpich18
1 files changed, 18 insertions, 0 deletions
diff --git a/benchmarks/imb/files/patch-make__mpich b/benchmarks/imb/files/patch-make__mpich
new file mode 100644
index 000000000000..32b2b1a644b7
--- /dev/null
+++ b/benchmarks/imb/files/patch-make__mpich
@@ -0,0 +1,18 @@
+--- make_mpich.orig 2016-07-27 14:58:51 UTC
++++ make_mpich
+@@ -1,5 +1,5 @@
+ # Enter root directory of mpich install
+-MPI_HOME=
++#MPI_HOME=
+
+ MPICC=$(shell find ${MPI_HOME} -name mpicc -print)
+
+@@ -12,7 +12,7 @@ endif
+ LIB_PATH =
+ LIBS =
+ CC = ${MPI_HOME}/bin/mpicc
+-OPTFLAGS = -O3
++OPTFLAGS = ${CFLAGS}
+ CLINKER = ${CC}
+ LDFLAGS =
+ CPPFLAGS =