Re: [OMPI users] F90 interfaces again

2006-06-12 Thread Jeff Squyres (jsquyres)
o: Open MPI Users Subject: Re: [OMPI users] F90 interfaces again On Jun 9, 2006, at 12:33 PM, Brian W. Barrett wrote: > On Thu, 8 Jun 2006, Michael Kluskens wrote: > >> call MPI_WAITALL(3,sp_requ

Re: [OMPI users] F90 interfaces again

2006-06-12 Thread Michael Kluskens
On Jun 9, 2006, at 12:33 PM, Brian W. Barrett wrote: On Thu, 8 Jun 2006, Michael Kluskens wrote: call MPI_WAITALL(3,sp_request,MPI_STATUSES_IGNORE,ier) 1 Error: Generic subroutine 'mpi_waitall' at (1) is not consiste

Re: [OMPI users] F90 interfaces again

2006-06-09 Thread Jeff Squyres (jsquyres)
e 08, 2006 7:11 PM > To: Open MPI Users > Subject: Re: [OMPI users] F90 interfaces again > > On Thu, 8 Jun 2006, Michael Kluskens wrote: > > > call MPI_WAITALL(3,sp_request,MPI_STATUSES_IGNORE,ier) > >

Re: [OMPI users] F90 interfaces again

2006-06-08 Thread Brian W. Barrett
On Thu, 8 Jun 2006, Michael Kluskens wrote: call MPI_WAITALL(3,sp_request,MPI_STATUSES_IGNORE,ier) 1 Error: Generic subroutine 'mpi_waitall' at (1) is not consistent with a specific subroutine interface Issue, 3rd arg

[OMPI users] F90 interfaces again

2006-06-08 Thread Michael Kluskens
call MPI_WAITALL(3,sp_request,MPI_STATUSES_IGNORE,ier) 1 Error: Generic subroutine 'mpi_waitall' at (1) is not consistent with a specific subroutine interface Issue, 3rd argument of MPI_WAITALL expects an integer arr