Re: [OMPI devel] install from source

2021-11-22 Thread Jeff Squyres (jsquyres) via devel
I'm a little confused -- I don't see any failures in the config.out or make.out 
that you sent...?


On Nov 21, 2021, at 7:50 AM, Masoud Hemmatpour 
mailto:mashe...@gmail.com>> wrote:

Thank you Jeff for your reply! Sorry for that. Please, find attached the new 
tarball:

ompi-output.log

Thanks!




On Mon, Nov 15, 2021 at 5:26 PM Jeff Squyres (jsquyres) 
mailto:jsquy...@cisco.com>> wrote:
Sorry for the delay -- I was out late last week.

Unfortunately, this tarball contains a "make.out" file that is actually the 
output from configure.

Can you grab the output from "make V=1" again?

Also, you don't need to compress the files inside the tarball -- the compressed 
tarball should be sufficient.

Thanks!


On Nov 11, 2021, at 3:30 AM, Masoud Hemmatpour 
mailto:mashe...@gmail.com>> wrote:


Thanks for the information. Please, find the logs in the following link:

ompi-output.log


Thank you again,





On Fri, Nov 5, 2021 at 5:59 PM Jeff Squyres (jsquyres) 
mailto:jsquy...@cisco.com>> wrote:
Can you send all the information listed here:

https://www.open-mpi.org/community/help/


On Nov 5, 2021, at 12:33 PM, Masoud Hemmatpour via devel 
mailto:devel@lists.open-mpi.org>> wrote:


Sorry,

This is my configure:

./configure --prefix=/home/me/src_cx/ompi/install-debug/ 
--with-ucx=/home/me/src_cx/ucx/install-debug --disable-man-pages 
--disable-shared --enable-static

However, both cases do not work for me.

Thanks,

On Fri, Nov 5, 2021 at 5:11 PM Masoud Hemmatpour 
mailto:mashe...@gmail.com>> wrote:

Hello,

Actually, I am trying to install openmpi from source. I face the following 
error in make:


/usr/bin/ld: cannot find -lOpenCL
collect2: error: ld returned 1 exit status
Makefile:1879: recipe for target 'opal_wrapper' failed
make[2]: *** [opal_wrapper] Error 1
make[2]: Leaving directory 
'/home/mashemat/src_cx/ompi/build/opal/tools/wrappers'
Makefile:2383: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/mashemat/src_cx/ompi/build/opal'
Makefile:1901: recipe for target 'all-recursive' failed

make: *** [all-recursive] Error 1


here is my configure:

./configure --prefix=/home/me/src_cx/ompi/install-debug/ 
--with-ucx=/home/me/src_cx/ucx/install-debug --disable-man-pages

I appreciate if you let me know the missing point.

Thanks,

















--
Jeff Squyres
jsquy...@cisco.com





--
Jeff Squyres
jsquy...@cisco.com





--
Jeff Squyres
jsquy...@cisco.com





Re: [OMPI devel] install from source

2021-11-21 Thread Masoud Hemmatpour via devel
Thank you Jeff for your reply! Sorry for that. Please, find attached the
new tarball:

ompi-output.log


Thanks!




On Mon, Nov 15, 2021 at 5:26 PM Jeff Squyres (jsquyres) 
wrote:

