[Pkg-openmpi-maintainers] Bug#561914: libopenmpi-dev: module version missmatch(mpi.mod)

Youhei SASAKI uwabami at gfd-dennou.org
Mon Dec 21 08:08:06 UTC 2009


Package: libopenmpi-dev
Version: 1.3.3-4
Severity: normal

--- Please enter the report below this line. ---

Hello, 

I'm encountering compile error with the very basic MPI/fortran90 program, 
listed here:
  program test
    use mpi
    integer :: err, rank, np
    call MPI_Init(err)
    call MPI_Comm_Rank(MPI_Comm_World, rank, err)
    call MPI_Comm_Size(MPI_Comm_World, np, err)
    call MPI_Finalize(err)
  end program test

Error message is here:
 $ mpif90 test.f90
   test.f90:2.9:

    use mpi
           1
   Fatal Error: Parse error when checking module version for 
   file 'mpi.mod' opened at (1)

But I set "OMPI_FC=gfortran-4.3" and compile same program,
no error and get executed file fine.

It seems version mismatch about gcc-default version. The version of
gcc-default is 4.4 now, but openmpi library build with gcc 4.3(maybe).

Please rebuild openmpi package using gcc 4.4

Kind Regards,
  Youhei SASAKI

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32.deutzia (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libopenmpi-dev depends on:
ii  libc6                         2.10.2-2   GNU C Library: Shared libraries
ii  libibverbs-dev                1.1.3-2    Development files for the libibver
ii  libopenmpi1.3                 1.3.3-4    high performance message passing l
ii  openmpi-common                1.3.3-4    high performance message passing l

libopenmpi-dev recommends no packages.

libopenmpi-dev suggests no packages.

-- no debconf information






More information about the Pkg-openmpi-maintainers mailing list