restored Makefile.g++_openmpi to default

This commit is contained in:
cdt1802 2020-01-13 13:00:31 +00:00
parent 601658fa50
commit fe1f7f9a9c
1 changed files with 2 additions and 2 deletions

View File

@ -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