Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
@@ -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))