[OMPI users] specifying launch-agent

2012-11-15 Thread John Marshall
Hi, I'm trying to figure out how I can specify my own launch agent. This is what I'd like to be able to do: * have rsh/ssh calling semantics * specify a full path for the launch agent * use an environment variable to specify the launch agent Currently, I've only been able to set up my own la

Re: [OMPI users] EXTERNAL: Re: gathering problem

2012-11-15 Thread Hodge, Gary C
I tried reseating the connectors but this did not help. (one connector was suspect in that it was not clicked in, the white tab was doubled over in the socket) We are going to try to increase the number of connections between the two switches From: users-boun...@open-mpi.org [mailto:users-boun.

[OMPI users] MPI_Alltoallv performance regression 1.6.0 to 1.6.1

2012-11-15 Thread Number Cruncher
I've noticed a very significant (100%) slow down for MPI_Alltoallv calls as of version 1.6.1. * This is most noticeable for high-frequency exchanges over 1Gb ethernet where process-to-process message sizes are fairly small (e.g. 100kbyte) and much of the exchange matrix is sparse. * 1.6.1 releas

Re: [OMPI users] Where to start with MPI on OSX?

2012-11-15 Thread Mark Bolstad
Make sure the mpicc commands are in your path. Most likely the permissions are too restrictive on the commands. Make sure they're all group/world read & execute (I set them with chmod 755 ...) As for XCode, I cheat. Since I build multi-platform, I use CMake or SCons. In one case, I setup XCode as

Re: [OMPI users] Where to start with MPI on OSX?

2012-11-15 Thread shiny knight
Thanks Mark, Figured out that I had both pointing to the same locationremoved MPICH2 by hand, as you mentioned. Installed OMPI and it works finally (via console thou). Altho I gotta use sudo before the mpicc or mpiexec, or I get nothing (plus I gotta be in the dir where I installed OMPI to