- Mar 17, 2007
-
-
Christian Engwer authored
[[Imported from SVN: r4864]]
-
- Dec 11, 2006
-
-
Christian Engwer authored
[[Imported from SVN: r4814]]
-
Christian Engwer authored
[[Imported from SVN: r4813]]
-
- Nov 13, 2006
-
-
Oliver Sander authored
[[Imported from SVN: r4773]]
-
- Oct 27, 2006
-
-
Oliver Sander authored
[[Imported from SVN: r4763]]
-
Christian Engwer authored
[[Imported from SVN: r4762]]
-
- Aug 01, 2006
-
-
Christian Engwer authored
[[Imported from SVN: r4661]]
-
- Jul 31, 2006
-
-
Christian Engwer authored
configure will not try to start the mpi-daemon anymore. This must be done by hand before starting configure/test/etc, to avoid raise conditions [[Imported from SVN: r4646]]
-
- Jul 27, 2006
-
-
Christian Engwer authored
[[Imported from SVN: r4642]]
-
- Jul 21, 2006
-
-
Christian Engwer authored
#define HAVE_MPI ENABLE_MPI ENABLE_MPI is defined in the MPI_CPPFLAGS as ENABLE_MPI=1 if and only if MPI was found by configure. [[Imported from SVN: r4624]]
-
- Jul 20, 2006
-
-
Christian Engwer authored
[[Imported from SVN: r4623]]
-
- Jul 18, 2006
-
-
Christian Engwer authored
[[Imported from SVN: r4610]]
-
- Jul 11, 2006
-
-
Christian Engwer authored
2) block lam from including C++ headers, which would require the C++ MPI libs [[Imported from SVN: r4593]]
-
- Jul 09, 2006
-
-
Christian Engwer authored
feature. For the time being I will leave the bug open. [[Imported from SVN: r4589]]
-
- Apr 07, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r4490]]
-
- Mar 31, 2006
-
-
Christian Engwer authored
[[Imported from SVN: r4405]]
-
- Dec 20, 2005
-
-
Christian Engwer authored
configure has an additional option --disable-mpiruntest [[Imported from SVN: r3720]]
-
- Jul 19, 2005
-
-
Thimo Neubauer authored
with the default compiler and the flags extracted from the different mpicc-scripts. If it fails a warning is emitted and MPI deactivated fixes bug #23 - added theoretical support for GCC with IBM MPI: the options (which are tailored toward xlc) are changed a bit. However the following problem remains: ./configure adapts the test programs to the C++ compiler it find. Thus, a test program passed to mpCC fails because the implicitly used xlC doesn't understand the line meant for g++... Maybe this (and a whole lot of other problems) just vanish if xlc 7.0 is used so I'll do nothing about it [[Imported from SVN: r2412]]
-
Thimo Neubauer authored
[[Imported from SVN: r2399]]
-
- Oct 26, 2004
-
-
Thimo Neubauer authored
MPICH-one does. This broke the identification... On the other hand the new mpiCC offers parameters to extract the flags without passing dummy-names which is used if LAM >= 7.1 is found [[Imported from SVN: r990]]
-
- Oct 18, 2004
-
-
Thimo Neubauer authored
MPI_CXXFLAGS. Not directly needed for Dune but for UG which uses the same test [[Imported from SVN: r887]]
-
- Aug 26, 2004
-
-
Thimo Neubauer authored
get it running! Short version: either mpiCC is used globally for all compilations OR we need two ./confugure-scripts and based on the directory MPI is used or not OR we extract the flags from mpiCC. I've decided for the latter, "works for me"(tm) with both MPICH and LAM however I wouldn't be surprised if it's not working for all of us... Longer explanation is in the comment-part of the test. [[Imported from SVN: r711]]
-