forked from lijiext/lammps
restored Makefile.g++_openmpi to default
This commit is contained in:
parent
601658fa50
commit
fe1f7f9a9c
|
@ -8,12 +8,12 @@ SHELL = /bin/sh
|
|||
|
||||
export OMPI_CXX = g++
|
||||
CC = mpicxx
|
||||
CCFLAGS = -g -pg -O2
|
||||
CCFLAGS = -g -O3
|
||||
SHFLAGS = -fPIC
|
||||
DEPFLAGS = -M
|
||||
|
||||
LINK = mpicxx
|
||||
LINKFLAGS = -g -pg -O2
|
||||
LINKFLAGS = -g -O
|
||||
LIB =
|
||||
SIZE = size
|
||||
|
||||
|
|
Loading…
Reference in New Issue