Re: [4.7, RFC, Fortran] Coarray: Moving towards real parallelization

2011-03-04 Thread Tobias Burnus
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

Re: [4.7, RFC, Fortran] Coarray: Moving towards real parallelization

2011-03-04 Thread Ralf Wildenhues
* 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