do not include path to MPI stub lib for real MPI compile

This commit is contained in:
Axel Kohlmeyer
2013-08-13 01:00:24 +02:00
parent 3aede794af
commit dfda591ee4
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ OBJ = $(SRC:%.cpp=$(DIR)%.o)
CC = i686-w64-mingw32-g++
CCFLAGS = -I../../tools/mingw-cross/mpich2-win32/include/ \
-I../../src -I../../src/STUBS -DMPICH_IGNORE_CXX_SEEK \
-I../../src -DMPICH_IGNORE_CXX_SEEK \
-O3 -march=i686 -mtune=generic -mfpmath=387 -mpc64 \
-ffast-math -funroll-loops -fstrict-aliasing \
-DLAMMPS_SMALLSMALL -Wno-uninitialized

View File

@ -22,7 +22,7 @@ OBJ = $(SRC:%.cpp=$(DIR)%.o)
CC = x86_64-w64-mingw32-g++
CCFLAGS = -I../../tools/mingw-cross/mpich2-win64/include/ \
-I../../src -I../../src/STUBS -DMPICH_IGNORE_CXX_SEEK \
-I../../src -DMPICH_IGNORE_CXX_SEEK \
-O3 -march=core2 -mtune=core2 -mpc64 -msse2 \
-ffast-math -funroll-loops -fstrict-aliasing \
-DLAMMPS_SMALLBIG -Wno-uninitialized