Re: [O-MPI users] problem with configure with daily svn tarball

2005-08-22 Thread Brian Barrett
On Aug 22, 2005, at 2:47 PM, Borenstein, Bernard S wrote: I'm using the intel 9.0 fortran and C compilers on linux AMD64 (Suse 9.3). The Fortran compiler "ifort" is not in the configure script. I went ahead and added it and it went through the configure properly. Please add ifort as a val

[O-MPI users] problem with configure with daily svn tarball

2005-08-22 Thread Borenstein, Bernard S
I'm using the intel 9.0 fortran and C compilers on linux AMD64 (Suse 9.3). The Fortran compiler "ifort" is not in the configure script. I went ahead and added it and it went through the configure properly. Please add ifort as a valid compiler. Thanx, Bernie Borenstein The Boeing Company PS.

Re: [O-MPI users] How pass an array??

2005-08-22 Thread George Bosilca
Read the section about datatypes in order to figure out how to describe the memory layout that you want to move between processors. george. On Mon, 22 Aug 2005, Raul Mosquera wrote: HI. I just started working with MPI's. I'm been reading some documentation about MPI's but I have not found

[O-MPI users] How pass an array??

2005-08-22 Thread Raul Mosquera
HI. I just started working with MPI's. I'm been reading some documentation about MPI's but I have not found what I need. My problem is that I need to pass different portions of a huge matrix [N,M] to different processors. Help me find out the proper way to do this. Thanks Rm ___