source:
trunk/examples/extended/parallel/MPI/mpi_interface/G4MPI-openmpi.gmk@
1326
| Last change on this file since 1326 was 807, checked in by , 17 years ago | |
|---|---|
| File size: 385 bytes | |
| Rev | Line | |
|---|---|---|
| [807] | 1 | # $Id: G4MPI-openmpi.gmk,v 1.1 2007/11/16 13:32:56 kmura Exp $ |
| 2 | # $Name: $ | |
| 3 | # =========================================================== | |
| 4 | # Makefile for building G4MPI (LAM) | |
| 5 | # =========================================================== | |
| 6 | ||
| 7 | ifndef G4MPIROOT | |
| 8 | G4MPIROOT = /opt/ompi | |
| 9 | endif | |
| 10 | ||
| 11 | # additional flags | |
| 12 | CXX := mpic++ | |
| 13 | CPPFLAGS += -I$(G4MPIROOT)/include -I$(G4MPIROOT)/include/openmpi | |
| 14 |
Note:
See TracBrowser
for help on using the repository browser.
