I've been using Open MPI 1.2.4 with Intel 10.1 for about a month now
with no problems.

Can you compile a simple C++ hello world type program?  I would try
this to verify the compiler installation...

On Dec 7, 2007 7:58 AM, Jeff Squyres <jsquy...@cisco.com> wrote:
> This is not an Open MPI problem; Open MPI is simply reporting that
> your C++ compiler is not working.  OMPI tests a trivial C++ program
> that uses the STL to ensure that your C++ program is working.  It's
> essentially:
>
> #include <string>
> int
> main ()
> {
> std::string foo = "Hello, world"
>    ;
>    return 0;
> }
>
> You should probably check with Intel support for more details.
>
>
>
>
> On Dec 6, 2007, at 11:25 PM, Eric Thibodeau wrote:
>
> > Hello all,
> >
> >   I am unable to get past ./configure as ICC fails on C++ tests (see
> > attached ompi-output.tar.gz). Configure was called without and the
> > with sourcing `/opt/intel/cc/10.1.xxx/bin/iccvars.sh`  as per one of
> > the invocation options in icc's doc. I was unable to find the
> > relevant (well..intelligible for me that is ;P ) cause of the
> > failure in config.log. Any help would be appreciated.
> >
> > Thanks,
> >
> > Eric Thibodeau
> > <ompi-output.tar.gz>_______________________________________________
> > users mailing list
> > us...@open-mpi.org
> > http://www.open-mpi.org/mailman/listinfo.cgi/users
>
>
> --
> Jeff Squyres
> Cisco Systems
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users
>

Reply via email to