From 2db50e24ecc298d8f342d915799762569a3d03d1 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Tue, 8 Nov 2011 12:33:51 +0000 Subject: [PATCH] gcc-4.6 changes, stage 1 --- wmake/rules/linux64Gcc/mplibMPICH | 2 +- wmake/rules/linux64Icc/mplibMPICH | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wmake/rules/linux64Gcc/mplibMPICH b/wmake/rules/linux64Gcc/mplibMPICH index ac17f7c1d..879ced473 100644 --- a/wmake/rules/linux64Gcc/mplibMPICH +++ b/wmake/rules/linux64Gcc/mplibMPICH @@ -1,3 +1,3 @@ PFLAGS = PINC = -I$(MPI_ARCH_PATH)/include -PLIBS = -L$(MPI_ARCH_PATH)/lib -lmpich -lrt +PLIBS = -L$(MPI_ARCH_PATH)/lib -lmpich diff --git a/wmake/rules/linux64Icc/mplibMPICH b/wmake/rules/linux64Icc/mplibMPICH index e5a38a8e3..682ff027b 100644 --- a/wmake/rules/linux64Icc/mplibMPICH +++ b/wmake/rules/linux64Icc/mplibMPICH @@ -1,3 +1,3 @@ PFLAGS = -DMPICH_SKIP_MPICXX PINC = -I$(MPI_ARCH_PATH)/include -PLIBS = -L$(MPI_ARCH_PATH)/lib -lmpich -lrt +PLIBS = -L$(MPI_ARCH_PATH)/lib -lmpich