> Sorry for the delay -- I was out late last week.
>
> Unfortunately, this tarball contains a "make.out" file that is actually
> the output from configure.
>
> Can you grab the output from "make V=1" again?
>
> Also, you don't need to compress the files inside the tarball -- the
> compressed tarball should be sufficient.
>
> Thanks!
>
>
> On Nov 11, 2021, at 3:30 AM, Masoud Hemmatpour  wrote:
>
>
> Thanks for the information. Please, find the logs in the following link:
>
> ompi-output.log
> 
>
>
> Thank you again,
>
>
>
>
>
> On Fri, Nov 5, 2021 at 5:59 PM Jeff Squyres (jsquyres) 
> wrote:
>
>> Can you send all the information listed here:
>>
>> https://www.open-mpi.org/community/help/
>>
>>
>> On Nov 5, 2021, at 12:33 PM, Masoud Hemmatpour via devel <
>> devel@lists.open-mpi.org> wrote:
>>
>>
>> Sorry,
>>
>> This is my configure:
>>
>> ./configure *--prefix*=/home/me/src_cx/ompi/install-debug/ *--with-ucx*
>> =/home/me/src_cx/ucx/install-debug *--disable-man-pages **--disable-shared
>> --enable-static*
>>
>> However, both cases do not work for me.
>>
>> Thanks,
>>
>> On Fri, Nov 5, 2021 at 5:11 PM Masoud Hemmatpour 
>> wrote:
>>
>>>
>>> Hello,
>>>
>>> Actually, I am trying to install openmpi from source. I face the
>>> following error in make:
>>>
>>>
>>> */usr/bin/ld: cannot find -lOpenCL*
>>> *collect2: error: ld returned 1 exit status*
>>> *Makefile:1879: recipe for target 'opal_wrapper' failed*
>>> *make[2]: *** [opal_wrapper] Error 1*
>>> *make[2]: Leaving directory
>>> '/home/mashemat/src_cx/ompi/build/opal/tools/wrappers'*
>>> *Makefile:2383: recipe for target 'all-recursive' failed*
>>> *make[1]: *** [all-recursive] Error 1*
>>> *make[1]: Leaving directory '/home/mashemat/src_cx/ompi/build/opal'*
>>> *Makefile:1901: recipe for target 'all-recursive' failed*
>>>
>>> *make: *** [all-recursive] Error 1*
>>>
>>>
>>> here is my configure:
>>>
>>> ./configure *--prefix*=/home/me/src_cx/ompi/install-debug/ 
>>> *--with-ucx*=/home/me/src_cx/ucx/install-debug
>>> *--disable-man-pages*
>>>
>>> I appreciate if you let me know the missing point.
>>>
>>> Thanks,
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>> --
>> Jeff Squyres
>> jsquy...@cisco.com
>>
>>
>>
>>
>
> --
> Jeff Squyres
> jsquy...@cisco.com
>
>
>
>


Re: [OMPI devel] install from source

2021-11-15 Thread Jeff Squyres (jsquyres) via devel
Sorry for the delay -- I was out late last week.

Unfortunately, this tarball contains a "make.out" file that is actually the 
output from configure.

Can you grab the output from "make V=1" again?

Also, you don't need to compress the files inside the tarball -- the compressed 
tarball should be sufficient.

Thanks!


On Nov 11, 2021, at 3:30 AM, Masoud Hemmatpour 
mailto:mashe...@gmail.com>> wrote:


Thanks for the information. Please, find the logs in the following link:

ompi-output.log


Thank you again,





On Fri, Nov 5, 2021 at 5:59 PM Jeff Squyres (jsquyres) 
mailto:jsquy...@cisco.com>> wrote:
Can you send all the information listed here:

https://www.open-mpi.org/community/help/


On Nov 5, 2021, at 12:33 PM, Masoud Hemmatpour via devel 
mailto:devel@lists.open-mpi.org>> wrote:


Sorry,

This is my configure:

./configure --prefix=/home/me/src_cx/ompi/install-debug/ 
--with-ucx=/home/me/src_cx/ucx/install-debug --disable-man-pages 
--disable-shared --enable-static

However, both cases do not work for me.

Thanks,

On Fri, Nov 5, 2021 at 5:11 PM Masoud Hemmatpour 
mailto:mashe...@gmail.com>> wrote:

Hello,

Actually, I am trying to install openmpi from source. I face the following 
error in make:


/usr/bin/ld: cannot find -lOpenCL
collect2: error: ld returned 1 exit status
Makefile:1879: recipe for target 'opal_wrapper' failed
make[2]: *** [opal_wrapper] Error 1
make[2]: Leaving directory 
'/home/mashemat/src_cx/ompi/build/opal/tools/wrappers'
Makefile:2383: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/mashemat/src_cx/ompi/build/opal'
Makefile:1901: recipe for target 'all-recursive' failed

make: *** [all-recursive] Error 1


here is my configure:

./configure --prefix=/home/me/src_cx/ompi/install-debug/ 
--with-ucx=/home/me/src_cx/ucx/install-debug --disable-man-pages

I appreciate if you let me know the missing point.

Thanks,

















--
Jeff Squyres
jsquy...@cisco.com





--
Jeff Squyres
jsquy...@cisco.com





Re: [OMPI devel] install from source

2021-11-11 Thread Masoud Hemmatpour via devel
Thanks for the information. Please, find the logs in the following link:

ompi-output.log



Thank you again,





On Fri, Nov 5, 2021 at 5:59 PM Jeff Squyres (jsquyres) 
wrote:

