source: trunk/examples/extended/parallel/MPI/mpi_interface/G4MPI-lam.gmk

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

tag geant4.9.4 beta 1 + modifs locales

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