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
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
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
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
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.