Thank you very much Jeff. It worked now. But I got error when I ran make check

1 of 5 tests failed
Please report to http://www.open-mpi.org/community/help/
========================================================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/home/openmpi-1.6.5/test/datatype'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/openmpi-1.6.5/test/datatype'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/openmpi-1.6.5/test'
make: *** [check-recursive] Error 1
[root@r720 openmpi-1.6.5]#

But I find openmpi installed. Will it work fine? Secondly missing the
optional package VT will effect functionality of openmpi or it will
work fine.

On Tue, Sep 24, 2013 at 2:49 AM, Jeff Squyres (jsquyres)
<jsquy...@cisco.com> wrote:
> I suspect that something is wrong with your Intel C++ compiler installation, 
> but you can simply avoid the issue if you add --disable-vt to Open MPI's 
> ./configure command line.  This will skip building the (optional) Vampir 
> Trace package, which is where you are running into this problem (VT is 
> written in C++; the vast majority of the rest of Open MPI is written in C).
>
>
> On Sep 22, 2013, at 10:40 AM, Syed Ahsan Ali <ahsansha...@gmail.com> wrote:
>
>> Its ok Jeff.
>> I am not sure about other C++ codes and STL with icpc because it never
>> happened and I don't know anything about STL.(pardon my less
>> knowledge). What do you suggest in this case? installation of
>> different version of openmpi or intel compilers? or any other
>> solution.
>>
>> On Fri, Sep 20, 2013 at 8:35 PM, Jeff Squyres (jsquyres)
>> <jsquy...@cisco.com> wrote:
>>> Sorry for the delay replying -- I actually replied on the original thread 
>>> yesterday, but it got hung up in my outbox and I didn't notice that it 
>>> didn't actually go out until a few moments ago.  :-(
>>>
>>> I'm *guessing* that this is a problem with your local icpc installation.
>>>
>>> Can you compile / run other C++ codes that use the STL with icpc?
>>>
>>>
>>> On Sep 20, 2013, at 6:59 AM, Syed Ahsan Ali <ahsansha...@gmail.com> wrote:
>>>
>>>> Output of make V=1 is attached. Again same error. If intel compiler is
>>>> using C++ headers from gfortran then how can we avoid this.
>>>>
>>>> On Fri, Sep 20, 2013 at 11:07 AM, Bert Wesarg
>>>> <bert.wes...@googlemail.com> wrote:
>>>>> Hi,
>>>>>
>>>>> On Fri, Sep 20, 2013 at 4:49 AM, Syed Ahsan Ali <ahsansha...@gmail.com> 
>>>>> wrote:
>>>>>> I am trying to compile openmpi-1.6.5 on fc16.x86_64 with icc and ifort
>>>>>> but getting the subject error. config.out and make.out is attached.
>>>>>> Following command was used for configure
>>>>>>
>>>>>> ./configure CC=icc CXX=icpc FC=ifort F77=ifort F90=ifort
>>>>>> --prefix=/home/openmpi_gfortran -enable-mpi-f90 --enable-mpi-f77 |&
>>>>>> tee config.out
>>>>>
>>>>> could you also run make with 'make V=1' and send the output. Anyway it
>>>>> looks like the intel compiler uses the C++ headers from GCC 4.6.3 and
>>>>> I don't know if this is supported.
>>>>>
>>>>> Bert
>>>>>
>>>>>> Please help/advise.
>>>>>> Thank you and best regards
>>>>>> Ahsan
>>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Syed Ahsan Ali Bokhari
>>>> Electronic Engineer (EE)
>>>>
>>>> Research & Development Division
>>>> Pakistan Meteorological Department H-8/4, Islamabad.
>>>> Phone # off  +92518358714
>>>> Cell # +923155145014
>>>> <makeV.zip>_______________________________________________
>>>> users mailing list
>>>> us...@open-mpi.org
>>>> http://www.open-mpi.org/mailman/listinfo.cgi/users
>>>
>>>
>>> --
>>> Jeff Squyres
>>> jsquy...@cisco.com
>>> For corporate legal information go to: 
>>> http://www.cisco.com/web/about/doing_business/legal/cri/
>>>
>>> _______________________________________________
>>> users mailing list
>>> us...@open-mpi.org
>>> http://www.open-mpi.org/mailman/listinfo.cgi/users
>>
>>
>>
>> --
>> Syed Ahsan Ali Bokhari
>> Electronic Engineer (EE)
>>
>> Research & Development Division
>> Pakistan Meteorological Department H-8/4, Islamabad.
>> Phone # off  +92518358714
>> Cell # +923155145014
>> _______________________________________________
>> users mailing list
>> us...@open-mpi.org
>> http://www.open-mpi.org/mailman/listinfo.cgi/users
>
>
> --
> Jeff Squyres
> jsquy...@cisco.com
> For corporate legal information go to: 
> http://www.cisco.com/web/about/doing_business/legal/cri/
>
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users



-- 
Syed Ahsan Ali Bokhari
Electronic Engineer (EE)

Research & Development Division
Pakistan Meteorological Department H-8/4, Islamabad.
Phone # off  +92518358714
Cell # +923155145014

Reply via email to