Import Geant4 9.4.0 source tree
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
# $Id: G4MPI.gmk,v 1.1 2007/11/16 13:32:56 kmura Exp $
|
||||
# $Name: geant4-09-02 $
|
||||
# $Id: G4MPI.gmk,v 1.3 2010/05/18 06:01:09 kmura Exp $
|
||||
# $Name: geant4-09-04-beta-01 $
|
||||
# ===========================================================
|
||||
# Makefile for building G4MPI (LAM)
|
||||
# Makefile for building G4MPI (OpenMPI)
|
||||
# ===========================================================
|
||||
|
||||
ifndef G4MPIROOT
|
||||
G4MPIROOT = /opt/lam
|
||||
G4MPIROOT = /opt/ompi
|
||||
endif
|
||||
|
||||
# additional flags
|
||||
CXX := mpic++
|
||||
CPPFLAGS += -I$(G4MPIROOT)/include
|
||||
CPPFLAGS += -I$(G4MPIROOT)/include -I$(G4MPIROOT)/include/openmpi
|
||||
|
||||
# to suppress compiler warnings for OpenMPI headers
|
||||
CXXFLAGS := $(subst -Wall, , $(CXXFLAGS))
|
||||
|
||||
Reference in New Issue
Block a user