Dear Open MPI users,

I want to compile Open MPI-1.5.4 beta on my macbook pro (with 
GCC-4.6.2/Gfortran-4.6.2 installed) with the option; " configure 
--with-mpi-f90-size=large ". The configuration script runs ok but during 
compilation I get the following warnings which after a limit of 25 turn into an 
error.

  FC     mpi_scatterv_f90.lo
mpi_scatterv_f90.f90:17.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:55.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
  FC     mpi_sendrecv_f90.lo
mpi_scatterv_f90.f90:93.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:131.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:169.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:207.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:245.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:283.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:321.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:359.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:397.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:435.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:473.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:511.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:549.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:587.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:625.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:663.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:701.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:739.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:777.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:815.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:853.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:891.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
mpi_scatterv_f90.f90:929.12:

  print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendc
            1
Error: Unterminated character constant beginning at (1)
Fatal Error: Error count reached limit of 25.
make[4]: *** [mpi_scatterv_f90.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

With " configure --with-mpi-f90-size=medium ", the error disappears. I want to 
compile it with " --with-mpi-f90-size=large " option. Any help to get around 
this error will be appreciated.

Regards.

Zahid

Reply via email to