Newsgroups: comp.parallel.mpi
From: Richard Barrett <rbarrett@lanl.gov>
Subject: Re: Problem with LAM 6.0?
Organization: Los Alamos National Laboratory
Date: Mon, 26 Aug 1996 09:08:31 -0600
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <3221BDEF.3E6A@lanl.gov>

Tristan Tarrant wrote:
> 
> Under LAM 6.0 (with the latest patches) running the following:
Ok, so the implementors have addressed this, but how about an
applications type? Do you have an application that would do
something like this (i.e. use thousands of communicators)?
If so, I would be interested in at least a brief description.

I understand that memory leaks are importants to plug no matter
how obscure, so I'm just curious...

Richard

 
>     for (i=0; i<100000; i++) {
> 
>         MPI_Comm_dup(MPI_COMM_WORLD, &comm);
>         MPI_Comm_free(&comm);

