Re: [OMPI users] issue with addresses

2012-07-26 Thread Priyesh Srivastava
12:26:24 +0200 > > From: Paul Kapinos > > Subject: Re: [OMPI users] Re :Re: OpenMP and OpenMPI Issue > > To: Open MPI Users > > Message-ID: <500d26d0.4070...@rz.rwth-aachen.de> > > Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" &

Re: [OMPI users] issue with addresses

2012-07-24 Thread Iliev, Hristo
ing > > trouble > > over our infiniband network. I'm running a fairly large problem (uses about > > 18GB), and part way in, I get the following errors: > > You say "big footprint"? I hear a bell ringing... > http://www.open-mpi.org/faq/?category=openfabrics

Re: [OMPI users] issue with addresses

2012-07-23 Thread Priyesh Srivastava
get the following errors: > > You say "big footprint"? I hear a bell ringing... > http://www.open-mpi.org/faq/?category=openfabrics#ib-low-reg-mem > > > > > > > > > -- > Dipl.-Inform. Paul Kapinos - High Performance Computing, > RWTH Aachen Universit

Re: [OMPI users] issue with addresses

2012-07-23 Thread Iliev, Hristo
Hello, Placement of data in memory is highly implementation dependent. I assume you are running on Linux. This OS’ libc (glibc) provides two different methods for dynamic allocation of memory – heap allocation and anonymous mappings. Heap allocation is used for small data up to MMAP_TRESHOLD bytes