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