dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #17898
Re: [Bug 544394] [NEW] Configure script doesn't find MPI
Garth Wells <gnw20@xxxxxxxxx> writes:
> On 23/03/10 02:49, Niclas Jansson wrote:
>> Public bug reported:
>>
>> MPI can't be found on systems without explicit MPI wrappers (mpic++,
>> mpiCC, etc)
>>
>
> Is it common that there are no MPI compiler wrappers?
>
I would say it's rather common for vendor/third-party mpi to either
have,
i) Non "standard" mpicc mpiCC, for example
mpixlcxx or icc -Nmpi
ii) No wrappers, for example
CC foo.cpp -lmpi++ -lmpi
> Can you be more explicit in what the problem is? Can MPI not be found
> (after being looked for) or does the DOLFIN configuration tool assume
> that no wrapper = no mpi.
>
> Garth
>
Yes, the configuration tool assumes that no wrapper implies no mpi. It
also assumes that the system has either mpirun, mpiexec or openmpi's
orterun which is often not the case.
Niclas
>> ** Affects: dolfin
>> Importance: Undecided
>> Status: Confirmed
>>
>
> --
> Configure script doesn't find MPI
> https://bugs.launchpad.net/bugs/544394
> You received this bug notification because you are a member of DOLFIN
> Team, which is subscribed to DOLFIN.
>
> Status in DOLFIN: Confirmed
>
> Bug description:
> MPI can't be found on systems without explicit MPI wrappers (mpic++, mpiCC, etc)
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dolfin
> Post to : dolfin@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dolfin
> More help : https://help.launchpad.net/ListHelp
References