Hello,

I am student of Physics from University of Warsaw, and new to OpenMPI.
Currently just trying to compile it from source code(tried both github
<https://github.com/open-mpi/ompi> and  tar
<https://www.open-mpi.org/software/ompi/v3.1/>(3.1.2)).
I am using Windows Linux Subsystem(WLS), Ubuntu <http:///>.

*uname -a:*
>Linux Canopus 4.4.0-17134-Microsoft #285-Microsoft Thu Aug 30 17:31:00 PST
2018 x86_64 x86_64 x86_64 GNU/Linux

I have done all steps suggested in INSTALL and HACKING files, installed
next tool i proper order: M4(1.4.18), autoconf(2.69), automake(1.15.1),
libtool(2.4.6), flex(2.6.4).

Next I enabled AUTOMAKE_JOBS=4 and ran:

*./autogen.pl <http://autogen.pl>* #for source code from git hub

Then
*./configure --disable-picky --enable-mpi-cxx --without-cma --enable-static*

I added --without-cma cos I have a lot of warnings about compiling asprintf
function <https://github.com/open-mpi/ompi/issues/3443>

and finally:
*make -j 4 all* #cos I have 4 logical processors

And in both versions(from github <https://github.com/open-mpi/ompi> or  tar
<https://www.open-mpi.org/software/ompi/v3.1/>(3.1.2)) it fails.
Github version error:
>
*../../../../opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:71:10: fatal
error: hwloc/bitmap.h: No such file or directory #include <hwloc/bitmap.h>*

And tar(3.1.2) version:
>*libtool:   error: cannot find the library '../../ompi/libmpi.la
<http://libmpi.la>' or unhandled argument '../../ompi/libmpi.la
<http://libmpi.la>'*

Please see also full log in attachment
Thanks, hope You will help(cos I passed a lot of time on it currently:) )


PS: if this is a bug or unimplemented feature(WLS is probably quite
specific platform), should I rise issue on github
<https://github.com/open-mpi/ompi/issues> project?


Regards, Oleg Kmechak

Attachment: OpenMPI_log.7z
Description: application/7z

_______________________________________________
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users

Reply via email to