Re: [OMPI users] Configure fails with icc 10.1.008

2007-12-07 Thread Chris Slaughter
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 wrote: > This is not an Open MPI problem; Open MPI is simply

Re: [OMPI users] Compiling OpenMPI 1.2.4 with Topspin Infiniband support "IPO link: can not find -lvapi"

2007-11-05 Thread Chris Slaughter
I had this problem with the SilverStorm/QLogic stack. The vapi includes were in /usr/include/iba/vapi. I created a link /usr/include/vapi that points to /usr/include/iba/vapi, and I was able to compile. Not sure if this is what topspin does as well... On 11/5/07, Mike Hanby wrote: > > > > > Ho