Re: [Fortran, Patch] Coarray: libcaf patch for _gfortran_caf_deregister

2011-08-29 Thread Tobias Burnus
On 08/29/2011 12:33 AM, Mikael Morin wrote: diff --git a/libgfortran/caf/mpi.c b/libgfortran/caf/mpi.c index ea4c0f0..711c6ee 100644 --- a/libgfortran/caf/mpi.c +++ b/libgfortran/caf/mpi.c @@ -103,7 +103,7 @@ _gfortran_caf_finalize (void) { while (caf_static_list != NULL) { - fre

Re: [Fortran, Patch] Coarray: libcaf patch for _gfortran_caf_deregister

2011-08-28 Thread Mikael Morin
On Friday 26 August 2011 08:51:37 Tobias Burnus wrote: > Allocatable coarrays are freed and deregistered via the libcaf function > _gfortran_caf_deregister. Currently, the front end does not generate > calls to the that function, however, this patch already implements the > function. > > See http:

[Fortran, Patch] Coarray: libcaf patch for _gfortran_caf_deregister

2011-08-25 Thread Tobias Burnus
Allocatable coarrays are freed and deregistered via the libcaf function _gfortran_caf_deregister. Currently, the front end does not generate calls to the that function, however, this patch already implements the function. See http://gcc.gnu.org/wiki/CoarrayLib and http://gcc.gnu.org/ml/fortra