Parent Directory
|
Revision Log
A few additions to make trunk match trunk-mpi-branch
1 | |
2 | /* $Id: esysmpi.h 1306 2007-09-18 05:51:09Z ksteube $ */ |
3 | |
4 | /******************************************************* |
5 | * |
6 | * Copyright 2003-2007 by ACceSS MNRF |
7 | * Copyright 2007 by University of Queensland |
8 | * |
9 | * http://esscc.uq.edu.au |
10 | * Primary Business: Queensland, Australia |
11 | * Licensed under the Open Software License version 3.0 |
12 | * http://www.opensource.org/licenses/osl-3.0.php |
13 | * |
14 | *******************************************************/ |
15 | |
16 | #ifndef ESYSMPI_H |
17 | #define ESYSMPI_H |
18 | |
19 | #ifdef PASO_MPI |
20 | #include "mpi.h" |
21 | #else |
22 | #define MPI_Comm long |
23 | #endif |
24 | |
25 | #endif |
ViewVC Help | |
Powered by ViewVC 1.1.26 |