Re: [OMPI users] Can not turn off C++ build.

2012-11-29 Thread Jeff Squyres
No problem! Glad to help. I added you to the ticket about not being able to turn off the C++ compiler checks (https://svn.open-mpi.org/trac/ompi/ticket/2999), in case that ever gets fixed. It's somewhat of a low priority. On Nov 29, 2012, at 11:17 AM, Ray Sheppard wrote: > Thanks Jeff, > O

Re: [OMPI users] Can not turn off C++ build.

2012-11-29 Thread Ray Sheppard
Thanks Jeff, Of course you were right. I had thought the lost function was something internal to y'alls build. It is pretty scary that they have been building and porting for weeks (while I was running around SC and the holidays) and it takes an old fortran guy to notice they don't have a wo

Re: [OMPI users] Can not turn off C++ build.

2012-11-28 Thread Jeff Squyres
According to config.log, your icpc is broken -- it won't compile a trivial C++ program. Try it yourself -- try compiling - #include #include using namespace std; int main(int argc, char* argv[]) { cout << "Hello, world" << endl; return 0; } - Do you need to set some environmen

Re: [OMPI users] Can not turn off C++ build.

2012-11-28 Thread Ray Sheppard
Hi Jeff, Thanks. I am just running the Intel 13.0.1 compiler on the Quarry cluster at IU. It would be very odd to have a serious issue without users complaining. I tried running it again with C++ turned on with: ./configure CC=icc CFLAGS="-xT -O2" F77=ifort FFLAGS="-xT -O2" FC=ifort FCFL

Re: [OMPI users] Can not turn off C++ build.

2012-11-28 Thread Jeff Squyres
I'll bet we're not disabling the C++ test properly when you disable the C++ bindings. Bummer. I'll file a bug, but I don't know when that will be fixed. However, this kind of error typically only occurs when your C++ compiler fails altogether (e.g., it's broken). Check the config.log file and