Re: [OMPI users] ipath_userinit: userinit command failed: Cannot allocate memory

2010-07-09 Thread Anton Shterenlikht
ge- > From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On > Behalf Of Anton Shterenlikht > Sent: Thursday, July 08, 2010 9:07 AM > To: us...@open-mpi.org > Subject: [OMPI users] ipath_userinit: userinit command failed: Cannot > allocate memory > > I&

Re: [OMPI users] ipath_userinit: userinit command failed: Cannot allocate memory

2010-07-08 Thread Avneesh Pant
users] ipath_userinit: userinit command failed: Cannot allocate memory I'm trying to use MPI with fortran on Linux 2.6.18-164.6.1.el5 x86_64 I compiled this trivial code with mpif90: program simple include 'mpif.h' integer numtasks, rank, ierr, rc

[OMPI users] ipath_userinit: userinit command failed: Cannot allocate memory

2010-07-08 Thread Anton Shterenlikht
I'm trying to use MPI with fortran on Linux 2.6.18-164.6.1.el5 x86_64 I compiled this trivial code with mpif90: program simple include 'mpif.h' integer numtasks, rank, ierr, rc rc=1 call MPI_INIT(ierr) if (ierr .ne. 0) then print *,'Error starting MPI pr