OK, Thanks for looking into this.
Brian
On Feb 1, 2006, at 8:05 AM, Brian Barrett wrote:
On Jan 31, 2006, at 5:47 PM, Brian Granger wrote:
I am compiling a C++ program that uses the Open-MPI c++ bindings. I
think there is a bug in the constants.h and/or mpicxx.cc files.
The file constants.
On Jan 31, 2006, at 5:47 PM, Brian Granger wrote:
I am compiling a C++ program that uses the Open-MPI c++ bindings. I
think there is a bug in the constants.h and/or mpicxx.cc files.
The file constants.h defines lots of constants as extern. There are
By commenting corresponding lines out
Hello all,
I am compiling a C++ program that uses the Open-MPI c++ bindings. I
think there is a bug in the constants.h and/or mpicxx.cc files.
The file constants.h defines lots of constants as extern. There are
lots of things like:
OMPI_DECLSPEC extern const int ERR_COUNT;
Because of t