do not include path to MPI stub lib for real MPI compile
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user