[OMPI users] Which type of collective call is called?

2013-02-12 Thread Kranthi Kumar
Hello Sir, In the implementation of MPI there are so many collective call implementations. I just want to when is the tuned collective calls called. What is it that I need to so that always tuned collective calls are called? Thank You -- Kranthi

Re: [OMPI users] Building 1.6.3 on OS X 10.8

2013-02-12 Thread Jeff Squyres (jsquyres)
The MPICH folks, who lurk on this list (gasp!), actually replied to me offlist and pointed out that they had pretty much the same problem, and pointed out a clever solution. Thanks, MPICH guys! I committed a fix to the trunk and to v1.6 (and will CMR it to v1.7, too). This is, admittedly a f

Re: [OMPI users] Building 1.6.3 on OS X 10.8

2013-02-12 Thread Jeff Squyres (jsquyres)
You should definitely be able to disable fortran on the trunk. The option changed name, though -- disable-mpi-fortran (vs. --disable-mpi-f77), because we unified f77 and f90 support (e.g., mpifort, not mpif77 or mpif90). See this blog entry (which was written a while ago; it's now all on the t

Re: [OMPI users] Building 1.6.3 on OS X 10.8

2013-02-12 Thread Mark Bolstad
Yup, gfortran was the problem. It works now. It also explains why the trunk version worked. In the trunk you can't disable fortran at all, so I had to uninstall gfortran. Thanks for all the help. Mark On Tue, Feb 12, 2013 at 8:21 AM, Jeff Squyres (jsquyres) wrote: > I looked closer at your co

Re: [OMPI users] Building 1.6.3 on OS X 10.8

2013-02-12 Thread Jeff Squyres (jsquyres)
I looked closer at your configure output this morning, and I think I see the issue: I think your gfortran may be borked -- here's some output in config.log: - configure:163678: checking if gfortran supports -c -o file.o configure:163699: gfortran -c -o out/conftest2.o conftest.f >&5 i686-app

Re: [OMPI users] Building 1.6.3 on OS X 10.8

2013-02-12 Thread Mark Bolstad
On Mon, Feb 11, 2013 at 10:44 PM, Jeff Squyres (jsquyres) < jsquy...@cisco.com> wrote: > I got your tarball (no need to re-send it). > > I'm a little confused by your output from make, though. > > Did you run autogen? If so, there's no need to do that -- try expanding a > fresh tarball and just r

Re: [OMPI users] newbie: Submitting Open MPI jobs to SGE (, `qsh, -pe orte 4` fails)

2013-02-12 Thread Pierre Lindenbaum
> A plain `qsh` is working for you? This is an old startup method due to the insecure X11 startup it shouldn't be used any longer IMO. I think it's a typo, I should have written 'qrsh' All machines are the same regarding speed and core count? yes i've blogged about my first OMPI program her