source: trunk/examples/extended/parallel/MPI/mpi_interface/G4MPI.gmk @ 1337

Last change on this file since 1337 was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 495 bytes
Line 
1# $Id: G4MPI.gmk,v 1.3 2010/05/18 06:01:09 kmura Exp $
2# $Name: geant4-09-04-beta-01 $
3# ===========================================================
4#  Makefile for building G4MPI (OpenMPI)
5# ===========================================================
6
7ifndef G4MPIROOT
8  G4MPIROOT = /opt/ompi
9endif
10
11# additional flags
12CXX := mpic++
13CPPFLAGS += -I$(G4MPIROOT)/include -I$(G4MPIROOT)/include/openmpi
14
15# to suppress compiler warnings for OpenMPI headers
16CXXFLAGS := $(subst -Wall, , $(CXXFLAGS))
Note: See TracBrowser for help on using the repository browser.