15 lines
397 B
Plaintext
15 lines
397 B
Plaintext
# $Id: G4MPI-openmpi.gmk,v 1.1 2007/11/16 13:32:56 kmura Exp $
|
|
# $Name: geant4-09-01 $
|
|
# ===========================================================
|
|
# Makefile for building G4MPI (LAM)
|
|
# ===========================================================
|
|
|
|
ifndef G4MPIROOT
|
|
G4MPIROOT = /opt/ompi
|
|
endif
|
|
|
|
# additional flags
|
|
CXX := mpic++
|
|
CPPFLAGS += -I$(G4MPIROOT)/include -I$(G4MPIROOT)/include/openmpi
|
|
|