On 03/04/2011 05:57 PM, Ralf Wildenhues wrote:
MPI_Init (argc, argv);
If you're relying on MPI2 anyway, I suggest you try to not limit your
users to not use MPI themselves. So please use MPI_Initialized, and
don't finalize if the library isn't responsible.
Well, the current implementation r
* Tobias Burnus wrote on Thu, Mar 03, 2011 at 12:04:12AM CET:
> Ralf Wildenhues wrote:
> >The library will depend on the MPI installation, obviously.
> >You can make a new target directory and overwrite CC with MPICC
> >for that directory. For choosing the latter, the AX_MPI macro from
> >the Auto