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

[OMPI users] Errors with MPI_Cart_create

2006-06-08 Thread Brock Palen
I have build vasp (http://cms.mpi.univie.ac.at/vasp/) for a user using openMPI-1.0.2 with teh PGI 6.1 compilers, At runtime I am getting the following OMPI errors, bash-3.00$ mpirun -np 2 vasp running on2 nodes [nyx.engin.umich.edu:16167] *** An error occurred in MPI_Cart_create [nyx.e

Re: [OMPI users] mpif90 error

2006-06-08 Thread Jeff Squyres (jsquyres)
This indicates that when your Open MPI was configured and installed, it could not find a Fortran 90 compiler that both worked properly and was compatible with your Fortran 77 compiler. So it simply skipped building the F90 support in Open MPI and therefore deactivated the "mpif90" wrapper compiler

[OMPI users] mpif90 error

2006-06-08 Thread sdamjad
Folks While running mpi on open mpi. This error i get cpp -P -Dmpi=1 -Dsgi=0 -Dlinux=0 -Dibm=0 -Dmac_osx=1 -Dlink_to_coupler=0 ../source/kinds.F > kinds.f mpif90 -c -O3 kinds.f -- Unfortunately, this installation of Open M