From: Ndong-Nna Guitry-Evrard To: "'mpi-maint@mcs.anl.gov'" Subject: [MPI #7860] About MPI_BCAST Date: Wed, 14 May 2003 17:35:31 +0200 Mime-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C31A2E.7458F2B0" X-Spam-Status: No, hits=0.2 required=5.0 tests=MIME_NULL_BLOCK version=2.21 X-Spam-Level: Cc: mpi-maint@XXXXXXXXXXX Hello, Can we have some help about these errors : rtab2en1MPI1.f: In subroutine `flvla2': rtab2en1MPI1.f:1792: warning: CALL MPI_BCAST(NA,1,MPI_INTEGER,0,MPI_COMM_WORLD,IERR) 1 rtab2en1MPI1.f:1835: (continued): CALL MPI_BCAST(XAE1, NA, MPI_DOUBLE_PRECISION,0,MPI_COMM_WORLD,IERR) 2 Argument #1 of `mpi_bcast' is one type at (2) but is some other type at (1) [info -f g77 M GLOBALS] NA is integer in the program XAE1 is an array of DOUBLE_PRECISION We have to diffuse to all the process this table. But now it's impossible. is it correct ? yours mpilly, guitry