source:
trunk/examples/extended/parallel/MPI/mpi_interface/G4MPI-mpich2.gmk@
1282
| Last change on this file since 1282 was 807, checked in by , 17 years ago | |
|---|---|
| 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 | |
| 7 | ifndef G4MPIROOT |
| 8 | G4MPIROOT = /opt/mpich2 |
| 9 | endif |
| 10 | |
| 11 | # additional flags |
| 12 | CXX := mpicxx |
| 13 | CPPFLAGS += -I$(G4MPIROOT)/include -DMPICH_IGNORE_CXX_SEEK |
| 14 |
Note:
See TracBrowser
for help on using the repository browser.
