Files
geant4/examples/extended/parallel/MPI/mpi_interface/G4MPI-mpich2.gmk
T
2016-06-09 16:46:55 +02:00

15 lines
406 B
Plaintext

# $Id: G4MPI-mpich2.gmk,v 1.1 2007-11-16 13:32:56 kmura Exp $
# $Name: not supported by cvs2svn $
# ===========================================================
# Makefile for building G4MPI (MPICH2)
# ===========================================================
ifndef G4MPIROOT
G4MPIROOT = /opt/mpich2
endif
# additional flags
CXX := mpicxx
CPPFLAGS += -I$(G4MPIROOT)/include -DMPICH_IGNORE_CXX_SEEK