[mvapich-discuss] mvapich2-2.2a compile error with Intel 16.0.0 compiler

Sayan Ghosh sayandeep52 at gmail.com
Mon Nov 2 14:47:26 EST 2015


Hi,

Reporting this error while compiling MVAPICH2-2.2a with Intel 16.0.0
compiler. Passing --disable-fortran sidesteps this error as expected.

src/binding/fortran/use_mpi_f08/mpi_f08_callbacks.F90(214): error #7013:
This module file was not generated by any release of this compiler.
[MPI_F08_COMPILE_CONSTANTS]
    use mpi_f08_compile_constants, only : MPI_ADDRESS_KIND, MPI_SUCCESS
--------^
src/binding/fortran/use_mpi_f08/mpi_f08_callbacks.F90(218): error #6683: A
kind type parameter must be a compile-time constant.   [MPI_ADDRESS_KIND]
    integer(kind=MPI_ADDRESS_KIND) :: extra_state, attribute_val_in,
attribute_val_out
-----------------^
src/binding/fortran/use_mpi_f08/mpi_f08_callbacks.F90(229): error #6580:
Name in only-list does not exist.   [MPI_ADDRESS_KIND]
    use mpi_f08_compile_constants, only : MPI_ADDRESS_KIND, MPI_SUCCESS
------------------------------------------^
src/binding/fortran/use_mpi_f08/mpi_f08_callbacks.F90(229): error #6580:
Name in only-list does not exist.   [MPI_SUCCESS]
    use mpi_f08_compile_constants, only : MPI_ADDRESS_KIND, MPI_SUCCESS
------------------------------------------------------------^
src/binding/fortran/use_mpi_f08/mpi_f08_callbacks.F90(233): error #6683: A
kind type parameter must be a compile-time constant.   [MPI_ADDRESS_KIND]
    integer(kind=MPI_ADDRESS_KIND) :: extra_state, attribute_val_in,
attribute_val_out
-----------------^
src/binding/fortran/use_mpi_f08/mpi_f08_callbacks.F90(223): error #6406:
Conflicting attributes or multiple declaration of name.   [MPI_SUCCESS]
    ierror = MPI_SUCCESS
-------------^
src/binding/fortran/use_mpi_f08/mpi_f08_callbacks.F90(214): error #6580:
Name in only-list does not exist.   [MPI_ADDRESS_KIND]
    use mpi_f08_compile_constants, only : MPI_ADDRESS_KIND, MPI_SUCCESS
------------------------------------------^
src/binding/fortran/use_mpi_f08/mpi_f08_callbacks.F90(214): error #6580:
Name in only-list does not exist.   [MPI_SUCCESS]
    use mpi_f08_compile_constants, only : MPI_ADDRESS_KIND, MPI_SUCCESS
------------------------------------------------------------^
src/binding/fortran/use_mpi_f08/mpi_f08_callbacks.F90(237): error #6404:
This name does not have a type, and must have an explicit type.
[MPI_SUCCESS]
    ierror = MPI_SUCCESS
-------------^
compilation aborted for
src/binding/fortran/use_mpi_f08/mpi_f08_callbacks.F90 (code 1)
Makefile:25332: recipe for target
'src/binding/fortran/use_mpi_f08/lib_libmpifort_la-mpi_f08_callbacks.lo'
failed
make[2]: ***
[src/binding/fortran/use_mpi_f08/lib_libmpifort_la-mpi_f08_callbacks.lo]
Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/sg/sources/mvapich2-2.2a'
Makefile:45959: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/sg/sources/mvapich2-2.2a'
Makefile:46259: recipe for target 'install' failed
make: *** [install] Error 2


-- 
Regards,
Sayan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.cse.ohio-state.edu/pipermail/mvapich-discuss/attachments/20151102/54a3b488/attachment.html>


More information about the mvapich-discuss mailing list