> Can you send all the information listed here:
>
> https://www.open-mpi.org/community/help/
>
>
> On Nov 5, 2021, at 12:33 PM, Masoud Hemmatpour via devel <
> devel@lists.open-mpi.org> wrote:
>
>
> Sorry,
>
> This is my configure:
>
> ./configure *--prefix*=/home/me/src_cx/ompi/install-debug/ *--with-ucx*
> =/home/me/src_cx/ucx/install-debug *--disable-man-pages **--disable-shared
> --enable-static*
>
> However, both cases do not work for me.
>
> Thanks,
>
> On Fri, Nov 5, 2021 at 5:11 PM Masoud Hemmatpour 
> wrote:
>
>>
>> Hello,
>>
>> Actually, I am trying to install openmpi from source. I face the
>> following error in make:
>>
>>
>> */usr/bin/ld: cannot find -lOpenCL*
>> *collect2: error: ld returned 1 exit status*
>> *Makefile:1879: recipe for target 'opal_wrapper' failed*
>> *make[2]: *** [opal_wrapper] Error 1*
>> *make[2]: Leaving directory
>> '/home/mashemat/src_cx/ompi/build/opal/tools/wrappers'*
>> *Makefile:2383: recipe for target 'all-recursive' failed*
>> *make[1]: *** [all-recursive] Error 1*
>> *make[1]: Leaving directory '/home/mashemat/src_cx/ompi/build/opal'*
>> *Makefile:1901: recipe for target 'all-recursive' failed*
>>
>> *make: *** [all-recursive] Error 1*
>>
>>
>> here is my configure:
>>
>> ./configure *--prefix*=/home/me/src_cx/ompi/install-debug/ 
>> *--with-ucx*=/home/me/src_cx/ucx/install-debug
>> *--disable-man-pages*
>>
>> I appreciate if you let me know the missing point.
>>
>> Thanks,
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>
> --
> Jeff Squyres
> jsquy...@cisco.com
>
>
>
>


Re: [OMPI devel] install from source

2021-11-05 Thread Jeff Squyres (jsquyres) via devel
Can you send all the information listed here:

https://www.open-mpi.org/community/help/


On Nov 5, 2021, at 12:33 PM, Masoud Hemmatpour via devel 
mailto:devel@lists.open-mpi.org>> wrote:


Sorry,

This is my configure:

./configure --prefix=/home/me/src_cx/ompi/install-debug/ 
--with-ucx=/home/me/src_cx/ucx/install-debug --disable-man-pages 
--disable-shared --enable-static

However, both cases do not work for me.

Thanks,

On Fri, Nov 5, 2021 at 5:11 PM Masoud Hemmatpour 
mailto:mashe...@gmail.com>> wrote:

Hello,

Actually, I am trying to install openmpi from source. I face the following 
error in make:


/usr/bin/ld: cannot find -lOpenCL
collect2: error: ld returned 1 exit status
Makefile:1879: recipe for target 'opal_wrapper' failed
make[2]: *** [opal_wrapper] Error 1
make[2]: Leaving directory 
'/home/mashemat/src_cx/ompi/build/opal/tools/wrappers'
Makefile:2383: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/mashemat/src_cx/ompi/build/opal'
Makefile:1901: recipe for target 'all-recursive' failed

make: *** [all-recursive] Error 1


here is my configure:

./configure --prefix=/home/me/src_cx/ompi/install-debug/ 
--with-ucx=/home/me/src_cx/ucx/install-debug --disable-man-pages

I appreciate if you let me know the missing point.

Thanks,

















--
Jeff Squyres
jsquy...@cisco.com





Re: [OMPI devel] install from source

2021-11-05 Thread Masoud Hemmatpour via devel
Sorry,

This is my configure:

./configure *--prefix*=/home/me/src_cx/ompi/install-debug/ *--with-ucx*
=/home/me/src_cx/ucx/install-debug *--disable-man-pages **--disable-shared
--enable-static*


However, both cases do not work for me.


Thanks,

On Fri, Nov 5, 2021 at 5:11 PM Masoud Hemmatpour  wrote:

>
> Hello,
>
> Actually, I am trying to install openmpi from source. I face the following
> error in make:
>
>
> */usr/bin/ld: cannot find -lOpenCL*
>
> *collect2: error: ld returned 1 exit status*
>
> *Makefile:1879: recipe for target 'opal_wrapper' failed*
>
> *make[2]: *** [opal_wrapper] Error 1*
>
> *make[2]: Leaving directory
> '/home/mashemat/src_cx/ompi/build/opal/tools/wrappers'*
>
> *Makefile:2383: recipe for target 'all-recursive' failed*
>
> *make[1]: *** [all-recursive] Error 1*
>
> *make[1]: Leaving directory '/home/mashemat/src_cx/ompi/build/opal'*
>
> *Makefile:1901: recipe for target 'all-recursive' failed*
>
> *make: *** [all-recursive] Error 1*
>
>
> here is my configure:
>
> ./configure *--prefix*=/home/me/src_cx/ompi/install-debug/ 
> *--with-ucx*=/home/me/src_cx/ucx/install-debug
> *--disable-man-pages*
>
> I appreciate if you let me know the missing point.
>
> Thanks,
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>