[OMPI users] Segmentation fault in mca_btl_tcp

2010-04-15 Thread Werner Van Geit
Hi, We are using openmpi 1.4.1 on our cluster computer (in conjunction with Torque). One of our users has a problem with his jobs generating a segmentation fault on one of the slaves, this is the backtrace: [cstone-00613:28461] *** Process received signal *** [cstone-00613:28461] Signal:

Re: [OMPI users] Segmentation fault in mca_btl_tcp

2010-04-15 Thread Ake Sandgren
On Thu, 2010-04-15 at 15:57 +0900, Werner Van Geit wrote: > Hi, > > We are using openmpi 1.4.1 on our cluster computer (in conjunction with > Torque). One of our users has a problem with his jobs generating a > segmentation fault on one of the slaves, this is the backtrace: > >

[OMPI users] import/export issues on Windows

2010-04-15 Thread Ben.Kuppers
Hello, When I use 1.4.2rc1 I am able build in Visual Studio 2005 (CMake 2.6.4 default settings VS2005 x64)but I get the following warning (among others): 11>..\..\..\..\..\ompi\mpi\cxx\intercepts.cc(81) : warning C4273: 'MPI::InitializeIntercepts' : inconsistent dll linkage 11>

Re: [OMPI users] Segmentation fault in mca_btl_tcp

2010-04-15 Thread Jeff Squyres (jsquyres)
Can you send a small program that reproduces the problem, perchance? -jms Sent from my PDA. No type good. - Original Message - From: users-boun...@open-mpi.org To: us...@open-mpi.org Sent: Thu Apr 15 01:57:10 2010 Subject: [OMPI users]

Re: [OMPI users] Segmentation fault in mca_btl_tcp

2010-04-15 Thread Werner Van Geit
Hi, Yeah, I understand that would be handy, but it's a bit difficult, but I'll see if I could make a simple test case. The problem is, sorry that I forgot to mention that, that this segmentation fault only seems to happen after running the code for a couple of hours (on 10-20 8-core nodes).

Re: [OMPI users] import/export issues on Windows

2010-04-15 Thread Shiqing Fan
Hi, It seems Microsoft C++ compiler could recognize what the code wants to do, while Intel C++ compiler couldn't. I know a solution for this kind of problem, but it involves some code base changes, I need some time to test it. At moment, if you want to use Intel C++ compiler, the dirty

Re: [OMPI users] Segmentation fault in mca_btl_tcp

2010-04-15 Thread Jeff Squyres
On Apr 15, 2010, at 3:18 AM, Ake Sandgren wrote: > We sometimes see mysterious crashes like this one. At least some of them > are caused by port scanners, i.e. unexpected non-mpi related packets > coming in on the sockets will sometimes cause havoc. Ooohhh... ouch. > We've been getting http

Re: [OMPI users] Segmentation fault in mca_btl_tcp

2010-04-15 Thread Werner Van Geit
> > We sometimes see mysterious crashes like this one. At least some of them > are caused by port scanners, i.e. unexpected non-mpi related packets > coming in on the sockets will sometimes cause havoc. > Port scanners etc I don't really see happening on our cluster, since the nodes are well

Re: [OMPI users] libmpi_f90.so.0 problem

2010-04-15 Thread Prentice Bisbal
Jeff Squyres wrote: > On Apr 14, 2010, at 10:17 PM, max marconi wrote: > >> I have just installed openmpi on my system and tried to run the example >> Hello_f90. The following error was generated upon executing. >> >> : error while loading shared libraries: libmpi_f90.so.0: cannot open >> shared