Re: [OMPI users] OpenMPI Giving problems when using -mca btl mx, sm, self

2007-09-29 Thread Hammad Siddiqi
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

Re: [OMPI users] Open MPI on 64 bits intel Mac OS X

2007-09-29 Thread Massimo Cafaro
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,

Re: [OMPI users] OpenMPI Giving problems when using -mca btl mx, sm, self

2007-09-29 Thread Tim Prins
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

Re: [OMPI users] OpenMPI Giving problems when using -mca btl mx, sm, self

2007-09-29 Thread Tim Mattox
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

[OMPI users] Make error - MacOSX, Intel v10 compilers and Xgrid MCA

2007-09-29 Thread James Conway
(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

Re: [OMPI users] Make error - MacOSX, Intel v10 compilers and Xgrid MCA

2007-09-29 Thread Brian Barrett
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