Linux/x86-64 host with Open64 compilers version 4.5.1 from AMD.
Fortran 2008 support is failing to build as shown below.
My records show the ompi-1.5 branch was fine on this configuration.
-Paul
PPFC mpi-f08-types.lo
^
openf95-855 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 15, Column = 8
The compiler has detected errors in module "MPI_F08_TYPES". No module
information file will be created for this module.
type(MPI_Comm), protected, bind(C, name="ompi_f08_mpi_comm_self")
:: MPI_COMM_SELF
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 98, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 99, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 101, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Errhandler), protected, bind(C,
name="ompi_f08_mpi_errors_return") :: MPI_ERRORS_RETURN
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 103, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 104, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 106, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 108, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Op), protected, bind(C, name="ompi_f08_mpi_min" ) ::
MPI_MIN
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 110, Column = 26
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Op), protected, bind(C, name="ompi_f08_mpi_sum" ) ::
MPI_SUM
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 111, Column = 26
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Op), protected, bind(C, name="ompi_f08_mpi_prod" ) ::
MPI_PROD
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 112, Column = 26
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Op), protected, bind(C, name="ompi_f08_mpi_land" ) ::
MPI_LAND
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 113, Column = 26
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Op), protected, bind(C, name="ompi_f08_mpi_band" ) ::
MPI_BAND
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 114, Column = 26
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Op), protected, bind(C, name="ompi_f08_mpi_lor" ) ::
MPI_LOR
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 115, Column = 26
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Op), protected, bind(C, name="ompi_f08_mpi_bor" ) ::
MPI_BOR
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 116, Column = 26
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Op), protected, bind(C, name="ompi_f08_mpi_lxor" ) ::
MPI_LXOR
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 117, Column = 26
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Op), protected, bind(C, name="ompi_f08_mpi_bxor" ) ::
MPI_BXOR
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 118, Column = 26
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Op), protected, bind(C, name="ompi_f08_mpi_maxloc" ) ::
MPI_MAXLOC
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 119, Column = 26
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Op), protected, bind(C, name="ompi_f08_mpi_minloc" ) ::
MPI_MINLOC
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 120, Column = 26
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Op), protected, bind(C, name="ompi_f08_mpi_replace" ) ::
MPI_REPLACE
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 121, Column = 26
Unexpected syntax: "attr-spec" was expected but found ",".
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 122, Column = 26
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C,
name="ompi_f08_mpi_datatype_null") :: MPI_DATATYPE_NULL;
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 128, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Errhandler), protected, bind(C,
name="ompi_f08_mpi_errhandler_null") :: MPI_ERRHANDLER_NULL;
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 129, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Group), protected, bind(C, name="ompi_f08_mpi_group_null")
:: MPI_GROUP_NULL;
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 130, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Info), protected, bind(C, name="ompi_f08_mpi_info_null")
:: MPI_INFO_NULL;
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 131, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Message), protected, bind(C,
name="ompi_f08_mpi_message_null") :: MPI_MESSAGE_NULL;
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 132, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Op), protected, bind(C, name="ompi_f08_mpi_op_null")
:: MPI_OP_NULL;
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 133, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Request), protected, bind(C,
name="ompi_f08_mpi_request_null") :: MPI_REQUEST_NULL;
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 134, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Win), protected, bind(C, name="ompi_f08_mpi_win_null")
:: MPI_WIN_NULL;
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 135, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
#if OMPI_PROVIDE_MPI_FILE_INTERFACE
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 136, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
#endif
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 138, Column = 34
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_packed")
:: MPI_PACKED
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 148, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_ub")
:: MPI_UB
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 149, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_lb")
:: MPI_LB
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 150, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_character")
:: MPI_CHARACTER
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 151, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_logical")
:: MPI_LOGICAL
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 152, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_integer")
:: MPI_INTEGER
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 153, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_integer1")
:: MPI_INTEGER1
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 154, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_integer2")
:: MPI_INTEGER2
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 155, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_integer4")
:: MPI_INTEGER4
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 156, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_integer8")
:: MPI_INTEGER8
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 157, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_integer16")
:: MPI_INTEGER16
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 158, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_real")
:: MPI_REAL
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 159, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_real4")
:: MPI_REAL4
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 160, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_real8")
:: MPI_REAL8
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 161, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_real16")
:: MPI_REAL16
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 162, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C,
name="ompi_f08_mpi_double_precision") :: MPI_DOUBLE_PRECISION
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 163, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_complex")
:: MPI_COMPLEX
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 164, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_complex8")
:: MPI_COMPLEX8
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 165, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_complex16")
:: MPI_COMPLEX16
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 166, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_complex32")
:: MPI_COMPLEX32
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 167, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C,
name="ompi_f08_mpi_double_complex") :: MPI_DOUBLE_COMPLEX
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 168, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_2real")
:: MPI_2REAL
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 169, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C,
name="ompi_f08_mpi_2double_precision") :: MPI_2DOUBLE_PRECISION
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 170, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_2integer")
:: MPI_2INTEGER
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 171, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_2complex")
:: MPI_2COMPLEX
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 172, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C,
name="ompi_f08_mpi_2double_complex") :: MPI_2DOUBLE_COMPLEX
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 173, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_real2")
:: MPI_REAL2
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 174, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_logical1")
:: MPI_LOGICAL1
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 175, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_logical2")
:: MPI_LOGICAL2
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 176, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_logical4")
:: MPI_LOGICAL4
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 177, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
type(MPI_Datatype), protected, bind(C, name="ompi_f08_mpi_logical8")
:: MPI_LOGICAL8
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 178, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
^
openf95-197 openf90: ERROR MPI_F08_TYPES, File =
/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.7rc5-linux-x86_64-open64/openmpi-1.7rc5/ompi/mpi/fortran/base/mpi-f08-types.F90,
Line = 179, Column = 32
Unexpected syntax: "attr-spec" was expected but found ",".
openf95: Open64 Fortran Version 4.5.1 (f14) Tue Oct 30, 2012 20:50:34
openf95: 886 source lines
openf95: 63 Error(s), 0 Warning(s), 0 Other message(s), 0 ANSI(s)
openf95: "explain openf95-message number" gives more information about each
message
make[2]: *** [mpi-f08-types.lo] Error 1
make[2]: Leaving directory
`/global/scratch/sd/hargrove/OMPI/openmpi-1.7rc5-linux-x86_64-open64/BLD/ompi/mpi/fortran/base'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/global/scratch/sd/hargrove/OMPI/openmpi-1.7rc5-linux-x86_64-open64/BLD/ompi'
make: *** [all-recursive] Error 1
On Tue, Oct 30, 2012 at 7:01 PM, Ralph Castain <[email protected]> wrote:
> Hi folks
>
> We have posted the next release candidate (rc5) for the 1.7.0 release in
> the usual place:
>
> http://www.open-mpi.org/software/ompi/v1.7/
>
> Please put it thru the wringer to help us validate it prior to release
> later this month. We think this looks pretty complete, pending someone
> finding a problem.
>
> Thanks
> Ralph
>
> _______________________________________________
> devel mailing list
> [email protected]
> http://www.open-mpi.org/mailman/listinfo.cgi/devel
>
--
Paul H. Hargrove [email protected]
Future Technologies Group
Computer and Data Sciences Department Tel: +1-510-495-2352
Lawrence Berkeley National Laboratory Fax: +1-510-486-6900