Hello .
The 'warning print' statement introduced in the correction made since version 1.5.4 and 1.6.X on this script : openmpi-1.6.1rc2/ompi/mpi/f90/scripts/mpi_scatterv_f90.f90.sh :
print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendcounts and displs arguments!
generate a compilation error when compiling with PGI compiler ( last version 12.6 tested ) because the 'print' line if far to long for a 'standard/normed ' fortran compiler = 132 characters max by lines . => splitting the 'print' line with "&" solve the problem . Find the suggested script ( version 1.6.1rc2 ) in the mail A+ Juan -- Juan ESCOBAR Support MESONH Laboratoire d'AƩrologie, O.M.P. 14 avenue Edouard Belin 31400 - TOULOUSE Tel : +33 (0)5-61-33-27-49 Fax : +33 (0)5-61-33-27-90
mpi_scatterv_f90.f90.sh
Description: application/shellscript