Re: [OMPI users] mpif90 problem.

2006-03-06 Thread Benoit Semelin
Second topic: I am using 3 processors I am calling a series of MPI_SCATTER which work when I send messages of 5 ko to the other processors, fails at the second scatter if I sent messages of ~10 ko, and fails at the first scatter for bigger messages. The message is: What is "ko" -- d

Re: [OMPI users] mpif90 problem.

2006-03-03 Thread Jeff Squyres
On Mar 1, 2006, at 11:08 AM, Benoit Semelin wrote: call MPI_BCAST(boundary_cond, 8,MPI_CHARACTER,master,MPI_COMM_WORLD,mpi_err) 1 Error: Generic subroutine 'mpi_bcast' at (1) is not an intrinsic subroutine It looks like we goofed; we neglected to include F90 routines for the CHARACTE

[OMPI users] mpif90 problem.

2006-03-01 Thread Benoit Semelin
Hi, I have open-mpi installed with gcc and gfortran. When I use "USE MPI" and compile the lines : call MPI_BCAST(ncoll,1,MPI_INTEGER,master,MPI_COMM_WORLD,mpi_err) call MPI_BCAST(boundary_cond,8,MPI_CHARACTER,master,MPI_COMM_WORLD,mpi_err) The first lines compiles, for the second I get this: