Re: [O-MPI users] Bug in C++ bindings

2006-02-02 Thread Brian Granger
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.

Re: [O-MPI users] Bug in C++ bindings

2006-02-01 Thread Brian Barrett
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

[O-MPI users] Bug in C++ bindings

2006-01-31 Thread Brian Granger
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