[Dune] [#599] dune-common does not recognize MVAPICH2
Dune
dune at dune-project.org
Mon Sep 21 16:34:36 CEST 2009
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#599 - dune-common does not recognize MVAPICH2
User who did this - Steffen Müthing (smuething)
----------
The most portable option would probably be 2). I have just checked the sources: MVAPICH2 defines MVAPICH_VERSION, while MVAPICH1 only defines the inherited
version macro from MPICH. So the following program should do the trick:
#include <stdio.h>
#include <mpi.h>
#ifndef MVAPICH_VERSION
#define MVAPICH_VERSION ""
#endif
int main() {
printf("%s",MVAPICH_VERSION);
}
We would just have to test the output for a version string >= 1.2
----------
More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=599#comment1068
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
More information about the Dune
mailing list