Re: [OMPI users] Program deadlocks, on simple send/recv loop

2009-12-03 Thread vasilis gkanis
I had a similar problem with the portland Fortran compiler. I new that this was not caused by a network problem ( I run the code on a single node with 4 CPUs). After I tested pretty much anything, I decided to change the compiler. I used the Intel Fortran compiler and everything is running fine.

Re: [OMPI users] Program hangs

2009-11-20 Thread vasilis gkanis
Hello, I also experience a similar problem with the MUMPS solver, when I run it on a cluster. After several hours of running the code does not produce any results, although the command top shows that the program occupies 100% of the CPU. The difference here, however, is that the same program ru

Re: [OMPI users] ipo: warning #11009: file format notrecognized for /Libraries_intel/openmpi/lib/libmpi.so

2009-11-11 Thread vasilis gkanis
On Tuesday 10 November 2009 07:35:49 pm Nifty Tom Mitchell wrote: > On Tue, Nov 10, 2009 at 03:44:59PM +0200, vasilis gkanis wrote: > > I am trying to compile openmpi-1.3.3 with intel Fortran and gcc compiler. > > > > In order to compile openmpi I run configure with

[OMPI users] ipo: warning #11009: file format not recognized for /Libraries_intel/openmpi/lib/libmpi.so

2009-11-10 Thread vasilis gkanis
Dear all, I am trying to compile openmpi-1.3.3 with intel Fortran and gcc compiler. In order to compile openmpi I run configure with the following options: ./configure --prefix=/Libraries/openmpi FC=ifort --enable-mpi-f90 OpenMpi compiled just fine, but when I am trying to compile and link my p