Re: [OMPI users] segmentation fault / bus error in openmpi-1.9a1r27342 (Solaris, Oracle C)

2012-09-17 Thread Ralph Castain
Is everything running solely on one node (rs0), or is this running on multiple nodes? I ask because in prior communications you indicated that your nodes weren't all the same. So if you are running across multiple nodes, you must add "--hetero-nodes" to your cmd line so we know that the topology

Re: [OMPI users] [omx-devel] Open-mx issue with ompi 1.6.1

2012-09-17 Thread Douglas Eadline
Fixed, the patched worked, ran the NAS suite and it worked fine. Thanks Brice. -- Doug > Brice, > > I'll get back to this over the weekend and let you know > how it works. I had to write and article and tend to a > client issue this week. Thanks for you help. > > -- > Doug > > >> Le 12/09/2012 1

Re: [OMPI users] segmentation fault / bus error in openmpi-1.9a1r27342(Solaris, Oracle C)

2012-09-17 Thread Siegmar Gross
Hi, I just found out that I get no segmentation fault or bus error if I add "-display-devel-map" to the commands. rs0 fd1026 110 mpiexec -report-bindings -np 3 -bind-to hwthread -display-devel-map date Mapper requested: NULL Last mapper: round_robin Mapping policy: BYSLOT Ranking policy: S

[OMPI users] segmentation fault / bus error in openmpi-1.9a1r27342 (Solaris, Oracle C)

2012-09-17 Thread Siegmar Gross
Hi, I have installed openmpi-1.9a1r27342 on Solaris 10 with Oracle Solaris Studio compiler 12.3. rs0 fd1026 106 mpicc -showme cc -I/usr/local/openmpi-1.9_64_cc/include -mt -m64 \ -L/usr/local/openmpi-1.9_64_cc/lib64 -lmpi -lpicl -lm -lkstat \ -llgrp -lsocket -lnsl -lrt -lm I can run the fo

[OMPI users] How to make a connection uninterruptible

2012-09-17 Thread toufik hadjazi
Hi Guys, I'm working on a client/server application on windows 7, where both the client and the server have a multithreaded architecture, more precisely, three threads per application, the first for receiving messages, the 2nd for analysing them and processing and the 3rd for sending answers.