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