[OMPI users] starting open-mpi

2012-05-10 Thread Ghobad Zarrinchian
Hi all. I'm a new open-mpi user. I've downloaded the OpenMPI_v1.5.5-1_win32.exe file to install open-mpi on my dual-core windows 7 machine. I installed the file but now i can't compile my mpi programs. I use command below (in command prompt window) to compile my 'test.cpp' program: >> mpic++ -o te

Re: [OMPI users] call to fork() error

2012-05-10 Thread Don Armstrong
On Thu, 10 May 2012, Jim Maas wrote: > I'm getting the following error when running an open-mpi job on a > LSF cluster using a new version of R 2.15. I didn't get the error > message when running previously using R 2.13. Could anyone point me > to the possible cause, or how to find the offending co

Re: [OMPI users] MPI-IO puzzlement

2012-05-10 Thread Ricardo Reis
what file system is this on? gluster connected by infiniband. all disks in the same machine, everyone speaks on infiniband. Ricardo Reis 'Non Serviam' PhD/MSc Mechanical Engineering | Lic. Aerospace Engineering Computational Fluid Dynamics, High Performance Computing, Turbulence

Re: [OMPI users] MPI-IO puzzlement

2012-05-10 Thread Edgar Gabriel
what file system is this on? On 5/10/2012 12:37 PM, Ricardo Reis wrote: > > what is the communicator that you used to open the file? I am wondering > whether it differs from the communicator used in MPI_Barrier, and some > processes do not enter the Barrier at all... > > Thanks > Edgar > > > w

Re: [OMPI users] MPI-IO puzzlement

2012-05-10 Thread Ricardo Reis
what is the communicator that you used to open the file? I am wondering whether it differs from the communicator used in MPI_Barrier, and some processes do not enter the Barrier at all... Thanks Edgar world, I only use one comm on this code. world = MPI_COMM_WORLD CALL MPI_file_open(wo

Re: [OMPI users] MPI-IO puzzlement

2012-05-10 Thread Edgar Gabriel
what is the communicator that you used to open the file? I am wondering whether it differs from the communicator used in MPI_Barrier, and some processes do not enter the Barrier at all... Thanks Edgar On 5/10/2012 12:22 PM, Ricardo Reis wrote: > > Hi all > > I'm trying to run my code in a clu

[OMPI users] MPI-IO puzzlement

2012-05-10 Thread Ricardo Reis
Hi all I'm trying to run my code in a cluster here with infiniband. It is in Fortran 95/2003 and uses MPI-IO for output. I'm using openmpi 1.5.5. It runs has been running fine but for a particular configuration, using all of the cluster cores (128, divided in 4 boxes with 4 Octo-core Optero

Re: [OMPI users] ompi mca mxm version

2012-05-10 Thread Derek Gerstmann
On May 9, 2012, at 7:41 PM, Mike Dubman wrote: > you need latest OMPI 1.6.x and latest MXM > (ftp://bgate.mellanox.com/hpc/mxm/v1.1/mxm_1.1.1067.tar) Excellent! Thanks for the quick response! Using the MXM v1.1.1067 against OMPI v1.6.x did the trick. Please (!!!) add a note to the docs for O

Re: [OMPI users] ppe-ompi 1.2.1 (Open MPI on EC2)

2012-05-10 Thread Jeff Squyres
Sweet! On May 10, 2012, at 9:04 AM, Barnet Wagman wrote: > I've released a new version of ppe-ompi, which is a system for running an > Open MPI network on EC2 (Amazon's cloud computing service). Download here. > > > Release notes: > > • AMIs with Open MPI 1.5.5 are available. > • More infor

[OMPI users] ppe-ompi 1.2.1 (Open MPI on EC2)

2012-05-10 Thread Barnet Wagman
I've released a new version of ppe-ompi , which is a system for running an Open MPI network on EC2 (Amazon's cloud computing service). Download here . Release notes: # AMIs with Open MPI 1.5.5 are avai

Re: [OMPI users] call to fork() error

2012-05-10 Thread Jeff Squyres
I'm afraid I don't know the inner workings of R at all. They must have changed something between 2.13 and 2.15 such that they're now calling fork() after MPI_Init()... The problem is that OpenFabrics-based networks do things that make fork()... unstable (for lack of a longer description). Tha

[OMPI users] call to fork() error

2012-05-10 Thread Jim Maas
I'm getting the following error when running an open-mpi job on a LSF cluster using a new version of R 2.15. I didn't get the error message when running previously using R 2.13. Could anyone point me to the possible cause, or how to find the offending code? I'm not a sysop, just a user. Th