[OMPI users] OMPI compilation error in Making all datatypes

2023-07-12 Thread Elad Cohen via users
Hello, I'm getting this error in both v4.1.4 and v4.1.5: Making all in datatype make[2]: Entering directory '/data/bin/openmpi-v4.1.5/openmpi-4.1.5/opal/datatype' CCLD libdatatype_reliable.la ranlib: '.libs/libdatatype_reliable.a': No such file make[2]: *** [Makefile:1870: libdatatype_reli

Re: [OMPI users] OMPI compilation error in Making all datatypes

2023-07-12 Thread Jeff Squyres (jsquyres) via users
The output you sent (in the attached tarball) in doesn't really make much sense: libtool: link: ar cru .libs/libdatatype_reliable.a .libs/libdatatype_reliable_la-opal_datatype_pack.o .libs/libdatatype_reliable_la-opal_datatype_unpack.o libtool: link: ranlib .libs/libdatatype_reliable.a ranlib

Re: [OMPI users] OMPI compilation error in Making all datatypes

2023-07-12 Thread Elad Cohen via users
Hi Jeff, thanks for replying opal/datatype/.libs/libdatatype_reliable.a doesn't exist. I tried building on a networked filesystem , and a local one . when building in /root - i'm getting ore output, but eventually the same error: make[2]: Entering directory '/root/openmpi-v4.1.5/openmpi-4.1

Re: [OMPI users] OMPI compilation error in Making all datatypes

2023-07-12 Thread George Bosilca via users
I can't replicate this on my setting, but I am not using the tar archive from the OMPI website (I use the git tag). Can you do `ls -l opal/datatype/.lib` in your build directory. George. On Wed, Jul 12, 2023 at 7:14 AM Elad Cohen via users < users@lists.open-mpi.org> wrote: > Hi Jeff, thanks f

Re: [OMPI users] OMPI compilation error in Making all datatypes

2023-07-12 Thread Jeff Squyres (jsquyres) via users
If the file opal/datatype/.lib/libdatatype_reliable.a does not exist after running "ar cru .libs/libdatatype_reliable.a .libs/libdataty...etc.", then there is something wrong with your system. Specifically, "ar" is a Linux command that makes an archive file; this command is not part of Open MPI