source: trunk/examples/extended/parallel/MPI/mpi_interface/G4MPI-mpich2.gmk @ 1230

Last change on this file since 1230 was 807, checked in by garnier, 16 years ago

update

File size: 382 bytes
Line 
1# $Id: G4MPI-mpich2.gmk,v 1.1 2007/11/16 13:32:56 kmura Exp $
2# $Name:  $
3# ===========================================================
4#  Makefile for building G4MPI (MPICH2)
5# ===========================================================
6
7ifndef G4MPIROOT
8  G4MPIROOT = /opt/mpich2
9endif
10
11# additional flags
12CXX := mpicxx
13CPPFLAGS += -I$(G4MPIROOT)/include -DMPICH_IGNORE_CXX_SEEK
14
Note: See TracBrowser for help on using the repository browser.