Files
geant4/examples/extended/parallel/MPI/mpi_interface/G4MPI-mpich2.gmk
T
2016-06-09 15:37:50 +02:00

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