$subject_val = "[OMPI users] PGI 8.0-4 doesn't like ompi/mca/op/op.h"; include("../../include/msg-header.inc"); ?>
Subject: [OMPI users] PGI 8.0-4 doesn't like ompi/mca/op/op.h
From: Mostyn Lewis (Mostyn.Lewis_at_[hidden])
Date: 2009-03-11 15:52:24
Compiling SVN r20757 with PGI 8.0-4 failed doing ompi_info with
"../../../.././ompi/mca/op/op.h", line 264: error: duplicate parameter name
void *restrict,
^
"../../../.././ompi/mca/op/op.h", line 265: error: duplicate parameter name
void *restrict, int *,
^
2 errors detected in the compilation of "../../../.././ompi/tools/ompi_info/components.cc".
make[2]: *** [components.o] Error 2
make[2]: Leaving directory `/tmp/o/openmpi-1.4a1r20757_svn/build/ompi/tools/ompi_info'
Code is:
/*
* Typedef for 3-buffer (two input and one output) op functions.
*/
typedef void (*ompi_op_base_3buff_handler_fn_1_0_0_t)(void *restrict,
void *restrict,
void *restrict, int *,
struct ompi_datatype_t **,
struct ompi_op_base_module_1_0_0_t *);
DM