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