We are aware of the problem and many of these leaks are already fixed in
the trunk and 1.8.2 nightlies.
-Nathan Hjelm
HPC-5, LANL
On Fri, May 30, 2014 at 12:19:15PM -0700, W Spector wrote:
> Hi,
>
> I have been doing a lot of testing/fixing lately on our code, using valgrind
> to find problems.
Hi,
I have been doing a lot of testing/fixing lately on our code, using
valgrind to find problems. Unfortunately, OpenMPI causes a lot of
'false positives' in our testing due to memory leaks of its own.
It appears that MPI_Init allocates a lot of memory blocks that
MPI_Finalize never bother
Can you pass along the cmd line that generated that output, and how OMPI was
configured?
On May 30, 2014, at 5:11 AM, Тимур Исмагилов wrote:
> Hello!
>
> I am using Open MPI v1.8.1 and slurm 2.5.6.
>
> I got this messages when i try to run example (hello_oshmem.cpp) program:
>
> [warn] Epoll
These messages are normal for RPM.
Keep in mind that you're installing the source RPM -- not a binary RPM. Most
people use the source RPM in an rpmbuild command (to build a binary RPM for
their environment), not installing directly.
On May 30, 2014, at 7:43 AM, Fernando Cruz wrote:
> Dear Al
On 30/05/2014 13:45, Sergii Veremieiev wrote:
Dear Sir/Madam,
I'm trying to compile and run a simple "Hello World" C++/MPI code on my
personal desktop machine (6-core Intel Core i7-3930K CPU with Windows 7
SP1 and Cygwin with the default built-in Open MPI 1.7.5 and GCC 4.8.2).
I'm beginner with
Hello!
I am using Open MPI v1.8.1 and slurm 2.5.6.
I got this messages when i try to run example (hello_oshmem.cpp) program:
[warn] Epoll ADD(1) on fd 0 failed. Old events were 0; read change was 1 (add);
write change was 0 (none): Operation not permitted
[warn] Epoll ADD(4) on fd 1 failed. Old e
Dear Sir/Madam,
I'm trying to compile and run a simple "Hello World" C++/MPI code on my
personal desktop machine (6-core Intel Core i7-3930K CPU with Windows 7 SP1
and Cygwin with the default built-in Open MPI 1.7.5 and GCC 4.8.2). I'm
beginner with this, never run parallel codes on desktops, on
Dear All
When I try to install openmpi-1.8.1 using it’s source rpm I get a strange
message :
TITAN:/home/fcruz # rpm -i openmpi-1.8.1-1.src.rpm
warning: user jsquyres does not exist - using root
warning: group jsquyres does not exist - using root
warning: user jsquyres does not exist - using roo