Hi Terry,
Thanks for replying. The following command is working fine:
/opt/SUNWhpc/HPC7.0/bin/mpirun -np 4 -mca btl tcp,sm,self -machinefile
machines ./hello
The contents of machines are:
indus1
indus2
indus3
indus4
I have tried using np=2 over pairs of machines, but the problem is same.
Th
Brian,
thank you very much for your suggestion. I have succesfully
recompiled Open MPI for 64 bits and it works like a charm. Anyway, it
would be nice to have this option available as a configure switch.
Cheers,
Massimo
On Sep 28, 2007, at 3:28 PM, Brian Barrett wrote:
On Sep 28, 2007,
I would reccommend trying a few things:
1. Set some debugging flags and see if that helps. So, I would try something
like:
/opt/SUNWhpc/HPC7.0/bin/mpirun -np 2 -mca btl
mx,self -host "indus1,indus2" -mca btl_base_debug 1000 ./hello
This will output information as each btl is loaded, and whethe
To use Tim Prins 2nd suggestion, you would also need to add "-mca pml cm" to
the runs with "-mca mtl mx".
On 9/29/07, Tim Prins wrote:
> I would reccommend trying a few things:
>
> 1. Set some debugging flags and see if that helps. So, I would try something
> like:
> /opt/SUNWhpc/HPC7.0/bin/mpiru
(I sent this already, but it didn't appear on the list. The tar-
gzipped output from configure and make was over 100kB, so I am
sending again without that attached).
It seems that the XGrid MCA with OpenMPI 1.2.4 does not compile on a
Mac/Intel system using the latest Intel compilers (seems
On Sep 29, 2007, at 5:15 PM, James Conway wrote:
What I notice here is that despite my specification of the Intel
compilers on the configure command line (including the correct c++
icpc compiler!) the libtool command that fails seems to be using gcc
(... --mode=link gcc ...) on the Xgrid sources