Skip to content

Instantly share code, notes, and snippets.

@uilianries
Created December 5, 2024 15:11
Show Gist options
  • Save uilianries/696011b2317d6a3e84afcdbe6ddf93d8 to your computer and use it in GitHub Desktop.
Save uilianries/696011b2317d6a3e84afcdbe6ddf93d8 to your computer and use it in GitHub Desktop.
openmpi 4.1.6 static build on Ubuntu 20.04
This file has been truncated, but you can view the full file.
======== Exporting recipe to the cache ========
openmpi/4.1.6: Exporting package recipe: /home/conan/project/all/conanfile.py
openmpi/4.1.6: exports: File 'conandata.yml' found. Exporting it...
openmpi/4.1.6: Copied 1 '.py' file: conanfile.py
openmpi/4.1.6: Copied 1 '.yml' file: conandata.yml
openmpi/4.1.6: Exported to cache folder: /home/conan/.conan2/p/openm7c5fecc9457b7/e
openmpi/4.1.6: Exported: openmpi/4.1.6#c131371eeca1f2c1cb3875092536989a (2024-12-05 15:03:22 UTC)
======== Input profiles ========
Profile host:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu14
compiler.libcxx=libstdc++11
compiler.version=9
os=Linux
[conf]
tools.build:verbosity=verbose
tools.compilation:verbosity=verbose
Profile build:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu14
compiler.libcxx=libstdc++11
compiler.version=9
os=Linux
======== Computing dependency graph ========
Graph root
cli
Requirements
hwloc/2.10.0#bed2f8270a9b628e5de1b15976a9ea3c - Cache
libnl/3.8.0#c22fd186afa100973759b3a108f65227 - Cache
openmpi/4.1.6#c131371eeca1f2c1cb3875092536989a - Cache
zlib/1.3.1#f52e03ae3d251dec704634230cd806a2 - Cache
Build requirements
bison/3.8.2#ed1ba0c42d2ab7ab64fc3a62e9ecc673 - Cache
flex/2.6.4#e35bc44b3fcbcd661e0af0dc5b5b1ad4 - Cache
m4/1.4.19#b38ced39a01e31fef5435bc634461fd2 - Cache
Resolved version ranges
zlib/[>=1.2.11 <2]: zlib/1.3.1
======== Computing necessary packages ========
openmpi/4.1.6: Forced build from source
Requirements
hwloc/2.10.0#bed2f8270a9b628e5de1b15976a9ea3c:4cd8e3786e8320e326c252c19557ae05ebb3ae30#e7c78ba6c94b5cfa2779ffb04ad645a7 - Cache
libnl/3.8.0#c22fd186afa100973759b3a108f65227:72c852c5f0ae27ca0b1741e5fd7c8b8be91a590a#e7391d799047996f2869e3fe91e90e09 - Cache
openmpi/4.1.6#c131371eeca1f2c1cb3875092536989a:53fd97bae148487adbbebcdd41b58a7ca647b64f - Build
zlib/1.3.1#f52e03ae3d251dec704634230cd806a2:72c852c5f0ae27ca0b1741e5fd7c8b8be91a590a#d23c51b101617504aaad1c1732e41272 - Cache
Build requirements
Skipped binaries
bison/3.8.2, flex/2.6.4, m4/1.4.19
======== Installing packages ========
hwloc/2.10.0: Already installed! (1 of 4)
zlib/1.3.1: Already installed! (2 of 4)
libnl/3.8.0: Already installed! (3 of 4)
-------- Installing package openmpi/4.1.6 (4 of 4) --------
openmpi/4.1.6: Building from source
openmpi/4.1.6: Package openmpi/4.1.6:53fd97bae148487adbbebcdd41b58a7ca647b64f
openmpi/4.1.6: Copying sources to build folder
openmpi/4.1.6: Building your package in /home/conan/.conan2/p/b/openm7d55797ee1f5e/b
openmpi/4.1.6: Calling generate()
openmpi/4.1.6: Generators folder: /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/conan
openmpi/4.1.6: Generating aggregated env files
openmpi/4.1.6: Generated aggregated env files: ['conanbuild.sh']
openmpi/4.1.6: Calling build()
openmpi/4.1.6: RUN: "/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/configure" --disable-shared --enable-static --prefix=/ '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' --enable-mpi-fortran=no --enable-mpi-cxx=no --enable-cxx-exceptions=no --with-hwloc=/home/conan/.conan2/p/b/hwlocfde138c191c7c/p --with-libnl=/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p --with-verbs=no --with-zlib=/home/conan/.conan2/p/b/zlib272f72af33912/p --with-pic --disable-wrapper-rpath --disable-wrapper-runpath --exec-prefix=/ '--datarootdir=${prefix}/res' --with-alps=no --with-cuda=no --with-fca=no --with-gpfs=no --with-hcoll=no --with-ime=no --with-lsf=no --with-lustre=no --with-memkind=no --with-moab=no --with-mxm=no --with-ofi=no --with-pmi=no --with-pmix=internal --with-portals4=no --with-psm2=no --with-psm=no --with-pvfs2=no --with-treematch=no --with-ucx=no --with-valgrind=no --with-x=no --with-xpmem=no --with-libltdl=no
checking for perl... perl
============================================================================
== Configuring Open MPI
============================================================================
*** Startup tests
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking whether /usr/bin/gcc understands -c and -o together... yes
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1001' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking dependency style of /usr/bin/gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking directory of build tree... /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release
checking directory of source tree... /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src
checking directory of prefix... /
*** Checking versions
checking for repo version... v4.1.6
checking Open MPI version... 4.1.6
checking Open MPI release date... Sep 30, 2023
checking Open MPI repository version... v4.1.6
checking for repo version... v4.1.6
checking Open MPI Run-Time Environment version... 4.1.6
checking Open MPI Run-Time Environment release date... Sep 30, 2023
checking Open MPI Run-Time Environment repository version... v4.1.6
checking for repo version... v4.1.6
checking Open SHMEM version... 4.1.6
checking Open SHMEM release date... Sep 30, 2023
checking Open SHMEM repository version... v4.1.6
checking for repo version... v4.1.6
checking Open Portable Access Layer version... 4.1.6
checking Open Portable Access Layer release date... Sep 30, 2023
checking Open Portable Access Layer repository version... v4.1.6
checking for bootstrap Autoconf version... 2.69
checking for bootstrap Automake version... 1.15
checking for boostrap Libtool version... 2.4.6
*** Initialization, setup
configure: builddir: /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release
configure: srcdir: /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src
configure: Detected VPATH build
installing to directory "/"
*** OPAL Configuration options
checking if want to run code coverage... no
checking if want to compile with branch probabilities... no
checking if want to debug memory usage... no
checking if want to profile memory usage... no
checking if want developer-level compiler pickyness... no
checking if want developer-level debugging code... no
checking if want to developer-level timing framework... no
checking if want to install project-internal header files... no
checking if want pretty-print stacktrace... yes
checking if want pty support... yes
checking if want weak symbol support... yes
checking if want dlopen support... yes
checking for default value of mca_base_component_show_load_errors... enabled by default
checking if want heterogeneous support... no
checking if word-sized integers must be word-size aligned... no
checking if want IPv6 support... no
checking if want package/brand string... Open MPI conan@5ae7c6959d7a Distribution
checking if want ident string... 4.1.6
checking if want to use an alternative checksum algo for messages... no
checking maximum length of processor name... 256
checking maximum length of error string... 256
checking maximum length of object name... 64
checking maximum length of info key... 36
checking maximum length of info val... 256
checking maximum length of port name... 1024
checking maximum length of datarep string... 128
checking if want getpwuid support... yes
checking for zlib in... /home/conan/.conan2/p/b/zlib272f72af33912/p and /home/conan/.conan2/p/b/zlib272f72af33912/p/lib
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for library containing deflate... none required
checking if libz requires libnl v1 or v3...
checking will zlib support be built... yes
checking __NetBSD__... no
checking __FreeBSD__... no
checking __OpenBSD__... no
checking __DragonFly__... no
checking __386BSD__... no
checking __bsdi__... no
checking __APPLE__... no
checking __linux__... yes
checking __sun__... no
checking __sun... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking for struct sockaddr_in... yes
checking if --with-cuda is set... not set (--with-cuda=no)
checking whether CU_POINTER_ATTRIBUTE_SYNC_MEMOPS is declared... no
checking whether cuPointerGetAttributes is declared... no
checking if have cuda support... no
checking if user requested PMI support... no
checking if user requested internal PMIx support(internal)... yes
checking PMIx version to be used... internal
*** ORTE Configuration options
checking if want orterun "--prefix" behavior to be enabled by default... no
*** OMPI Configuration options
checking if want compile-time warnings inside of mpi.h... yes
checking if want sparse process groups... no
checking if want peruse support... no
checking if want Fortran MPI bindings... no (none)
checking if want C++ bindings... no
checking if want MPI::SEEK_SET support... yes
checking if want run-time MPI parameter checking... runtime
*** OSHMEM Configuration options
checking if want oshmem... yes
checking if want SGI/Quadrics compatibility mode... yes
checking if want OSHMEM API parameter checking... always
checking for on_exit... yes
checking if want pshmem... yes
checking if want to build OSHMEM fortran bindings... no
no
checking if want custom libmpi(_FOO) name... mpi
checking if want wrapper compiler rpath support... no
checking if want wrapper compiler runpath support... no
============================================================================
== Compiler and preprocessor tests
============================================================================
*** C compiler and preprocessor
checking for gcc... (cached) /usr/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc accepts -g... (cached) yes
checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed
checking whether /usr/bin/gcc understands -c and -o together... (cached) yes
checking if /usr/bin/gcc requires a flag for C11... no
configure: verifying /usr/bin/gcc supports C11 without a flag
checking if /usr/bin/gcc supports C11 _Thread_local... yes
checking if /usr/bin/gcc supports C11 atomic variables... yes
checking if /usr/bin/gcc supports C11 _Atomic keyword... yes
checking if /usr/bin/gcc supports C11 _Generic keyword... yes
checking if /usr/bin/gcc supports C11 _Static_assert... yes
checking if /usr/bin/gcc supports C11 atomic_fetch_xor_explicit... yes
configure: no flag required for C11 support
checking if /usr/bin/gcc supports __thread... yes
checking if /usr/bin/gcc supports C11 _Thread_local... yes
checking for the C compiler vendor... gnu
checking for ANSI C header files... (cached) yes
checking if /usr/bin/gcc supports -finline-functions... yes
checking if /usr/bin/gcc supports -fno-strict-aliasing... yes
configure: WARNING: -fno-strict-aliasing has been added to CFLAGS
checking if /usr/bin/gcc supports __builtin_expect... yes
checking if /usr/bin/gcc supports __builtin_prefetch... yes
checking if /usr/bin/gcc supports __builtin_clz... yes
checking for C optimization flags... -DNDEBUG -m64 -fPIC -O3 -finline-functions -fno-strict-aliasing
checking for Interix environment... no
checking for C ident string support... #ident
checking for int8_t... yes
checking for uint8_t... yes
checking for int16_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking for int128_t... no
checking for __int128... yes
checking for uint128_t... no
checking for long long... yes
checking for __float128... yes
checking for long double... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for float _Complex... yes
checking for double _Complex... yes
checking for long double _Complex... yes
checking for intptr_t... yes
checking for uintptr_t... yes
checking for mode_t... yes
checking for ssize_t... yes
checking for ptrdiff_t... yes
checking size of _Bool... 1
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking size of __float128... 16
checking size of float _Complex... 8
checking size of double _Complex... 16
checking size of long double _Complex... 32
checking size of void *... 8
checking size of size_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of wchar_t... 4
checking size of pid_t... 4
checking size of atomic_short... 2
checking size of atomic_int... 4
checking size of atomic_long... 8
checking size of atomic_llong... 8
checking alignment of bool... 1
checking alignment of int8_t... 1
checking alignment of int16_t... 2
checking alignment of int32_t... 4
checking alignment of int64_t... 8
checking alignment of char... 1
checking alignment of short... 2
checking alignment of wchar_t... 4
checking alignment of int... 4
checking alignment of long... 8
checking alignment of long long... 8
checking alignment of float... 4
checking alignment of double... 8
checking alignment of long double... 16
checking alignment of __float128... 16
checking alignment of float _Complex... 4
checking alignment of double _Complex... 8
checking alignment of long double _Complex... 16
checking alignment of void *... 8
checking alignment of size_t... 8
checking for weak symbol support... yes
checking for macro weak symbol support... yes
checking for functional offsetof macro... yes
*** C++ compiler and preprocessor
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++ accepts -g... yes
checking dependency style of /usr/bin/g++... gcc3
checking how to run the C++ preprocessor... /usr/bin/g++ -E
checking for the C++ compiler vendor... gnu
checking if /usr/bin/g++ supports -finline-functions... yes
configure: WARNING: -finline-functions has been added to CXXFLAGS
checking if C and C++ are link compatible... yes
checking for C++ optimization flags... -DNDEBUG -m64 -fPIC -O3 -finline-functions
checking size of bool... 1
checking alignment of bool... (cached) 1
*** C++ compiler and preprocessor
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether /usr/bin/g++ accepts -g... (cached) yes
checking dependency style of /usr/bin/g++... (cached) gcc3
checking how to run the C++ preprocessor... /usr/bin/g++ -E
checking if C++ compiler works... yes
checking if /usr/bin/g++ supports -finline-functions... yes
configure: WARNING: -finline-functions has been added to CXXFLAGS
checking if C and C++ are link compatible... (cached) yes
checking for C++ optimization flags... -DNDEBUG -m64 -fPIC -O3 -finline-functions
checking size of bool... (cached) 1
checking alignment of bool... (cached) 1
checking if able to build the MPI C++ bindings... no
checking if want C++ exception handling... skipped
*** Compiler characteristics
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... yes
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(deprecated_argument)... yes
checking for __attribute__(error)... yes
checking for __attribute__(format)... yes
checking for __attribute__(format_funcptr)... yes
checking for __attribute__(hot)... yes
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... yes
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(noinline)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(noreturn_funcptr)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(visibility)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking for __attribute__(destructor)... yes
checking for __attribute__(optnone)... no
checking for __attribute__(extension)... yes
checking for compiler familyid... 1
checking for compiler familyname... GNU
checking for compiler version... 590848
checking for compiler version_str... 9.4.0
*** Java MPI bindings
checking if want Java bindings... no
*** OpenSHMEM profiling
checking if pshmem will be enabled... yes (weak symbols supported)
*** Assembler
checking dependency style of /usr/bin/gcc... gcc3
checking for fgrep... /usr/bin/grep -F
checking for __atomic builtin atomics... yes
checking for __atomic_compare_exchange_n... no
checking for __atomic_compare_exchange_n with -mcx16... no
checking for __atomic_compare_exchange_n with -latomic... yes
checking if __atomic_compare_exchange_n() gives correct results... yes
checking if __int128 atomic compare-and-swap is always lock-free... no
checking for __sync_bool_compare_and_swap... no
checking for __sync_bool_compare_and_swap with -mcx16... yes
checking if __sync_bool_compare_and_swap() gives correct results... yes
checking for cmpxchg16b... yes
checking if cmpxchg16b() gives correct results... yes
checking if cmpxchg16b_result works... yes
checking for assembly architecture... X86_64
checking for RDTSCP assembly support... no
checking for builtin atomics... BUILTIN_GCC
*** Fortran compiler
checking whether we are using the GNU Fortran compiler... yes
checking whether /usr/bin/gfortran accepts -g... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking if Fortran compiler supports CHARACTER... skipped
checking if Fortran compiler supports LOGICAL... skipped
checking if Fortran compiler supports LOGICAL*1... skipped
checking if Fortran compiler supports LOGICAL*2... skipped
checking if Fortran compiler supports LOGICAL*4... skipped
checking if Fortran compiler supports LOGICAL*8... skipped
checking if Fortran compiler supports INTEGER... skipped
checking if Fortran compiler supports INTEGER*1... skipped
checking if Fortran compiler supports INTEGER*2... skipped
checking if Fortran compiler supports INTEGER*4... skipped
checking if Fortran compiler supports INTEGER*8... skipped
checking if Fortran compiler supports INTEGER*16... skipped
checking if Fortran compiler supports REAL... skipped
checking if Fortran compiler supports REAL*2... skipped
checking if Fortran compiler supports REAL*4... skipped
checking if Fortran compiler supports REAL*8... skipped
checking if Fortran compiler supports REAL*16... skipped
checking for C type matching bit representation of REAL*16... skipped (no Fortran MPI bindings)
configure: WARNING: MPI_REAL16 and MPI_COMPLEX32 support have been disabled
checking if Fortran compiler supports DOUBLE PRECISION... skipped
checking if Fortran compiler supports COMPLEX... skipped
checking if Fortran compiler supports COMPLEX*4... skipped
checking if Fortran compiler supports COMPLEX*8... skipped
checking if Fortran compiler supports COMPLEX*16... skipped
checking if Fortran compiler supports COMPLEX*32... skipped
checking if Fortran compiler supports DOUBLE COMPLEX... skipped
checking for max Fortran MPI handle index... 2147483647
checking Fortran value for .TRUE. logical type... 77
checking for correct handling of Fortran logical arrays... skipped
checking max supported Fortran array rank... 0
checking for the value of MPI_STATUS_SIZE... 6 Fortran INTEGERs
checking KIND value of Fortran C_INT16_T... skipped
checking KIND value of Fortran C_INT32_T... skipped
checking KIND value of Fortran C_INT64_T... skipped
checking if building Fortran mpif.h bindings... no
checking if building Fortran 'use mpi' bindings... no
checking if sizeof(C int) == sizeof(Fortran INTEGER)... yes
checking if building Fortran 'use mpi_f08' bindings... no
============================================================================
== Header file tests
============================================================================
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking aio.h usability... yes
checking aio.h presence... yes
checking for aio.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking for memory.h... (cached) yes
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for netinet/tcp.h... (cached) yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for strings.h... (cached) yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking linux/ethtool.h usability... yes
checking linux/ethtool.h presence... yes
checking for linux/ethtool.h... yes
checking linux/sockios.h usability... yes
checking linux/sockios.h presence... yes
checking for linux/sockios.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for sys/stat.h... (cached) yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/tree.h usability... no
checking sys/tree.h presence... no
checking for sys/tree.h... no
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking net/uio.h usability... no
checking net/uio.h presence... no
checking for net/uio.h... no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking ulimit.h usability... yes
checking ulimit.h presence... yes
checking for ulimit.h... yes
checking for unistd.h... (cached) yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking ioLib.h usability... no
checking ioLib.h presence... no
checking for ioLib.h... no
checking sockLib.h usability... no
checking sockLib.h presence... no
checking for sockLib.h... no
checking hostLib.h usability... no
checking hostLib.h presence... no
checking for hostLib.h... no
checking shlwapi.h usability... no
checking shlwapi.h presence... no
checking for shlwapi.h... no
checking sys/synch.h usability... no
checking sys/synch.h presence... no
checking for sys/synch.h... no
checking db.h usability... no
checking db.h presence... no
checking for db.h... no
checking ndbm.h usability... no
checking ndbm.h presence... no
checking for ndbm.h... no
checking for zlib.h... (cached) yes
checking ieee754.h usability... yes
checking ieee754.h presence... yes
checking for ieee754.h... yes
checking for sys/mount.h... yes
checking for sys/sysctl.h... yes
checking for net/if.h... yes
============================================================================
== Type tests
============================================================================
checking for socklen_t... yes
checking for struct sockaddr_in... (cached) yes
checking for struct sockaddr_in6... yes
checking for struct sockaddr_storage... yes
checking for struct ifreq... yes
checking for struct ethtool_cmd... yes
checking whether ethtool_cmd_speed is declared... yes
checking whether SIOCETHTOOL is declared... yes
checking for struct ethtool_cmd.speed_hi... yes
checking for struct ethtool_cmd.speed_hi... (cached) yes
checking for struct ethtool_cmd.speed_hi... (cached) yes
checking for struct ethtool_cmd.speed_hi... (cached) yes
checking whether AF_UNSPEC is declared... yes
checking whether PF_UNSPEC is declared... yes
checking whether AF_INET6 is declared... yes
checking whether PF_INET6 is declared... yes
checking if SA_RESTART defined in signal.h... yes
checking for struct sockaddr.sa_len... no
checking for struct dirent.d_type... yes
checking for siginfo_t.si_fd... yes
checking for siginfo_t.si_band... yes
checking for struct statfs.f_type... yes
checking for struct statfs.f_fstypename... no
checking for struct statvfs.f_basetype... no
checking for struct statvfs.f_fstypename... no
checking for type of MPI_Aint... ptrdiff_t (size: 8)
checking for type of MPI_Count... long long (size: 8)
checking for type of MPI_Offset... long long (size: 8)
checking for an MPI datatype for MPI_Offset... MPI_LONG_LONG
checking the linker for support for the -fini option... yes
============================================================================
== Library and Function tests
============================================================================
checking for library containing openpty... -lutil
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for library containing sched_yield... none required
checking for library containing dirname... none required
checking for library containing ceil... none required
checking for library containing clock_gettime... none required
checking for asprintf... yes
checking for snprintf... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking for openpty... yes
checking for isatty... yes
checking for getpwuid... yes
checking for fork... yes
checking for waitpid... yes
checking for execve... yes
checking for pipe... yes
checking for ptsname... yes
checking for setsid... yes
checking for mmap... yes
checking for tcgetpgrp... yes
checking for posix_memalign... yes
checking for strsignal... yes
checking for sysconf... yes
checking for syslog... yes
checking for vsyslog... yes
checking for regcmp... no
checking for regexec... yes
checking for regfree... yes
checking for _NSGetEnviron... no
checking for socketpair... yes
checking for strncpy_s... no
checking for usleep... yes
checking for mkfifo... yes
checking for dbopen... no
checking for dbm_open... no
checking for statfs... yes
checking for statvfs... yes
checking for setpgid... yes
checking for setenv... yes
checking for __malloc_initialize_hook... no
checking for __clear_cache... yes
checking for htonl define... no
checking for htonl... yes
checking whether va_copy is declared... yes
checking whether __va_copy is declared... yes
checking whether __func__ is declared... yes
============================================================================
== System-specific tests
============================================================================
checking for _SC_NPROCESSORS_ONLN... yes
checking whether byte ordering is bigendian... no
checking for broken qsort... no
checking if C compiler and POSIX threads work as is... yes
checking if C++ compiler and POSIX threads work as is... yes
checking for pthread_mutexattr_setpshared... yes
checking for pthread_condattr_setpshared... yes
checking for PTHREAD_MUTEX_ERRORCHECK_NP... yes
checking for PTHREAD_MUTEX_ERRORCHECK... yes
checking for working POSIX threads package... yes
checking if threads have different pids (pthreads on linux)... no
checking whether ln -s works... yes
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/grep -E
checking dependency style of /usr/bin/gcc... (cached) gcc3
checking for flex... no
checking for lex... no
checking for flavor of ps to use... ps -A -o fname,pid,uid
checking if build filesystem is case sensitive... yes
checking if configuring for case sensitive filesystem... yes
checking whether RLIMIT_NPROC is declared... yes
checking whether RLIMIT_MEMLOCK is declared... yes
checking whether RLIMIT_NOFILE is declared... yes
checking whether RLIMIT_FSIZE is declared... yes
checking whether RLIMIT_CORE is declared... yes
checking whether RLIMIT_STACK is declared... yes
checking whether RLIMIT_AS is declared... yes
============================================================================
== Modular Component Architecture (MCA) setup
============================================================================
checking for subdir args... '--disable-shared' '--enable-static' '--prefix=/' '--bindir=//bin' '--sbindir=//bin' '--libdir=//lib' '--includedir=//include' '--oldincludedir=//include' '--enable-mpi-fortran=no' '--enable-mpi-cxx=no' '--enable-cxx-exceptions=no' '--with-hwloc=/home/conan/.conan2/p/b/hwlocfde138c191c7c/p' '--with-libnl=/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p' '--with-verbs=no' '--with-zlib=/home/conan/.conan2/p/b/zlib272f72af33912/p' '--with-pic' '--disable-wrapper-rpath' '--disable-wrapper-runpath' '--exec-prefix=/' '--datarootdir=//res' '--with-alps=no' '--with-cuda=no' '--with-fca=no' '--with-gpfs=no' '--with-hcoll=no' '--with-ime=no' '--with-lsf=no' '--with-lustre=no' '--with-memkind=no' '--with-moab=no' '--with-mxm=no' '--with-ofi=no' '--with-pmi=no' '--with-portals4=no' '--with-psm2=no' '--with-psm=no' '--with-pvfs2=no' '--with-treematch=no' '--with-ucx=no' '--with-valgrind=no' '--with-x=no' '--with-xpmem=no' '--with-libltdl=no' 'CC=/usr/bin/gcc' 'CFLAGS= -m64 -fPIC -O3' 'LDFLAGS= -m64 -L/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/lib -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib -L/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/lib' 'LIBS= -lnl-cli-3 -lnl-nf-3 -lnl-xfrm-3 -lnl-idiag-3 -lnl-genl-3 -lnl-route-3 -lnl-3 -lz -lhwloc -ldl -lpthread -lm' 'CPPFLAGS= -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include' 'CXX=/usr/bin/g++' 'CXXFLAGS= -m64 -fPIC -O3' 'FC=/usr/bin/gfortran' 'PKG_CONFIG_PATH=/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/conan/../../build-release/conan:'
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking --with-verbs value... simple no (specified --without-verbs)
checking --with-verbs-libdir value... simple ok (unspecified value)
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X... disabled
==> Pre-emptively configuring the hwloc framework to satisfy dependencies.
checking whether to enable hwloc PCI device support... yes (default)
+++ Configuring MCA framework hwloc
checking for no configure components in framework hwloc...
checking for m4 configure components in framework hwloc... external, hwloc201
--- MCA component hwloc:external (m4 configuration macro, priority 90)
checking for MCA component hwloc:external compile mode... static
checking --with-hwloc-libdir value... simple ok (unspecified value)
checking looking for external hwloc in... (/home/conan/.conan2/p/b/hwlocfde138c191c7c/p)
checking hwloc.h usability... yes
checking hwloc.h presence... yes
checking for hwloc.h... yes
looking for library in lib
checking for library containing hwloc_topology_init... none required
checking if libhwloc requires libnl v1 or v3...
checking if external hwloc version is 1.5 or greater... yes
checking whether HWLOC_OBJ_OSDEV_COPROC is declared... yes
checking for hwloc_topology_dup... yes
checking if external hwloc supports XML... /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/configure: line 80547: /home/conan/.conan2/p/b/hwlocfde138c191c7c/p/bin/lstopo: No such file or directory
no
checking infiniband/verbs.h usability... no
checking infiniband/verbs.h presence... no
checking for infiniband/verbs.h... no
checking if MCA component hwloc:external can compile... yes
--- MCA component hwloc:hwloc201 (m4 configuration macro, priority 80)
checking for MCA component hwloc:hwloc201 compile mode... static
checking if hwloc external component succeeded... yes
configure: hwloc:external succeeded, so this component will be configured, but then will be skipped
checking hwloc building mode... embedded
configure: hwloc builddir: /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/hwloc/hwloc201/hwloc
configure: hwloc srcdir: /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/hwloc201/hwloc
configure: Detected VPATH build
checking for hwloc version... 2.0.2rc1-git
checking if want hwloc maintainer support... disabled (embedded mode)
checking for hwloc directory prefix... opal/mca/hwloc/hwloc201/hwloc/
checking for hwloc symbol prefix... hwloc_
checking for /usr/bin/gcc option to accept ISO C99... none needed
checking size of void *... (cached) 8
checking which OS support to include... Linux
checking which CPU support to include... x86_64
checking size of unsigned long... 8
checking size of unsigned int... 4
checking for the C compiler vendor... gnu
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... yes
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... yes
checking for __attribute__(hot)... yes
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... yes
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking if /usr/bin/gcc supports -fvisibility=hidden... yes
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
checking whether the C compiler rejects function calls with too many arguments... yes
checking whether the C compiler rejects function calls with too few arguments... yes
checking for unistd.h... (cached) yes
checking for dirent.h... (cached) yes
checking for strings.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking whether function strncasecmp has a complete prototype... yes
checking for strftime... yes
checking for setlocale... yes
checking for stdint.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for KAFFINITY... no
checking for PROCESSOR_CACHE_TYPE... no
checking for CACHE_DESCRIPTOR... no
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
checking for RelationProcessorPackage... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
checking for GROUP_AFFINITY... no
checking for PROCESSOR_RELATIONSHIP... no
checking for NUMA_NODE_RELATIONSHIP... no
checking for CACHE_RELATIONSHIP... no
checking for PROCESSOR_GROUP_INFO... no
checking for GROUP_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
checking for PSAPI_WORKING_SET_EX_BLOCK... no
checking for PSAPI_WORKING_SET_EX_INFORMATION... no
checking for PROCESSOR_NUMBER... no
checking for main in -lgdi32... no
checking for PostQuitMessage in -luser32... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/lgrp_user.h usability... no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking whether fabsf is declared... yes
checking for fabsf in -lm... yes
checking picl.h usability... no
checking picl.h presence... no
checking for picl.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_PAGESIZE is declared... yes
checking whether _SC_PAGE_SIZE is declared... yes
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking for sys/param.h... (cached) yes
checking for sys/sysctl.h... (cached) yes
checking whether CTL_HW is declared... no
checking whether HW_NCPU is declared... no
checking whether strtoull is declared... yes
checking for ssize_t... (cached) yes
checking whether snprintf is declared... yes
checking whether strcasecmp is declared... yes
checking whether _strdup is declared... no
checking whether _putenv is declared... no
checking whether getprogname is declared... no
checking whether getexecname is declared... no
checking whether GetModuleFileName is declared... no
checking for program_invocation_name... yes
checking for __progname... yes
checking for pthread_t... yes
checking whether sched_getcpu is declared... yes
checking whether sched_setaffinity is declared... yes
checking whether function sched_setaffinity has a complete prototype... yes
checking for old prototype of sched_setaffinity... no
checking for working CPU_SET... yes
checking for working CPU_SET_S... yes
checking for working syscall with 6 parameters... yes
checking for lib... no
checking for bash... /bin/bash
checking for ffs... yes
checking whether ffs is declared... yes
checking whether function ffs has a complete prototype... yes
checking for ffsl... yes
checking whether ffsl is declared... yes
checking whether function ffsl has a complete prototype... yes
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking for malloc.h... (cached) yes
checking for getpagesize... yes
checking for memalign... yes
checking for posix_memalign... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for uname... yes
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking whether pthread_setaffinity_np is declared... yes
checking whether pthread_getaffinity_np is declared... yes
checking for sched_setaffinity... yes
checking for sys/cpuset.h... no
checking for cpuset_setaffinity... no
checking for library containing pthread_getthrds_np... no
checking for cpuset_setid... no
checking libudev.h usability... no
checking libudev.h presence... no
checking for libudev.h... no
checking for PCIACCESS... no
checking pciaccess.h usability... no
checking pciaccess.h presence... no
checking for pciaccess.h... no
checking X11/Xlib.h usability... no
checking X11/Xlib.h presence... no
checking for X11/Xlib.h... no
checking for x86 cpuid... yes
checking for pthread_mutex_lock... yes
checking if plugin support is enabled... no
checking components to build statically... noos xml synthetic xml_nolibxml linux linuxio x86
checking components to build as plugins...
checking whether hwloc configure succeeded... yes
checking for infiniband/verbs.h... (cached) no
configure: using an external hwloc; disqualifying this component
checking if MCA component hwloc:hwloc201 can compile... no
checking for winning hwloc component header file... opal/mca/hwloc/external/external.h
<== Pre-emptive hwloc framework configuration complete.
<== We now return you to your regularly scheduled programming.
checking which components should be disabled...
checking which components should be direct-linked into the library...
checking which components should be run-time loadable... none
configure: WARNING: *** Shared libraries have been disabled (--disable-shared)
configure: WARNING: *** Building MCA components as DSOs automatically disabled
checking which components should be static... none
checking for projects containing MCA frameworks... opal, orte, ompi, oshmem
*** Configuring MCA for opal
checking for frameworks for opal... common, allocator, backtrace, btl, compress, crs, dl, event, hwloc, if, installdirs, memchecker, memcpy, memory, mpool, patcher, pmix, pstat, rcache, reachable, shmem, timer
+++ Configuring MCA framework common
checking for no configure components in framework common...
checking for m4 configure components in framework common... cuda, ofi, sm, ucx, verbs, verbs_usnic
--- MCA component common:cuda (m4 configuration macro)
checking for MCA component common:cuda compile mode... static
checking if MCA component common:cuda can compile... no
--- MCA component common:ofi (m4 configuration macro)
checking for MCA component common:ofi compile mode... static
checking --with-ofi value... simple no (specified --without-ofi)
checking --with-ofi-libdir value... simple ok (unspecified value)
checking if MCA component common:ofi can compile... no
--- MCA component common:sm (m4 configuration macro)
checking for MCA component common:sm compile mode... static
checking if MCA component common:sm can compile... yes
--- MCA component common:ucx (m4 configuration macro)
checking for MCA component common:ucx compile mode... static
checking --with-ucx value... simple no (specified --without-ucx)
checking --with-ucx-libdir value... simple ok (unspecified value)
checking whether open_memstream is declared... yes
checking if MCA component common:ucx can compile... no
--- MCA component common:verbs (m4 configuration macro)
checking for MCA component common:verbs compile mode... static
checking if want to add padding to the openib BTL control header... no
checking if ConnectX XRC support is enabled... no
checking if ConnectIB XRC support is enabled... no
checking if dynamic SL is enabled... no
checking if MCA component common:verbs can compile... no
--- MCA component common:verbs_usnic (m4 configuration macro)
checking for MCA component common:verbs_usnic compile mode... static
checking if MCA component common:verbs_usnic can compile... no
+++ Configuring MCA framework allocator
checking for no configure components in framework allocator... basic, bucket
checking for m4 configure components in framework allocator...
--- MCA component allocator:basic (no configuration)
checking for MCA component allocator:basic compile mode... static
checking if MCA component allocator:basic can compile... yes
--- MCA component allocator:bucket (no configuration)
checking for MCA component allocator:bucket compile mode... static
checking if MCA component allocator:bucket can compile... yes
+++ Configuring MCA framework backtrace
checking for no configure components in framework backtrace...
checking for m4 configure components in framework backtrace... execinfo, none, printstack
--- MCA component backtrace:execinfo (m4 configuration macro, priority 30)
checking for MCA component backtrace:execinfo compile mode... static
checking for execinfo.h... (cached) yes
checking for library containing backtrace... none required
checking if MCA component backtrace:execinfo can compile... yes
--- MCA component backtrace:printstack (m4 configuration macro, priority 30)
checking for MCA component backtrace:printstack compile mode... static
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking for printstack... no
checking if MCA component backtrace:printstack can compile... no
--- MCA component backtrace:none (m4 configuration macro, priority 0)
checking for MCA component backtrace:none compile mode... static
checking if MCA component backtrace:none can compile... no
+++ Configuring MCA framework btl
checking for no configure components in framework btl... self
checking for m4 configure components in framework btl... ofi, openib, portals4, sm, smcuda, tcp, uct, ugni, usnic, vader
--- MCA component btl:self (no configuration)
checking for MCA component btl:self compile mode... static
checking if MCA component btl:self can compile... yes
--- MCA component btl:ofi (m4 configuration macro)
checking for MCA component btl:ofi compile mode... static
checking if OFI libfabric is available... no
checking if MCA component btl:ofi can compile... no
--- MCA component btl:openib (m4 configuration macro)
checking for MCA component btl:openib compile mode... static
checking whether expanded verbs are available... no
checking whether IBV_EXP_ATOMIC_HCA_REPLY_BE is declared... no
checking whether IBV_EXP_QP_CREATE_ATOMIC_BE_REPLY is declared... no
checking whether ibv_exp_create_qp is declared... no
checking whether ibv_exp_query_device is declared... no
checking whether IBV_EXP_QP_INIT_ATTR_ATOMICS_ARG is declared... no
checking for struct ibv_exp_device_attr.ext_atom... no
checking for struct ibv_exp_device_attr.exp_atomic_cap... no
checking if MCA component btl:openib can compile... no
--- MCA component btl:portals4 (m4 configuration macro)
checking for MCA component btl:portals4 compile mode... static
checking --with-portals4 value... simple no (specified --without-portals4)
checking --with-portals4-libdir value... simple ok (unspecified value)
checking whether to enable flow control... yes
checking if MCA component btl:portals4 can compile... no
--- MCA component btl:sm (m4 configuration macro)
checking for MCA component btl:sm compile mode... static
checking if MCA component btl:sm can compile... yes
--- MCA component btl:smcuda (m4 configuration macro)
checking for MCA component btl:smcuda compile mode... static
checking if MCA component btl:smcuda can compile... no
--- MCA component btl:tcp (m4 configuration macro)
checking for MCA component btl:tcp compile mode... static
checking for struct sockaddr_in... (cached) yes
checking if MCA component btl:tcp can compile... yes
--- MCA component btl:uct (m4 configuration macro)
checking for MCA component btl:uct compile mode... static
checking --with-ucx value... simple no (specified --without-ucx)
checking --with-ucx-libdir value... simple ok (unspecified value)
checking check uct version... yes
checking if MCA component btl:uct can compile... no
--- MCA component btl:ugni (m4 configuration macro)
checking for MCA component btl:ugni compile mode... static
checking for CRAY_UGNI... no
checking if MCA component btl:ugni can compile... no
--- MCA component btl:usnic (m4 configuration macro)
checking for MCA component btl:usnic compile mode... static
checking size of void *... (cached) 8
checking for 64 bit Linux... yes
checking if OFI libfabric is available... no
checking if MCA component btl:usnic can compile... no
--- MCA component btl:vader (m4 configuration macro)
checking for MCA component btl:vader compile mode... static
checking for Cray XPMEM support... checking for CRAY_XPMEM... no
checking --with-xpmem value... simple no (specified --without-xpmem)
checking --with-xpmem-libdir value... simple ok (unspecified value)
checking --with-knem value... simple ok (unspecified value)
checking knem_io.h usability... no
checking knem_io.h presence... no
checking for knem_io.h... no
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking for process_vm_readv... yes
checking for sys/prctl.h... (cached) yes
checking if MCA component btl:vader can compile... yes
+++ Configuring MCA framework compress
checking for no configure components in framework compress... bzip, gzip
checking for m4 configure components in framework compress...
--- MCA component compress:bzip (no configuration)
checking for MCA component compress:bzip compile mode... static
checking if MCA component compress:bzip can compile... yes
--- MCA component compress:gzip (no configuration)
checking for MCA component compress:gzip compile mode... static
checking if MCA component compress:gzip can compile... yes
+++ Configuring MCA framework crs
checking for no configure components in framework crs... none
checking for m4 configure components in framework crs... self
--- MCA component crs:none (no configuration)
checking for MCA component crs:none compile mode... static
checking if MCA component crs:none can compile... yes
--- MCA component crs:self (m4 configuration macro)
checking for MCA component crs:self compile mode... static
checking if MCA component crs:self can compile... no
+++ Configuring MCA framework dl
checking for no configure components in framework dl...
checking for m4 configure components in framework dl... dlopen, libltdl
--- MCA component dl:dlopen (m4 configuration macro, priority 80)
checking for MCA component dl:dlopen compile mode... static
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
looking for library without search path
checking for library containing dlopen... none required
checking if libdl requires libnl v1 or v3...
checking if MCA component dl:dlopen can compile... yes
--- MCA component dl:libltdl (m4 configuration macro, priority 50)
checking for MCA component dl:libltdl compile mode... static
checking --with-libltdl value... simple no (specified --without-libltdl)
checking --with-libltdl-libdir value... simple ok (unspecified value)
checking if MCA component dl:libltdl can compile... no
+++ Configuring MCA framework event
checking for no configure components in framework event...
checking for m4 configure components in framework event... external, libevent2022
--- MCA component event:external (m4 configuration macro, priority 90)
checking for MCA component event:external compile mode... static
checking --with-libevent-libdir value... simple ok (unspecified value)
checking for external libevent in... (default search paths)
checking event2/event.h usability... no
checking event2/event.h presence... no
checking for event2/event.h... no
checking for event_getcode4name in -levent... no
checking if MCA component event:external can compile... no
--- MCA component event:libevent2022 (m4 configuration macro, priority 80)
checking for MCA component event:libevent2022 compile mode... static
checking if event external component succeeded... no
configure: event:external failed, so this component will be used
checking libevent configuration args... --disable-dns --disable-http --disable-rpc --disable-openssl --enable-thread-support --disable-evport
configure: OPAL configuring in opal/mca/event/libevent2022/libevent
configure: running /bin/bash '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/configure' --disable-dns --disable-http --disable-rpc --disable-openssl --enable-thread-support --disable-evport '--disable-shared' '--enable-static' '--prefix=/' '--bindir=//bin' '--sbindir=//bin' '--libdir=//lib' '--includedir=//include' '--oldincludedir=//include' '--enable-mpi-fortran=no' '--enable-mpi-cxx=no' '--enable-cxx-exceptions=no' '--with-hwloc=/home/conan/.conan2/p/b/hwlocfde138c191c7c/p' '--with-libnl=/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p' '--with-verbs=no' '--with-zlib=/home/conan/.conan2/p/b/zlib272f72af33912/p' '--with-pic' '--disable-wrapper-rpath' '--disable-wrapper-runpath' '--exec-prefix=/' '--datarootdir=//res' '--with-alps=no' '--with-cuda=no' '--with-fca=no' '--with-gpfs=no' '--with-hcoll=no' '--with-ime=no' '--with-lsf=no' '--with-lustre=no' '--with-memkind=no' '--with-moab=no' '--with-mxm=no' '--with-ofi=no' '--with-pmi=no' '--with-portals4=no' '--with-psm2=no' '--with-psm=no' '--with-pvfs2=no' '--with-treematch=no' '--with-ucx=no' '--with-valgrind=no' '--with-x=no' '--with-xpmem=no' '--with-libltdl=no' 'CC=/usr/bin/gcc' 'CFLAGS= -m64 -fPIC -O3' 'LDFLAGS= -m64 -L/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/lib -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib -L/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/lib' 'LIBS= -lnl-cli-3 -lnl-nf-3 -lnl-xfrm-3 -lnl-idiag-3 -lnl-genl-3 -lnl-route-3 -lnl-3 -lz -lhwloc -ldl -lpthread -lm' 'CPPFLAGS= -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include' 'CXX=/usr/bin/g++' 'CXXFLAGS= -m64 -fPIC -O3' 'FC=/usr/bin/gfortran' 'PKG_CONFIG_PATH=/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/conan/../../build-release/conan:' 'CPPFLAGS=-I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random' --cache-file=/dev/null --srcdir=/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent --disable-option-checking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking whether /usr/bin/gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking whether ln -s works... yes
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether /usr/bin/gcc needs -traditional... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/gcc static flag -static works... no
checking if /usr/bin/gcc supports -c -o file.o... yes
checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for library containing inet_ntoa... none required
checking for library containing socket... none required
checking for library containing inet_aton... none required
checking for library containing clock_gettime... none required
checking for library containing sendfile... none required
checking for WIN32... no
checking for CYGWIN... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for library containing inflateEnd... -lz
checking openssl/bio.h usability... no
checking openssl/bio.h presence... no
checking for openssl/bio.h... no
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking for unistd.h... (cached) yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking port.h usability... no
checking port.h presence... no
checking for port.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in6.h usability... no
checking netinet/in6.h presence... no
checking for netinet/in6.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/sysctl.h... yes
checking for TAILQ_FOREACH in sys/queue.h... yes
checking for timeradd in sys/time.h... yes
checking for timercmp in sys/time.h... yes
checking for timerclear in sys/time.h... yes
checking for timerisset in sys/time.h... yes
checking whether CTL_KERN is declared... yes
checking whether KERN_RANDOM is declared... yes
checking whether RANDOM_UUID is declared... yes
checking whether KERN_ARND is declared... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking for gettimeofday... yes
checking for vasprintf... yes
checking for fcntl... yes
checking for clock_gettime... yes
checking for strtok_r... yes
checking for strsep... yes
checking for getnameinfo... yes
checking for strlcpy... no
checking for inet_ntop... yes
checking for inet_pton... yes
checking for signal... yes
checking for sigaction... yes
checking for strtoll... yes
checking for inet_aton... yes
checking for pipe... yes
checking for eventfd... yes
checking for sendfile... yes
checking for mmap... yes
checking for splice... yes
checking for arc4random... no
checking for arc4random_buf... no
checking for issetugid... no
checking for geteuid... yes
checking for getegid... yes
checking for getprotobynumber... yes
checking for setenv... yes
checking for unsetenv... yes
checking for putenv... yes
checking for sysctl... yes
checking for umask... yes
checking for getaddrinfo... yes
checking size of long... 8
checking for F_SETFD in fcntl.h... yes
checking for select... yes
checking for select support... yes
checking for poll... yes
checking for poll support... yes
checking for /dev/poll support... no
checking for epoll support... enabled
checking for epoll_ctl... yes
checking if epoll can build... yes
checking for working epoll library interface... yes
checking for epoll syscall support... no
checking for evport support... no
checking event_ops... yes
checking for working ops... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint64_t... yes
checking for uint32_t... yes
checking for uint16_t... yes
checking for uint8_t... yes
checking for uintptr_t... yes
checking for fd_mask... yes
checking size of long long... 8
checking size of long... (cached) 8
checking size of int... 4
checking size of short... 2
checking size of size_t... 8
checking size of void *... 8
checking for struct in6_addr... yes
checking for struct sockaddr_in6... yes
checking for sa_family_t... yes
checking for struct addrinfo... yes
checking for struct sockaddr_storage... yes
checking for struct in6_addr.s6_addr32... yes
checking for struct in6_addr.s6_addr16... yes
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_in6.sin6_len... no
checking for struct sockaddr_storage.ss_family... yes
checking for struct sockaddr_storage.__ss_family... no
checking for socklen_t... yes
checking whether our compiler supports __func__... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking size of pthread_t... 8
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libevent.pc
config.status: creating libevent_openssl.pc
config.status: creating libevent_pthreads.pc
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: /bin/bash '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/configure' succeeded for opal/mca/event/libevent2022/libevent
checking if MCA component event:libevent2022 can compile... yes
checking if have working event ops for the event framework... yes
checking for winning event component header file... libevent2022/libevent2022.h
+++ Configuring MCA framework if
checking for no configure components in framework if...
checking for m4 configure components in framework if... bsdx_ipv4, bsdx_ipv6, linux_ipv6, posix_ipv4, solaris_ipv6
--- MCA component if:bsdx_ipv4 (m4 configuration macro)
checking for MCA component if:bsdx_ipv4 compile mode... static
checking struct sockaddr... yes (cached)
checking NetBSD, FreeBSD, OpenBSD, or DragonFly... no
checking if MCA component if:bsdx_ipv4 can compile... no
--- MCA component if:bsdx_ipv6 (m4 configuration macro)
checking for MCA component if:bsdx_ipv6 compile mode... static
checking struct sockaddr... yes (cached)
checking some flavor of BSD... no
checking if MCA component if:bsdx_ipv6 can compile... no
--- MCA component if:linux_ipv6 (m4 configuration macro)
checking for MCA component if:linux_ipv6 compile mode... static
checking if we are on Linux with TCP... yes
checking if MCA component if:linux_ipv6 can compile... yes
--- MCA component if:posix_ipv4 (m4 configuration macro)
checking for MCA component if:posix_ipv4 compile mode... static
checking struct sockaddr... yes (cached)
checking not NetBSD, FreeBSD, OpenBSD, or DragonFly... yes
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_mtu... yes
checking if MCA component if:posix_ipv4 can compile... yes
--- MCA component if:solaris_ipv6 (m4 configuration macro)
checking for MCA component if:solaris_ipv6 compile mode... static
checking if MCA component if:solaris_ipv6 can compile... no
+++ Configuring MCA framework installdirs
checking for no configure components in framework installdirs...
checking for m4 configure components in framework installdirs... config, env
--- MCA component installdirs:env (m4 configuration macro, priority 10)
checking for MCA component installdirs:env compile mode... static
checking if MCA component installdirs:env can compile... yes
--- MCA component installdirs:config (m4 configuration macro, priority 0)
checking for MCA component installdirs:config compile mode... static
checking if MCA component installdirs:config can compile... yes
+++ Pre-configuring the framework memchecker
checking if --enable-memchecker was specified... no (adding "memchecker" to --enable-mca-no-build list)
+++ Configuring MCA framework memchecker
checking for no configure components in framework memchecker...
checking for m4 configure components in framework memchecker... valgrind
--- MCA component memchecker:valgrind (m4 configuration macro, priority 10)
checking for MCA component memchecker:valgrind compile mode... static
checking --with-valgrind value... simple no (specified --without-valgrind)
checking if MCA component memchecker:valgrind can compile... no
+++ Configuring MCA framework memcpy
checking for no configure components in framework memcpy...
checking for m4 configure components in framework memcpy...
+++ Configuring MCA framework memory
checking for no configure components in framework memory...
checking for m4 configure components in framework memory... malloc_solaris, patcher
--- MCA component memory:patcher (m4 configuration macro, priority 41)
checking for MCA component memory:patcher compile mode... static
checking if memory patcher supports linux-gnu... yes
checking for __curbrk... yes
checking linux/mman.h usability... yes
checking linux/mman.h presence... yes
checking for linux/mman.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking whether __mmap is declared... no
checking for __mmap... yes
checking whether __syscall is declared... no
checking for __syscall... no
checking if MCA component memory:patcher can compile... yes
--- MCA component memory:malloc_solaris (m4 configuration macro, priority 0)
checking for MCA component memory:malloc_solaris compile mode... static
checking for Solaris... no
checking if MCA component memory:malloc_solaris can compile... no
+++ Configuring MCA framework mpool
checking for no configure components in framework mpool... hugepage
checking for m4 configure components in framework mpool... memkind
--- MCA component mpool:hugepage (no configuration)
checking for MCA component mpool:hugepage compile mode... static
checking if MCA component mpool:hugepage can compile... yes
--- MCA component mpool:memkind (m4 configuration macro)
checking for MCA component mpool:memkind compile mode... static
checking --with-memkind value... simple no (specified --without-memkind)
checking if MCA component mpool:memkind can compile... no
+++ Configuring MCA framework patcher
checking for no configure components in framework patcher...
checking for m4 configure components in framework patcher... linux, overwrite
--- MCA component patcher:linux (m4 configuration macro)
checking for MCA component patcher:linux compile mode... static
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
looking for library without search path
checking for library containing dl_iterate_phdr... none required
checking if libdl requires libnl v1 or v3...
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking sys/auxv.h usability... yes
checking sys/auxv.h presence... yes
checking for sys/auxv.h... yes
checking if MCA component patcher:linux can compile... no
--- MCA component patcher:overwrite (m4 configuration macro)
checking for MCA component patcher:overwrite compile mode... static
checking if MCA component patcher:overwrite can compile... yes
+++ Configuring MCA framework pmix
checking for no configure components in framework pmix... isolated
checking for m4 configure components in framework pmix... cray, ext1x, ext2x, ext3x, flux, pmix3x, s1, s2
--- MCA component pmix:isolated (no configuration)
checking for MCA component pmix:isolated compile mode... static
checking if MCA component pmix:isolated can compile... yes
--- MCA component pmix:cray (m4 configuration macro)
checking for MCA component pmix:cray compile mode... static
checking for Cray PMI support... checking for CRAY_PMI... no
checking for ALPS support cle level unknown... no
opal_check_cray_alps_happy = no
checking if MCA component pmix:cray can compile... no
--- MCA component pmix:ext1x (m4 configuration macro)
checking for MCA component pmix:ext1x compile mode... static
checking if MCA component pmix:ext1x can compile... no
--- MCA component pmix:ext2x (m4 configuration macro)
checking for MCA component pmix:ext2x compile mode... static
checking if MCA component pmix:ext2x can compile... no
--- MCA component pmix:ext3x (m4 configuration macro)
checking for MCA component pmix:ext3x compile mode... static
checking if MCA component pmix:ext3x can compile... no
--- MCA component pmix:flux (m4 configuration macro)
checking for MCA component pmix:flux compile mode... static
checking if user wants Flux support to link against PMI library... no
checking if Flux support allowed to use dlopen... no
checking Checking if Flux PMI support can be built... no
checking if MCA component pmix:flux can compile... no
--- MCA component pmix:pmix3x (m4 configuration macro)
checking for MCA component pmix:pmix3x compile mode... static
checking if PMIx timing is enabled... no (disabled)
configure: OPAL configuring in opal/mca/pmix/pmix3x/pmix
configure: running /bin/bash '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/configure' --disable-man-pages --disable-debug --with-pmix-symbol-rename=OPAL_MCA_PMIX3X_ --enable-embedded-mode --disable-pmix-timing --without-tests-examples --disable-pmix-binaries --disable-pmix-backward-compatibility --disable-visibility --enable-embedded-libevent --with-libevent-header=\"opal/mca/event/libevent2022/libevent2022.h\" --enable-embedded-hwloc --with-hwloc-header=\"opal/mca/hwloc/external/external.h\" '--disable-shared' '--enable-static' '--prefix=/' '--bindir=//bin' '--sbindir=//bin' '--libdir=//lib' '--includedir=//include' '--oldincludedir=//include' '--enable-mpi-fortran=no' '--enable-mpi-cxx=no' '--enable-cxx-exceptions=no' '--with-hwloc=/home/conan/.conan2/p/b/hwlocfde138c191c7c/p' '--with-libnl=/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p' '--with-verbs=no' '--with-zlib=/home/conan/.conan2/p/b/zlib272f72af33912/p' '--with-pic' '--disable-wrapper-rpath' '--disable-wrapper-runpath' '--exec-prefix=/' '--datarootdir=//res' '--with-alps=no' '--with-cuda=no' '--with-fca=no' '--with-gpfs=no' '--with-hcoll=no' '--with-ime=no' '--with-lsf=no' '--with-lustre=no' '--with-memkind=no' '--with-moab=no' '--with-mxm=no' '--with-ofi=no' '--with-pmi=no' '--with-portals4=no' '--with-psm2=no' '--with-psm=no' '--with-pvfs2=no' '--with-treematch=no' '--with-ucx=no' '--with-valgrind=no' '--with-x=no' '--with-xpmem=no' '--with-libltdl=no' 'CC=/usr/bin/gcc' 'CFLAGS= -m64 -fPIC -O3' 'LDFLAGS= -m64 -L/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/lib -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib -L/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/lib' 'LIBS= -lnl-cli-3 -lnl-nf-3 -lnl-xfrm-3 -lnl-idiag-3 -lnl-genl-3 -lnl-route-3 -lnl-3 -lz -lhwloc -ldl -lpthread -lm' 'CPPFLAGS= -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include' 'CXX=/usr/bin/g++' 'CXXFLAGS= -m64 -fPIC -O3' 'FC=/usr/bin/gfortran' 'PKG_CONFIG_PATH=/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/conan/../../build-release/conan:' 'CFLAGS=-DNDEBUG -m64 -fPIC -O3 ' 'CPPFLAGS=-I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent/include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include' --cache-file=/dev/null --srcdir=/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix --disable-option-checking
configure: builddir: /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix
configure: srcdir: /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix
configure: Detected VPATH build
============================================================================
== Configuring PMIx
============================================================================
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking whether /usr/bin/gcc understands -c and -o together... yes
checking dependency style of /usr/bin/gcc... gcc3
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking for flex... no
checking for lex... no
checking if want dlopen support... yes
checking if embedded mode is enabled... yes
checking if want developer-level compiler pickyness... no
checking if want developer-level debugging code... no
checking if want to install project-internal header files... no
checking if tests and examples are to be installed... no
checking if want pretty-print stacktrace... yes
checking if want dstore pthread-based locking... yes
checking if want ident string...
checking if want developer-level timing support... no
checking if want backward compatibility for PMI-1 and PMI-2... yes
checking if want to disable binaries... no
checking if want to support dlopen of non-global namespaces... yes
checking if want pty support... yes
checking if want build psec/dummy_handshake... no
installing to directory "/"
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/gcc static flag -static works... no
checking if /usr/bin/gcc supports -c -o file.o... yes
checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
*** C compiler and preprocessor
checking for gcc... (cached) /usr/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc accepts -g... (cached) yes
checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed
checking whether /usr/bin/gcc understands -c and -o together... (cached) yes
checking dependency style of /usr/bin/gcc... (cached) gcc3
checking __NetBSD__... no
checking __FreeBSD__... no
checking __OpenBSD__... no
checking __DragonFly__... no
checking __386BSD__... no
checking __bsdi__... no
checking __APPLE__... no
checking __linux__... yes
checking __sun__... no
checking __sun... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking for struct sockaddr_in... yes
configure: pmix builddir: /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix
configure: pmix srcdir: /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix
configure: Detected VPATH build
checking for pmix version... 3.2.5a1
checking if want pmix maintainer support... disabled
checking for pmix directory prefix... (none)
checking for extra lib... no
checking for extra ltlib... no
checking if want package/brand string... PMIx conan@5ae7c6959d7a Distribution
============================================================================
== Compiler and preprocessor tests
============================================================================
checking if /usr/bin/gcc requires a flag for C11... no
configure: verifying /usr/bin/gcc supports C11 without a flag
checking if /usr/bin/gcc supports C11 _Thread_local... yes
checking if /usr/bin/gcc supports C11 atomic variables... yes
checking if /usr/bin/gcc supports C11 _Atomic keyword... yes
checking if /usr/bin/gcc supports C11 _Generic keyword... yes
checking if /usr/bin/gcc supports C11 _Static_assert... yes
checking if /usr/bin/gcc supports C11 atomic_fetch_xor_explicit... yes
configure: no flag required for C11 support
checking for /usr/bin/gcc option to add a directory only to the search path for the quote form of include... -iquote
checking if /usr/bin/gcc supports __thread... yes
checking if /usr/bin/gcc supports C11 _Thread_local... yes
checking for the C compiler vendor... gnu
checking for ANSI C header files... (cached) yes
checking if /usr/bin/gcc supports -finline-functions... yes
checking if /usr/bin/gcc supports -fno-strict-aliasing... yes
configure: WARNING: -fno-strict-aliasing has been added to CFLAGS
checking if /usr/bin/gcc supports __builtin_expect... yes
checking if /usr/bin/gcc supports __builtin_prefetch... yes
checking if /usr/bin/gcc supports __builtin_clz... yes
checking for C optimization flags... -DNDEBUG -m64 -fPIC -O3 -finline-functions -fno-strict-aliasing
checking for int8_t... yes
checking for uint8_t... yes
checking for int16_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking for __int128... yes
checking for uint128_t... no
checking for long long... yes
checking for intptr_t... yes
checking for uintptr_t... yes
checking for ptrdiff_t... yes
checking size of _Bool... 1
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking size of void *... 8
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking size of wchar_t... 4
checking size of pid_t... 4
checking alignment of bool... 1
checking alignment of int8_t... 1
checking alignment of int16_t... 2
checking alignment of int32_t... 4
checking alignment of int64_t... 8
checking alignment of char... 1
checking alignment of short... 2
checking alignment of wchar_t... 4
checking alignment of int... 4
checking alignment of long... 8
checking alignment of long long... 8
checking alignment of float... 4
checking alignment of double... 8
checking alignment of void *... 8
checking alignment of size_t... 8
checking for C bool type... no
checking size of _Bool... (cached) 1
checking for inline... __inline__
*** Compiler characteristics
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... yes
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(deprecated_argument)... yes
checking for __attribute__(format)... yes
checking for __attribute__(format_funcptr)... yes
checking for __attribute__(hot)... yes
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... yes
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(noreturn_funcptr)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(visibility)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(destructor)... yes
checking for __attribute__(optnone)... no
checking for __attribute__(extension)... yes
checking for compiler familyid... 0
checking for compiler familyname... UNKNOWN
checking for compiler version... 0
checking for compiler version_str... UNKNOWN
*** Assembler
checking dependency style of /usr/bin/gcc... gcc3
checking for perl... /usr/bin/perl
checking for atomic_compare_exchange_strong_16... no
checking for atomic_compare_exchange_strong_16 with -mcx16... no
checking for atomic_compare_exchange_strong_16 with -latomic... yes
checking if atomic_compare_exchange_strong_16() gives correct results... yes
checking if C11 __int128 atomic compare-and-swap is always lock-free... no
checking for __sync_bool_compare_and_swap... no
checking for __sync_bool_compare_and_swap with -mcx16... yes
checking if __sync_bool_compare_and_swap() gives correct results... yes
checking for 32-bit GCC built-in atomics... yes
checking for 64-bit GCC built-in atomics... yes
checking if 64-bit GCC built-in atomics are lock-free... yes
checking for __atomic_compare_exchange_n... no
checking for __atomic_compare_exchange_n with -mcx16... no
checking for __atomic_compare_exchange_n with -latomic... yes
checking if __atomic_compare_exchange_n() gives correct results... yes
checking if __int128 atomic compare-and-swap is always lock-free... no
checking for __sync_bool_compare_and_swap... yes
checking if __sync_bool_compare_and_swap() gives correct results... yes
checking for atomic_compare_exchange_strong_16... no
checking for atomic_compare_exchange_strong_16 with -mcx16... no
checking for atomic_compare_exchange_strong_16 with -latomic... yes
checking if atomic_compare_exchange_strong_16() gives correct results... yes
checking if C11 __int128 atomic compare-and-swap is always lock-free... no
checking for __sync_bool_compare_and_swap... yes
checking if __sync_bool_compare_and_swap() gives correct results... yes
checking for cmpxchg16b... yes
checking if cmpxchg16b() gives correct results... yes
checking if cmpxchg16b_result works... yes
checking if /usr/bin/gcc supports GCC inline assembly... yes
checking for assembly architecture... X86_64
checking for builtin atomics... BUILTIN_C11
============================================================================
== Header file tests
============================================================================
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for inttypes.h... (cached) yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking net/uio.h usability... no
checking net/uio.h presence... no
checking for net/uio.h... no
checking for netinet/in.h... (cached) yes
checking for stdint.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking ioLib.h usability... no
checking ioLib.h presence... no
checking for ioLib.h... no
checking sockLib.h usability... no
checking sockLib.h presence... no
checking for sockLib.h... no
checking hostLib.h usability... no
checking hostLib.h presence... no
checking for hostLib.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking for netdb.h... (cached) yes
checking ucred.h usability... no
checking ucred.h presence... no
checking for ucred.h... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking sys/auxv.h usability... yes
checking sys/auxv.h presence... yes
checking for sys/auxv.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for sys/mount.h... yes
checking for sys/sysctl.h... (cached) yes
checking for net/if.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking if <stdbool.h> works... yes
============================================================================
== Type tests
============================================================================
checking for socklen_t... yes
checking for struct sockaddr_in... (cached) yes
checking for struct sockaddr_un... yes
checking for struct sockaddr_in6... yes
checking for struct sockaddr_storage... yes
checking whether AF_UNSPEC is declared... yes
checking whether PF_UNSPEC is declared... yes
checking whether AF_INET6 is declared... yes
checking whether PF_INET6 is declared... yes
checking if SA_RESTART defined in signal.h... yes
checking for struct sockaddr.sa_len... no
checking for struct dirent.d_type... yes
checking for siginfo_t.si_fd... yes
checking for siginfo_t.si_band... yes
checking for struct statfs.f_type... yes
checking for struct statfs.f_fstypename... no
checking for struct statvfs.f_basetype... no
checking for struct statvfs.f_fstypename... no
checking for struct ucred.uid... yes
checking for struct ucred.cr_uid... no
checking for struct sockpeercred.uid... no
checking for pointer diff type... ptrdiff_t (size: 8)
checking the linker for support for the -fini option... yes
============================================================================
== Library and Function tests
============================================================================
checking for library containing openpty... -lutil
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for library containing dirname... none required
checking for library containing ceil... none required
checking for library containing clock_gettime... none required
checking for asprintf... yes
checking for snprintf... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking for strsignal... yes
checking for socketpair... yes
checking for strncpy_s... no
checking for usleep... yes
checking for statfs... yes
checking for statvfs... yes
checking for getpeereid... no
checking for getpeerucred... no
checking for strnlen... yes
checking for posix_fallocate... yes
checking for tcgetpgrp... yes
checking for setpgid... yes
checking for ptsname... yes
checking for openpty... yes
checking for setenv... yes
checking for fork... yes
checking for execve... yes
checking for waitpid... yes
checking for htonl define... no
checking for htonl... yes
checking whether va_copy is declared... yes
checking whether __va_copy is declared... yes
checking whether __func__ is declared... yes
============================================================================
== System-specific tests
============================================================================
checking whether byte ordering is bigendian... no
checking for broken qsort... no
checking if C compiler and POSIX threads work as is... yes
checking for PTHREAD_MUTEX_ERRORCHECK_NP... yes
checking for PTHREAD_MUTEX_ERRORCHECK... yes
checking for working POSIX threads package... yes
checking if threads have different pids (pthreads on linux)... no
checking whether ln -s works... yes
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/grep -E
============================================================================
== Symbol visibility feature
============================================================================
checking whether to enable symbol visibility... no (disabled)
============================================================================
== Event libraries
============================================================================
checking --with-libev value... simple ok (unspecified)
checking --with-libev-libdir value... simple ok (unspecified)
checking will libev support be built... no
checking for libevent... assumed available (embedded mode)
checking libevent header... "opal/mca/event/libevent2022/libevent2022.h"
checking libevent2/thread header... "opal/mca/event/libevent2022/libevent2022.h"
============================================================================
== HWLOC
============================================================================
checking for hwloc... assumed available (embedded mode)
checking hwloc header... "opal/mca/hwloc/external/external.h"
============================================================================
== ZLIB
============================================================================
checking for zlib in... /home/conan/.conan2/p/b/zlib272f72af33912/p and /home/conan/.conan2/p/b/zlib272f72af33912/p/lib
looking for header in /home/conan/.conan2/p/b/zlib272f72af33912/p
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for library containing deflate... none required
checking will zlib support be built... yes
============================================================================
== Dstore Locking
============================================================================
checking for struct flock.l_type... yes
checking pthread_process_shared... yes
checking for pthread_rwlockattr_setkind_np... yes
checking for pthread_rwlockattr_setpshared... yes
checking for pthread_mutexattr_setpshared... yes
============================================================================
== Modular Component Architecture (MCA) setup
============================================================================
checking for default value of mca_base_component_show_load_errors... disabled by default
checking for subdir args... '--disable-man-pages' '--disable-debug' '--with-pmix-symbol-rename=OPAL_MCA_PMIX3X_' '--enable-embedded-mode' '--disable-pmix-timing' '--without-tests-examples' '--disable-pmix-binaries' '--disable-pmix-backward-compatibility' '--disable-visibility' '--enable-embedded-libevent' '--with-libevent-header=opal/mca/event/libevent2022/libevent2022.h' '--enable-embedded-hwloc' '--with-hwloc-header=opal/mca/hwloc/external/external.h' '--disable-shared' '--enable-static' '--prefix=/' '--bindir=//bin' '--sbindir=//bin' '--libdir=//lib' '--includedir=//include' '--oldincludedir=//include' '--enable-mpi-fortran=no' '--enable-mpi-cxx=no' '--enable-cxx-exceptions=no' '--with-hwloc=/home/conan/.conan2/p/b/hwlocfde138c191c7c/p' '--with-libnl=/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p' '--with-verbs=no' '--with-zlib=/home/conan/.conan2/p/b/zlib272f72af33912/p' '--with-pic' '--disable-wrapper-rpath' '--disable-wrapper-runpath' '--exec-prefix=/' '--datarootdir=//res' '--with-alps=no' '--with-cuda=no' '--with-fca=no' '--with-gpfs=no' '--with-hcoll=no' '--with-ime=no' '--with-lsf=no' '--with-lustre=no' '--with-memkind=no' '--with-moab=no' '--with-mxm=no' '--with-ofi=no' '--with-pmi=no' '--with-portals4=no' '--with-psm2=no' '--with-psm=no' '--with-pvfs2=no' '--with-treematch=no' '--with-ucx=no' '--with-valgrind=no' '--with-x=no' '--with-xpmem=no' '--with-libltdl=no' 'CC=/usr/bin/gcc' 'CFLAGS= -m64 -fPIC -O3' 'LDFLAGS= -m64 -L/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/lib -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib -L/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/lib' 'LIBS= -lnl-cli-3 -lnl-nf-3 -lnl-xfrm-3 -lnl-idiag-3 -lnl-genl-3 -lnl-route-3 -lnl-3 -lz -lhwloc -ldl -lpthread -lm' 'CPPFLAGS= -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include' 'CXX=/usr/bin/g++' 'CXXFLAGS= -m64 -fPIC -O3' 'FC=/usr/bin/gfortran' 'PKG_CONFIG_PATH=/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/conan/../../build-release/conan:' 'CFLAGS=-DNDEBUG -m64 -fPIC -O3 ' 'CPPFLAGS=-I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent/include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include' '--disable-option-checking'
checking which components should be disabled...
checking which components should be direct-linked into the library...
checking which components should be run-time loadable... none
configure: WARNING: *** Shared libraries have been disabled (--disable-shared)
configure: WARNING: *** Building MCA components as DSOs automatically disabled
checking which components should be static... none
*** Configuring MCA
checking for frameworks... common, bfrops, gds, pcompress, pdl, pif, pinstalldirs, plog, pnet, preg, psec, psensor, pshmem, psquash, ptl
+++ Configuring MCA framework common
checking for no configure components in framework common...
checking for m4 configure components in framework common... dstore
--- MCA component common:dstore (m4 configuration macro)
checking for MCA component common:dstore compile mode... static
checking if MCA component common:dstore can compile... yes
+++ Configuring MCA framework bfrops
checking for no configure components in framework bfrops... v12, v20, v21, v3
checking for m4 configure components in framework bfrops...
--- MCA component bfrops:v12 (no configuration)
checking for MCA component bfrops:v12 compile mode... static
checking if MCA component bfrops:v12 can compile... yes
--- MCA component bfrops:v20 (no configuration)
checking for MCA component bfrops:v20 compile mode... static
checking if MCA component bfrops:v20 can compile... yes
--- MCA component bfrops:v21 (no configuration)
checking for MCA component bfrops:v21 compile mode... static
checking if MCA component bfrops:v21 can compile... yes
--- MCA component bfrops:v3 (no configuration)
checking for MCA component bfrops:v3 compile mode... static
checking if MCA component bfrops:v3 can compile... yes
+++ Configuring MCA framework gds
checking for no configure components in framework gds... hash
checking for m4 configure components in framework gds... ds12, ds21
--- MCA component gds:hash (no configuration)
checking for MCA component gds:hash compile mode... static
checking if MCA component gds:hash can compile... yes
--- MCA component gds:ds12 (m4 configuration macro)
checking for MCA component gds:ds12 compile mode... static
checking if MCA component gds:ds12 can compile... yes
--- MCA component gds:ds21 (m4 configuration macro)
checking for MCA component gds:ds21 compile mode... static
checking if MCA component gds:ds21 can compile... yes
+++ Configuring MCA framework pcompress
checking for no configure components in framework pcompress...
checking for m4 configure components in framework pcompress... zlib
--- MCA component pcompress:zlib (m4 configuration macro)
checking for MCA component pcompress:zlib compile mode... static
checking for zlib in... /home/conan/.conan2/p/b/zlib272f72af33912/p and /home/conan/.conan2/p/b/zlib272f72af33912/p/lib
looking for header in /home/conan/.conan2/p/b/zlib272f72af33912/p
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for library containing deflate... (cached) none required
checking will zlib support be built... yes
checking if MCA component pcompress:zlib can compile... yes
+++ Configuring MCA framework pdl
checking for no configure components in framework pdl...
checking for m4 configure components in framework pdl... pdlopen, plibltdl
--- MCA component pdl:pdlopen (m4 configuration macro, priority 80)
checking for MCA component pdl:pdlopen compile mode... static
looking for header without includes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
looking for library without search path
checking for library containing dlopen... none required
checking if MCA component pdl:pdlopen can compile... yes
--- MCA component pdl:plibltdl (m4 configuration macro, priority 50)
checking for MCA component pdl:plibltdl compile mode... static
checking --with-plibltdl value... simple ok (unspecified)
checking --with-plibltdl-libdir value... simple ok (unspecified)
checking for libltdl dir... no (from --with-libltdl)
checking for libltdl library dir... linker default
looking for header in no
checking ltdl.h usability... no
checking ltdl.h presence... no
checking for ltdl.h... no
looking for header in no/include
checking ltdl.h usability... no
checking ltdl.h presence... no
checking for ltdl.h... no
checking if MCA component pdl:plibltdl can compile... no
+++ Configuring MCA framework pif
checking for no configure components in framework pif...
checking for m4 configure components in framework pif... bsdx_ipv4, bsdx_ipv6, linux_ipv6, posix_ipv4, solaris_ipv6
--- MCA component pif:bsdx_ipv4 (m4 configuration macro)
checking for MCA component pif:bsdx_ipv4 compile mode... static
checking struct sockaddr... yes (cached)
checking NetBSD, FreeBSD, OpenBSD, or DragonFly... no
checking if MCA component pif:bsdx_ipv4 can compile... no
--- MCA component pif:bsdx_ipv6 (m4 configuration macro)
checking for MCA component pif:bsdx_ipv6 compile mode... static
checking struct sockaddr... yes (cached)
checking some flavor of BSD... no
checking if MCA component pif:bsdx_ipv6 can compile... no
--- MCA component pif:linux_ipv6 (m4 configuration macro)
checking for MCA component pif:linux_ipv6 compile mode... static
checking if we are on Linux with TCP... yes
checking if MCA component pif:linux_ipv6 can compile... yes
--- MCA component pif:posix_ipv4 (m4 configuration macro)
checking for MCA component pif:posix_ipv4 compile mode... static
checking struct sockaddr... yes (cached)
checking not NetBSD, FreeBSD, OpenBSD, or DragonFly... yes
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_mtu... yes
checking if MCA component pif:posix_ipv4 can compile... yes
--- MCA component pif:solaris_ipv6 (m4 configuration macro)
checking for MCA component pif:solaris_ipv6 compile mode... static
checking if MCA component pif:solaris_ipv6 can compile... no
+++ Configuring MCA framework pinstalldirs
checking for no configure components in framework pinstalldirs...
checking for m4 configure components in framework pinstalldirs... config, env
--- MCA component pinstalldirs:env (m4 configuration macro, priority 10)
checking for MCA component pinstalldirs:env compile mode... static
checking if MCA component pinstalldirs:env can compile... yes
--- MCA component pinstalldirs:config (m4 configuration macro, priority 0)
checking for MCA component pinstalldirs:config compile mode... static
checking if MCA component pinstalldirs:config can compile... yes
+++ Configuring MCA framework plog
checking for no configure components in framework plog... default, stdfd
checking for m4 configure components in framework plog... syslog
--- MCA component plog:default (no configuration)
checking for MCA component plog:default compile mode... static
checking if MCA component plog:default can compile... yes
--- MCA component plog:stdfd (no configuration)
checking for MCA component plog:stdfd compile mode... static
checking if MCA component plog:stdfd can compile... yes
--- MCA component plog:syslog (m4 configuration macro)
checking for MCA component plog:syslog compile mode... static
checking for syslog.h... (cached) yes
checking if MCA component plog:syslog can compile... yes
+++ Configuring MCA framework pnet
checking for no configure components in framework pnet...
checking for m4 configure components in framework pnet...
+++ Configuring MCA framework preg
checking for no configure components in framework preg... compress, native
checking for m4 configure components in framework preg...
--- MCA component preg:compress (no configuration)
checking for MCA component preg:compress compile mode... static
checking if MCA component preg:compress can compile... yes
--- MCA component preg:native (no configuration)
checking for MCA component preg:native compile mode... static
checking if MCA component preg:native can compile... yes
+++ Configuring MCA framework psec
checking for no configure components in framework psec... dummy_handshake, native, none
checking for m4 configure components in framework psec... munge
--- MCA component psec:dummy_handshake (no configuration)
checking for MCA component psec:dummy_handshake compile mode... static
checking if MCA component psec:dummy_handshake can compile... no
--- MCA component psec:native (no configuration)
checking for MCA component psec:native compile mode... static
checking if MCA component psec:native can compile... yes
--- MCA component psec:none (no configuration)
checking for MCA component psec:none compile mode... static
checking if MCA component psec:none can compile... yes
--- MCA component psec:munge (m4 configuration macro)
checking for MCA component psec:munge compile mode... static
checking will munge support be built... no
checking if MCA component psec:munge can compile... no
+++ Configuring MCA framework psensor
checking for no configure components in framework psensor... file, heartbeat
checking for m4 configure components in framework psensor...
--- MCA component psensor:file (no configuration)
checking for MCA component psensor:file compile mode... static
checking if MCA component psensor:file can compile... yes
--- MCA component psensor:heartbeat (no configuration)
checking for MCA component psensor:heartbeat compile mode... static
checking if MCA component psensor:heartbeat can compile... yes
+++ Configuring MCA framework pshmem
checking for no configure components in framework pshmem... mmap
checking for m4 configure components in framework pshmem...
--- MCA component pshmem:mmap (no configuration)
checking for MCA component pshmem:mmap compile mode... static
checking if MCA component pshmem:mmap can compile... yes
+++ Configuring MCA framework psquash
checking for no configure components in framework psquash... flex128, native
checking for m4 configure components in framework psquash...
--- MCA component psquash:flex128 (no configuration)
checking for MCA component psquash:flex128 compile mode... static
checking if MCA component psquash:flex128 can compile... yes
--- MCA component psquash:native (no configuration)
checking for MCA component psquash:native compile mode... static
checking if MCA component psquash:native can compile... yes
+++ Configuring MCA framework ptl
checking for no configure components in framework ptl... tcp, usock
checking for m4 configure components in framework ptl...
--- MCA component ptl:tcp (no configuration)
checking for MCA component ptl:tcp compile mode... static
checking if MCA component ptl:tcp can compile... yes
--- MCA component ptl:usock (no configuration)
checking for MCA component ptl:usock compile mode... static
checking if MCA component ptl:usock can compile... yes
*** Set path-related compiler flags
*** Final output
============================================================================
== Final compiler flags
============================================================================
checking final CPPFLAGS... -iquote/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix -iquote/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix -iquote/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src -iquote/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent/include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p
checking final CFLAGS... -DNDEBUG -m64 -fPIC -O3 -finline-functions -fno-strict-aliasing -mcx16
checking final LDFLAGS... -m64 -L/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/lib -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib -L/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/lib
checking final LIBS... -lutil -lnl-cli-3 -lnl-nf-3 -lnl-xfrm-3 -lnl-idiag-3 -lnl-genl-3 -lnl-route-3 -lnl-3 -lz -lhwloc -ldl -lpthread -lm
============================================================================
== Configuration complete
============================================================================
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating include/pmix_version.h
config.status: creating src/mca/common/Makefile
config.status: creating src/mca/common/dstore/Makefile
config.status: creating src/mca/bfrops/Makefile
config.status: creating src/mca/bfrops/v12/Makefile
config.status: creating src/mca/bfrops/v20/Makefile
config.status: creating src/mca/bfrops/v21/Makefile
config.status: creating src/mca/bfrops/v3/Makefile
config.status: creating src/mca/gds/Makefile
config.status: creating src/mca/gds/hash/Makefile
config.status: creating src/mca/gds/ds12/Makefile
config.status: creating src/mca/gds/ds21/Makefile
config.status: creating src/mca/pcompress/Makefile
config.status: creating src/mca/pcompress/zlib/Makefile
config.status: creating src/mca/pdl/Makefile
config.status: creating src/mca/pdl/pdlopen/Makefile
config.status: creating src/mca/pdl/plibltdl/Makefile
config.status: creating src/mca/pif/Makefile
config.status: creating src/mca/pif/bsdx_ipv4/Makefile
config.status: creating src/mca/pif/bsdx_ipv6/Makefile
config.status: creating src/mca/pif/linux_ipv6/Makefile
config.status: creating src/mca/pif/posix_ipv4/Makefile
config.status: creating src/mca/pif/solaris_ipv6/Makefile
config.status: creating src/mca/pinstalldirs/Makefile
config.status: creating src/mca/pinstalldirs/env/Makefile
config.status: creating src/mca/pinstalldirs/config/Makefile
config.status: creating src/mca/pinstalldirs/config/pinstall_dirs.h
config.status: creating src/mca/plog/Makefile
config.status: creating src/mca/plog/default/Makefile
config.status: creating src/mca/plog/stdfd/Makefile
config.status: creating src/mca/plog/syslog/Makefile
config.status: creating src/mca/pnet/Makefile
config.status: creating src/mca/preg/Makefile
config.status: creating src/mca/preg/compress/Makefile
config.status: creating src/mca/preg/native/Makefile
config.status: creating src/mca/psec/Makefile
config.status: creating src/mca/psec/dummy_handshake/Makefile
config.status: creating src/mca/psec/native/Makefile
config.status: creating src/mca/psec/none/Makefile
config.status: creating src/mca/psec/munge/Makefile
config.status: creating src/mca/psensor/Makefile
config.status: creating src/mca/psensor/file/Makefile
config.status: creating src/mca/psensor/heartbeat/Makefile
config.status: creating src/mca/pshmem/Makefile
config.status: creating src/mca/pshmem/mmap/Makefile
config.status: creating src/mca/psquash/Makefile
config.status: creating src/mca/psquash/flex128/Makefile
config.status: creating src/mca/psquash/native/Makefile
config.status: creating src/mca/ptl/Makefile
config.status: creating src/mca/ptl/tcp/Makefile
config.status: creating src/mca/ptl/usock/Makefile
config.status: creating test/run_tests00.pl
config.status: creating test/run_tests01.pl
config.status: creating test/run_tests02.pl
config.status: creating test/run_tests03.pl
config.status: creating test/run_tests04.pl
config.status: creating test/run_tests05.pl
config.status: creating test/run_tests06.pl
config.status: creating test/run_tests07.pl
config.status: creating test/run_tests08.pl
config.status: creating test/run_tests09.pl
config.status: creating test/run_tests10.pl
config.status: creating test/run_tests11.pl
config.status: creating test/run_tests12.pl
config.status: creating test/run_tests13.pl
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating etc/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/util/keyval/Makefile
config.status: creating src/mca/base/Makefile
config.status: creating src/tools/pevent/Makefile
config.status: creating src/tools/pmix_info/Makefile
config.status: creating src/tools/plookup/Makefile
config.status: creating src/tools/pps/Makefile
config.status: creating contrib/Makefile
config.status: creating examples/Makefile
config.status: creating test/Makefile
config.status: creating test/simple/Makefile
config.status: creating maint/pmix.pc
config.status: creating src/include/pmix_config.h
config.status: creating include/pmix_common.h
config.status: executing depfiles commands
config.status: executing libtool commands
PMIx configuration:
-----------------------
Version: 3.2.5a1
Debug build: no
Platform file: (none)
External Packages
-----------------------
HWLOC: yes (embedded)
Libevent: yes (embedded)
ZLIB: yes (/home/conan/.conan2/p/b/zlib272f72af33912/p)
configure: /bin/bash '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/configure' succeeded for opal/mca/pmix/pmix3x/pmix
checking if v3.x component is to be used... yes - using the internal v3.x library
checking PMIx extra wrapper CPPFLAGS... -I/home/conan/.conan2/p/b/zlib272f72af33912/p -I/home/conan/.conan2/p/b/zlib272f72af33912/p
checking PMIx extra wrapper LDFLAGS... -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib
checking PMIx extra wrapper LIBS... -lz -lz
checking if MCA component pmix:pmix3x can compile... yes
configure: WARNING: ignoring pmix_pmix3x_WRAPPER_EXTRA_CPPFLAGS ( -I/home/conan/.conan2/p/b/zlib272f72af33912/p -I/home/conan/.conan2/p/b/zlib272f72af33912/p): component conditions not met
--- MCA component pmix:s1 (m4 configuration macro)
checking for MCA component pmix:s1 compile mode... static
checking if MCA component pmix:s1 can compile... no
--- MCA component pmix:s2 (m4 configuration macro)
checking for MCA component pmix:s2 compile mode... static
checking if MCA component pmix:s2 can compile... no
+++ Configuring MCA framework pstat
checking for no configure components in framework pstat...
checking for m4 configure components in framework pstat... linux, test
--- MCA component pstat:linux (m4 configuration macro, priority 60)
checking for MCA component pstat:linux compile mode... static
checking whether HZ is declared... yes
checking if MCA component pstat:linux can compile... yes
--- MCA component pstat:test (m4 configuration macro, priority 10)
checking for MCA component pstat:test compile mode... static
checking if MCA component pstat:test can compile... no
+++ Configuring MCA framework rcache
checking for no configure components in framework rcache... grdma
checking for m4 configure components in framework rcache... gpusm, rgpusm, udreg
--- MCA component rcache:grdma (no configuration)
checking for MCA component rcache:grdma compile mode... static
checking if MCA component rcache:grdma can compile... yes
--- MCA component rcache:gpusm (m4 configuration macro)
checking for MCA component rcache:gpusm compile mode... static
checking if MCA component rcache:gpusm can compile... no
--- MCA component rcache:rgpusm (m4 configuration macro)
checking for MCA component rcache:rgpusm compile mode... static
checking if MCA component rcache:rgpusm can compile... no
--- MCA component rcache:udreg (m4 configuration macro)
checking for MCA component rcache:udreg compile mode... static
checking for CRAY_UDREG... no
no
checking if MCA component rcache:udreg can compile... no
+++ Configuring MCA framework reachable
checking for no configure components in framework reachable... weighted
checking for m4 configure components in framework reachable... netlink
--- MCA component reachable:weighted (no configuration)
checking for MCA component reachable:weighted compile mode... static
checking if MCA component reachable:weighted can compile... yes
--- MCA component reachable:netlink (m4 configuration macro)
checking for MCA component reachable:netlink compile mode... static
checking for linux/netlink.h... yes
configure: checking for libnl v3
checking for /home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3... found
checking netlink/version.h usability... yes
checking netlink/version.h presence... yes
checking for netlink/version.h... yes
looking for library in lib
checking for library containing nl_recvmsgs_report... none required
checking if libnl-3 requires libnl v1 or v3...
checking for library containing nl_rtgen_request... none required
checking to ensure these really are libnl v3 headers... yes
checking if MCA component reachable:netlink can compile... yes
+++ Configuring MCA framework shmem
checking for no configure components in framework shmem...
checking for m4 configure components in framework shmem... mmap, posix, sysv
--- MCA component shmem:mmap (m4 configuration macro)
checking for MCA component shmem:mmap compile mode... static
checking if want mmap shared memory support... yes
checking for library containing mmap... none required
checking if MCA component shmem:mmap can compile... yes
--- MCA component shmem:posix (m4 configuration macro)
checking for MCA component shmem:posix compile mode... static
checking if want POSIX shared memory support... yes
checking for library containing shm_open... -lrt
checking if MCA component shmem:posix can compile... yes
--- MCA component shmem:sysv (m4 configuration macro)
checking for MCA component shmem:sysv compile mode... static
checking if want SYSV shared memory support... yes
checking for shmget... yes
checking if MCA component shmem:sysv can compile... yes
+++ Configuring MCA framework timer
checking for no configure components in framework timer...
checking for m4 configure components in framework timer... altix, darwin, linux, solaris
--- MCA component timer:altix (m4 configuration macro, priority 100)
checking for MCA component timer:altix compile mode... static
checking sn/mmtimer.h usability... no
checking sn/mmtimer.h presence... no
checking for sn/mmtimer.h... no
checking if MCA component timer:altix can compile... no
--- MCA component timer:darwin (m4 configuration macro, priority 30)
checking for MCA component timer:darwin compile mode... static
checking mach/mach_time.h usability... no
checking mach/mach_time.h presence... no
checking for mach/mach_time.h... no
checking for mach_absolute_time... no
checking if MCA component timer:darwin can compile... no
--- MCA component timer:linux (m4 configuration macro, priority 30)
checking for MCA component timer:linux compile mode... static
checking if MCA component timer:linux can compile... yes
--- MCA component timer:solaris (m4 configuration macro, priority 30)
checking for MCA component timer:solaris compile mode... static
checking for gethrtime... no
checking if MCA component timer:solaris can compile... no
*** Configuring MCA for orte
checking for frameworks for orte... common, errmgr, ess, filem, grpcomm, iof, odls, oob, plm, ras, regx, rmaps, rml, routed, rtc, schizo, snapc, sstore, state
+++ Configuring MCA framework common
checking for no configure components in framework common...
checking for m4 configure components in framework common... alps
--- MCA component common:alps (m4 configuration macro)
checking for MCA component common:alps compile mode... static
checking if MCA component common:alps can compile... no
+++ Configuring MCA framework errmgr
checking for no configure components in framework errmgr... default_app, default_hnp, default_orted, default_tool
checking for m4 configure components in framework errmgr...
--- MCA component errmgr:default_app (no configuration)
checking for MCA component errmgr:default_app compile mode... static
checking if MCA component errmgr:default_app can compile... yes
--- MCA component errmgr:default_hnp (no configuration)
checking for MCA component errmgr:default_hnp compile mode... static
checking if MCA component errmgr:default_hnp can compile... yes
--- MCA component errmgr:default_orted (no configuration)
checking for MCA component errmgr:default_orted compile mode... static
checking if MCA component errmgr:default_orted can compile... yes
--- MCA component errmgr:default_tool (no configuration)
checking for MCA component errmgr:default_tool compile mode... static
checking if MCA component errmgr:default_tool can compile... yes
+++ Configuring MCA framework ess
checking for no configure components in framework ess... env, hnp, pmi, singleton, tool
checking for m4 configure components in framework ess... alps, lsf, slurm, tm
--- MCA component ess:env (no configuration)
checking for MCA component ess:env compile mode... static
checking if MCA component ess:env can compile... yes
--- MCA component ess:hnp (no configuration)
checking for MCA component ess:hnp compile mode... static
checking if MCA component ess:hnp can compile... yes
--- MCA component ess:pmi (no configuration)
checking for MCA component ess:pmi compile mode... static
checking if MCA component ess:pmi can compile... yes
--- MCA component ess:singleton (no configuration)
checking for MCA component ess:singleton compile mode... static
checking if MCA component ess:singleton can compile... yes
--- MCA component ess:tool (no configuration)
checking for MCA component ess:tool compile mode... static
checking if MCA component ess:tool can compile... yes
--- MCA component ess:alps (m4 configuration macro)
checking for MCA component ess:alps compile mode... static
checking if MCA component ess:alps can compile... no
--- MCA component ess:lsf (m4 configuration macro)
checking for MCA component ess:lsf compile mode... static
checking --with-lsf value... simple no (specified --without-lsf)
checking --with-lsf-libdir value... simple ok (unspecified value)
checking if MCA component ess:lsf can compile... no
--- MCA component ess:slurm (m4 configuration macro)
checking for MCA component ess:slurm compile mode... static
checking for fork... (cached) yes
checking for execve... (cached) yes
checking for setpgid... (cached) yes
checking if MCA component ess:slurm can compile... yes
--- MCA component ess:tm (m4 configuration macro)
checking for MCA component ess:tm compile mode... static
checking --with-tm value... simple ok (unspecified value)
checking for pbs-config... not found
checking tm.h usability... no
checking tm.h presence... no
checking for tm.h... no
checking if MCA component ess:tm can compile... no
+++ Configuring MCA framework filem
checking for no configure components in framework filem... raw
checking for m4 configure components in framework filem...
--- MCA component filem:raw (no configuration)
checking for MCA component filem:raw compile mode... static
checking if MCA component filem:raw can compile... yes
+++ Configuring MCA framework grpcomm
checking for no configure components in framework grpcomm... direct
checking for m4 configure components in framework grpcomm...
--- MCA component grpcomm:direct (no configuration)
checking for MCA component grpcomm:direct compile mode... static
checking if MCA component grpcomm:direct can compile... yes
+++ Configuring MCA framework iof
checking for no configure components in framework iof... hnp, orted, tool
checking for m4 configure components in framework iof...
--- MCA component iof:hnp (no configuration)
checking for MCA component iof:hnp compile mode... static
checking if MCA component iof:hnp can compile... yes
--- MCA component iof:orted (no configuration)
checking for MCA component iof:orted compile mode... static
checking if MCA component iof:orted can compile... yes
--- MCA component iof:tool (no configuration)
checking for MCA component iof:tool compile mode... static
checking if MCA component iof:tool can compile... yes
+++ Configuring MCA framework odls
checking for no configure components in framework odls...
checking for m4 configure components in framework odls... alps, default, pspawn
--- MCA component odls:alps (m4 configuration macro)
checking for MCA component odls:alps compile mode... static
checking if MCA component odls:alps can compile... no
--- MCA component odls:default (m4 configuration macro)
checking for MCA component odls:default compile mode... static
checking for fork... (cached) yes
checking if MCA component odls:default can compile... yes
--- MCA component odls:pspawn (m4 configuration macro)
checking for MCA component odls:pspawn compile mode... static
checking for posix_spawn... yes
checking if MCA component odls:pspawn can compile... yes
+++ Configuring MCA framework oob
checking for no configure components in framework oob...
checking for m4 configure components in framework oob... alps, tcp
--- MCA component oob:alps (m4 configuration macro)
checking for MCA component oob:alps compile mode... static
checking if MCA component oob:alps can compile... no
--- MCA component oob:tcp (m4 configuration macro)
checking for MCA component oob:tcp compile mode... static
checking for struct sockaddr_in... (cached) yes
checking if MCA component oob:tcp can compile... yes
+++ Configuring MCA framework plm
checking for no configure components in framework plm...
checking for m4 configure components in framework plm... alps, isolated, lsf, rsh, slurm, tm
--- MCA component plm:alps (m4 configuration macro)
checking for MCA component plm:alps compile mode... static
checking if MCA component plm:alps can compile... no
--- MCA component plm:isolated (m4 configuration macro)
checking for MCA component plm:isolated compile mode... static
checking for fork... (cached) yes
checking if MCA component plm:isolated can compile... yes
--- MCA component plm:lsf (m4 configuration macro)
checking for MCA component plm:lsf compile mode... static
checking if MCA component plm:lsf can compile... no
--- MCA component plm:rsh (m4 configuration macro)
checking for MCA component plm:rsh compile mode... static
checking for fork... (cached) yes
checking if MCA component plm:rsh can compile... yes
--- MCA component plm:slurm (m4 configuration macro)
checking for MCA component plm:slurm compile mode... static
checking if MCA component plm:slurm can compile... yes
--- MCA component plm:tm (m4 configuration macro)
checking for MCA component plm:tm compile mode... static
checking if MCA component plm:tm can compile... no
+++ Configuring MCA framework ras
checking for no configure components in framework ras... simulator
checking for m4 configure components in framework ras... alps, gridengine, lsf, slurm, tm
--- MCA component ras:simulator (no configuration)
checking for MCA component ras:simulator compile mode... static
checking if MCA component ras:simulator can compile... yes
--- MCA component ras:alps (m4 configuration macro)
checking for MCA component ras:alps compile mode... static
checking alps/apInfo.h usability... no
checking alps/apInfo.h presence... no
checking for alps/apInfo.h... no
checking if MCA component ras:alps can compile... no
--- MCA component ras:gridengine (m4 configuration macro)
checking for MCA component ras:gridengine compile mode... static
checking if user requested SGE build... not specified; checking environment
checking for qrsh... no
checking for SGE_ROOT environment variable... not found
checking if MCA component ras:gridengine can compile... no
--- MCA component ras:lsf (m4 configuration macro)
checking for MCA component ras:lsf compile mode... static
checking if MCA component ras:lsf can compile... no
--- MCA component ras:slurm (m4 configuration macro)
checking for MCA component ras:slurm compile mode... static
checking if MCA component ras:slurm can compile... yes
--- MCA component ras:tm (m4 configuration macro)
checking for MCA component ras:tm compile mode... static
checking if MCA component ras:tm can compile... no
+++ Configuring MCA framework regx
checking for no configure components in framework regx... fwd, naive, reverse
checking for m4 configure components in framework regx...
--- MCA component regx:fwd (no configuration)
checking for MCA component regx:fwd compile mode... static
checking if MCA component regx:fwd can compile... yes
--- MCA component regx:naive (no configuration)
checking for MCA component regx:naive compile mode... static
checking if MCA component regx:naive can compile... yes
--- MCA component regx:reverse (no configuration)
checking for MCA component regx:reverse compile mode... static
checking if MCA component regx:reverse can compile... yes
+++ Configuring MCA framework rmaps
checking for no configure components in framework rmaps... mindist, ppr, rank_file, resilient, round_robin, seq
checking for m4 configure components in framework rmaps...
--- MCA component rmaps:mindist (no configuration)
checking for MCA component rmaps:mindist compile mode... static
checking if MCA component rmaps:mindist can compile... yes
--- MCA component rmaps:ppr (no configuration)
checking for MCA component rmaps:ppr compile mode... static
checking if MCA component rmaps:ppr can compile... yes
--- MCA component rmaps:rank_file (no configuration)
checking for MCA component rmaps:rank_file compile mode... static
checking if MCA component rmaps:rank_file can compile... yes
--- MCA component rmaps:resilient (no configuration)
checking for MCA component rmaps:resilient compile mode... static
checking if MCA component rmaps:resilient can compile... yes
--- MCA component rmaps:round_robin (no configuration)
checking for MCA component rmaps:round_robin compile mode... static
checking if MCA component rmaps:round_robin can compile... yes
--- MCA component rmaps:seq (no configuration)
checking for MCA component rmaps:seq compile mode... static
checking if MCA component rmaps:seq can compile... yes
+++ Configuring MCA framework rml
checking for no configure components in framework rml... oob
checking for m4 configure components in framework rml...
--- MCA component rml:oob (no configuration)
checking for MCA component rml:oob compile mode... static
checking if MCA component rml:oob can compile... yes
+++ Configuring MCA framework routed
checking for no configure components in framework routed... binomial, direct, radix
checking for m4 configure components in framework routed...
--- MCA component routed:binomial (no configuration)
checking for MCA component routed:binomial compile mode... static
checking if MCA component routed:binomial can compile... yes
--- MCA component routed:direct (no configuration)
checking for MCA component routed:direct compile mode... static
checking if MCA component routed:direct can compile... yes
--- MCA component routed:radix (no configuration)
checking for MCA component routed:radix compile mode... static
checking if MCA component routed:radix can compile... yes
+++ Configuring MCA framework rtc
checking for no configure components in framework rtc... hwloc
checking for m4 configure components in framework rtc...
--- MCA component rtc:hwloc (no configuration)
checking for MCA component rtc:hwloc compile mode... static
checking if MCA component rtc:hwloc can compile... yes
+++ Configuring MCA framework schizo
checking for no configure components in framework schizo... flux, ompi, orte
checking for m4 configure components in framework schizo... alps, jsm, moab, singularity, slurm
--- MCA component schizo:flux (no configuration)
checking for MCA component schizo:flux compile mode... static
checking if MCA component schizo:flux can compile... yes
--- MCA component schizo:ompi (no configuration)
checking for MCA component schizo:ompi compile mode... static
checking if MCA component schizo:ompi can compile... yes
--- MCA component schizo:orte (no configuration)
checking for MCA component schizo:orte compile mode... static
checking if MCA component schizo:orte can compile... yes
--- MCA component schizo:alps (m4 configuration macro)
checking for MCA component schizo:alps compile mode... static
checking for alps/apInfo.h... (cached) no
checking if MCA component schizo:alps can compile... no
--- MCA component schizo:jsm (m4 configuration macro)
checking for MCA component schizo:jsm compile mode... static
checking if MCA component schizo:jsm can compile... yes
--- MCA component schizo:moab (m4 configuration macro)
checking for MCA component schizo:moab compile mode... static
checking --with-moab value... simple no (specified --without-moab)
checking --with-moab-libdir value... simple ok (unspecified value)
checking if MCA component schizo:moab can compile... no
--- MCA component schizo:singularity (m4 configuration macro)
checking for MCA component schizo:singularity compile mode... static
checking if Singularity support is to be built... yes
checking for singularity... no
checking if MCA component schizo:singularity can compile... no
--- MCA component schizo:slurm (m4 configuration macro)
checking for MCA component schizo:slurm compile mode... static
checking if MCA component schizo:slurm can compile... yes
+++ Configuring MCA framework snapc
checking for no configure components in framework snapc...
checking for m4 configure components in framework snapc... full
--- MCA component snapc:full (m4 configuration macro)
checking for MCA component snapc:full compile mode... static
checking if MCA component snapc:full can compile... no
+++ Configuring MCA framework sstore
checking for no configure components in framework sstore...
checking for m4 configure components in framework sstore... central, stage
--- MCA component sstore:central (m4 configuration macro)
checking for MCA component sstore:central compile mode... static
checking if MCA component sstore:central can compile... no
--- MCA component sstore:stage (m4 configuration macro)
checking for MCA component sstore:stage compile mode... static
checking if MCA component sstore:stage can compile... no
+++ Configuring MCA framework state
checking for no configure components in framework state... app, hnp, novm, orted, tool
checking for m4 configure components in framework state...
--- MCA component state:app (no configuration)
checking for MCA component state:app compile mode... static
checking if MCA component state:app can compile... yes
--- MCA component state:hnp (no configuration)
checking for MCA component state:hnp compile mode... static
checking if MCA component state:hnp can compile... yes
--- MCA component state:novm (no configuration)
checking for MCA component state:novm compile mode... static
checking if MCA component state:novm can compile... yes
--- MCA component state:orted (no configuration)
checking for MCA component state:orted compile mode... static
checking if MCA component state:orted can compile... yes
--- MCA component state:tool (no configuration)
checking for MCA component state:tool compile mode... static
checking if MCA component state:tool can compile... yes
*** Configuring MCA for ompi
checking for frameworks for ompi... common, bml, coll, crcp, fbtl, fcoll, fs, hook, io, mtl, op, osc, pml, rte, sharedfp, topo, vprotocol
+++ Configuring MCA framework common
checking for no configure components in framework common...
checking for m4 configure components in framework common... monitoring, ompio
--- MCA component common:monitoring (m4 configuration macro)
checking for MCA component common:monitoring compile mode... static
checking if MCA component common:monitoring can compile... yes
--- MCA component common:ompio (m4 configuration macro)
checking for MCA component common:ompio compile mode... static
checking if MCA component common:ompio can compile... yes
+++ Configuring MCA framework bml
checking for no configure components in framework bml...
checking for m4 configure components in framework bml... r2
--- MCA component bml:r2 (m4 configuration macro)
checking for MCA component bml:r2 compile mode... static
checking if MCA component bml:r2 can compile... yes
checking for index in endpoint array for tag BML... 0
+++ Configuring MCA framework coll
checking for no configure components in framework coll... adapt, basic, han, inter, libnbc, self, sm, sync, tuned
checking for m4 configure components in framework coll... cuda, fca, hcoll, monitoring, portals4, ucc
--- MCA component coll:adapt (no configuration)
checking for MCA component coll:adapt compile mode... static
checking if MCA component coll:adapt can compile... yes
--- MCA component coll:basic (no configuration)
checking for MCA component coll:basic compile mode... static
checking if MCA component coll:basic can compile... yes
--- MCA component coll:han (no configuration)
checking for MCA component coll:han compile mode... static
checking if MCA component coll:han can compile... yes
--- MCA component coll:inter (no configuration)
checking for MCA component coll:inter compile mode... static
checking if MCA component coll:inter can compile... yes
--- MCA component coll:libnbc (no configuration)
checking for MCA component coll:libnbc compile mode... static
checking if MCA component coll:libnbc can compile... yes
--- MCA component coll:self (no configuration)
checking for MCA component coll:self compile mode... static
checking if MCA component coll:self can compile... yes
--- MCA component coll:sm (no configuration)
checking for MCA component coll:sm compile mode... static
checking if MCA component coll:sm can compile... yes
--- MCA component coll:sync (no configuration)
checking for MCA component coll:sync compile mode... static
checking if MCA component coll:sync can compile... yes
--- MCA component coll:tuned (no configuration)
checking for MCA component coll:tuned compile mode... static
checking if MCA component coll:tuned can compile... yes
--- MCA component coll:cuda (m4 configuration macro)
checking for MCA component coll:cuda compile mode... static
checking if MCA component coll:cuda can compile... no
--- MCA component coll:fca (m4 configuration macro)
checking for MCA component coll:fca compile mode... static
checking if MCA component coll:fca can compile... no
--- MCA component coll:hcoll (m4 configuration macro)
checking for MCA component coll:hcoll compile mode... static
checking if MCA component coll:hcoll can compile... no
--- MCA component coll:monitoring (m4 configuration macro)
checking for MCA component coll:monitoring compile mode... static
checking if MCA component coll:monitoring can compile... no
--- MCA component coll:portals4 (m4 configuration macro)
checking for MCA component coll:portals4 compile mode... static
checking if MCA component coll:portals4 can compile... no
--- MCA component coll:ucc (m4 configuration macro)
checking for MCA component coll:ucc compile mode... static
checking ucc/api/ucc.h usability... no
checking ucc/api/ucc.h presence... no
checking for ucc/api/ucc.h... no
checking if UCC supports float128 and float32(64,128)_complex datatypes... no
checking if MCA component coll:ucc can compile... no
+++ Configuring MCA framework crcp
checking for no configure components in framework crcp...
checking for m4 configure components in framework crcp... bkmrk
--- MCA component crcp:bkmrk (m4 configuration macro)
checking for MCA component crcp:bkmrk compile mode... static
checking if MCA component crcp:bkmrk can compile... no
+++ Configuring MCA framework fbtl
checking for no configure components in framework fbtl...
checking for m4 configure components in framework fbtl... ime, posix, pvfs2
--- MCA component fbtl:ime (m4 configuration macro)
checking for MCA component fbtl:ime compile mode... static
checking --with-ime value... simple no (specified --without-ime)
checking if MCA component fbtl:ime can compile... no
--- MCA component fbtl:posix (m4 configuration macro)
checking for MCA component fbtl:posix compile mode... static
checking for aio.h... (cached) yes
checking for library containing aio_write... none required
checking for pwritev... yes
checking for preadv... yes
checking if MCA component fbtl:posix can compile... yes
--- MCA component fbtl:pvfs2 (m4 configuration macro)
checking for MCA component fbtl:pvfs2 compile mode... static
checking --with-pvfs2 value... simple no (specified --without-pvfs2)
checking if MCA component fbtl:pvfs2 can compile... no
+++ Configuring MCA framework fcoll
checking for no configure components in framework fcoll... dynamic, dynamic_gen2, individual, two_phase, vulcan
checking for m4 configure components in framework fcoll...
--- MCA component fcoll:dynamic (no configuration)
checking for MCA component fcoll:dynamic compile mode... static
checking if MCA component fcoll:dynamic can compile... yes
--- MCA component fcoll:dynamic_gen2 (no configuration)
checking for MCA component fcoll:dynamic_gen2 compile mode... static
checking if MCA component fcoll:dynamic_gen2 can compile... yes
--- MCA component fcoll:individual (no configuration)
checking for MCA component fcoll:individual compile mode... static
checking if MCA component fcoll:individual can compile... yes
--- MCA component fcoll:two_phase (no configuration)
checking for MCA component fcoll:two_phase compile mode... static
checking if MCA component fcoll:two_phase can compile... yes
--- MCA component fcoll:vulcan (no configuration)
checking for MCA component fcoll:vulcan compile mode... static
checking if MCA component fcoll:vulcan can compile... yes
+++ Configuring MCA framework fs
checking for no configure components in framework fs...
checking for m4 configure components in framework fs... gpfs, ime, lustre, pvfs2, ufs
--- MCA component fs:gpfs (m4 configuration macro)
checking for MCA component fs:gpfs compile mode... static
checking --with-gpfs value... simple no (specified --without-gpfs)
checking if MCA component fs:gpfs can compile... no
--- MCA component fs:ime (m4 configuration macro)
checking for MCA component fs:ime compile mode... static
checking --with-ime value... simple no (specified --without-ime)
checking if MCA component fs:ime can compile... no
--- MCA component fs:lustre (m4 configuration macro)
checking for MCA component fs:lustre compile mode... static
checking --with-lustre value... simple no (specified --without-lustre)
checking if MCA component fs:lustre can compile... no
--- MCA component fs:pvfs2 (m4 configuration macro)
checking for MCA component fs:pvfs2 compile mode... static
checking --with-pvfs2 value... simple no (specified --without-pvfs2)
checking if MCA component fs:pvfs2 can compile... no
--- MCA component fs:ufs (m4 configuration macro)
checking for MCA component fs:ufs compile mode... static
checking if MCA component fs:ufs can compile... yes
+++ Configuring MCA framework hook
checking for no configure components in framework hook...
checking for m4 configure components in framework hook...
+++ Configuring MCA framework io
checking for no configure components in framework io...
checking for m4 configure components in framework io... ompio, romio321
--- MCA component io:ompio (m4 configuration macro)
checking for MCA component io:ompio compile mode... static
checking if MCA component io:ompio can compile... yes
--- MCA component io:romio321 (m4 configuration macro)
checking for MCA component io:romio321 compile mode... static
checking if want ROMIO component... yes
checking if MPI profiling is enabled... yes
*** Configuring ROMIO distribution
configure: OPAL configuring in ompi/mca/io/romio321/romio
configure: running /bin/bash '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/io/romio321/romio/configure' FROM_OMPI=yes CC="/usr/bin/gcc" CFLAGS="-DNDEBUG -m64 -fPIC -O3 -finline-functions -fno-strict-aliasing -mcx16 -D__EXTENSIONS__" CPPFLAGS="-I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent/include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include" FFLAGS="" LDFLAGS=" -m64 -L/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/lib -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib -L/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/lib -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib -L/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/lib" --disable-shared --enable-static --prefix=/ --disable-aio --disable-weak-symbols --enable-strict --disable-f77 --disable-f90 --cache-file=/dev/null --srcdir=/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/io/romio321/romio --disable-option-checking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking whether /usr/bin/gcc understands -c and -o together... yes
checking dependency style of /usr/bin/gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/gcc static flag -static works... no
checking if /usr/bin/gcc supports -c -o file.o... yes
checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
Configuring with args dummy mt
checking for Open MPI support files... in Open MPI source tree -- good
checking for make... make
checking whether clock skew breaks make... no
checking whether make supports include... yes
checking whether make allows comments in actions... yes
checking for virtual path format... VPATH
checking whether make sets CFLAGS... yes
configure: WARNING: Unknown architecture ... proceeding anyway
ROMIO home directory is /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/io/romio321/romio
checking for long long... yes
checking size of long long... 8
checking for memalign... yes
checking for size_t... yes
checking for ssize_t... yes
checking for off_t... yes
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for sys/types.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for mpix.h... no
checking for u_char... yes
checking for u_short... yes
checking for u_int... yes
checking for u_long... yes
checking sys/attr.h usability... no
checking sys/attr.h presence... no
checking for sys/attr.h... no
checking size of int... 4
checking size of void *... 8
checking for int large enough for pointers... no
checking size of long long... (cached) 8
checking whether struct flock compatible with MPI_Offset... yes
checking for pvfs2-config... notfound
checking configured file systems... testfs ufs nfs
configure: WARNING: File locks may not work with NFS. See the Installation and
users manual for instructions on testing and if necessary fixing this
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking for statfs... yes
checking whether struct statfs properly defined... yes
checking for f_fstypename member of statfs structure... no
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stat... yes
checking for st_fstype member of stat structure... no
checking for sys/types.h... (cached) yes
checking for sys/statvfs.h... (cached) yes
checking for sys/vfs.h... (cached) yes
checking for statvfs... yes
checking for f_basetype member of statvfs structure... no
checking for blksize_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether pwrite is declared... yes
checking for strerror... yes
checking for doctext... no
checking for strdup... yes
checking whether strdup needs a declaration... no
checking for snprintf... yes
checking whether snprintf needs a declaration... no
checking for lstat... yes
checking whether lstat needs a declaration... no
checking for readlink... yes
checking whether readlink needs a declaration... no
checking for fsync... yes
checking whether fsync needs a declaration... no
checking for ftruncate... yes
checking whether ftruncate needs a declaration... no
checking for lseek64... yes
checking whether lseek64 needs a declaration... yes
checking for usleep... yes
checking whether usleep needs a declaration... no
setting SYSDEP_INC to
checking for C/C++ restrict keyword... __restrict
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
checking for gcov... gcov
setting CC to /usr/bin/gcc
setting F77 to :
setting TEST_CC to mpicc
setting TEST_F77 to mpifort
setting CFLAGS to -DNDEBUG -m64 -fPIC -O3 -finline-functions -fno-strict-aliasing -mcx16 -D__EXTENSIONS__ -DHAVE_ROMIOCONF_H
setting USER_CFLAGS to
setting USER_FFLAGS to
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating localdefs
config.status: creating test/Makefile
config.status: creating test/misc.c
config.status: creating test/large_file.c
config.status: creating test/runtests
config.status: creating test-internal/Makefile
config.status: creating util/romioinstall
config.status: creating include/mpio.h
config.status: creating test/fmisc.f
config.status: creating test/fcoll_test.f
config.status: creating test/pfcoll_test.f
config.status: creating test/fperf.f
config.status: creating adio/include/romioconf.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
configure: /bin/bash '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/io/romio321/romio/configure' succeeded for ompi/mca/io/romio321/romio
ROMIO distribution configured successfully
checking if MCA component io:romio321 can compile... yes
+++ Configuring MCA framework mtl
checking for no configure components in framework mtl...
checking for m4 configure components in framework mtl... ofi, portals4, psm, psm2
--- MCA component mtl:ofi (m4 configuration macro)
checking for MCA component mtl:ofi compile mode... static
checking if OFI libfabric is available... no
checking if MCA component mtl:ofi can compile... no
--- MCA component mtl:portals4 (m4 configuration macro)
checking for MCA component mtl:portals4 compile mode... static
checking whether to enable flow control... yes
checking if MCA component mtl:portals4 can compile... no
--- MCA component mtl:psm (m4 configuration macro)
checking for MCA component mtl:psm compile mode... static
checking --with-psm value... simple no (specified --without-psm)
checking --with-psm-libdir value... simple ok (unspecified value)
checking if MCA component mtl:psm can compile... no
--- MCA component mtl:psm2 (m4 configuration macro)
checking for MCA component mtl:psm2 compile mode... static
checking --with-psm2 value... simple no (specified --without-psm2)
checking --with-psm2-libdir value... simple ok (unspecified value)
checking if MCA component mtl:psm2 can compile... no
+++ Configuring MCA framework op
checking for no configure components in framework op...
checking for m4 configure components in framework op... avx
--- MCA component op:avx (m4 configuration macro)
checking for MCA component op:avx compile mode... static
checking for AVX512 support... yes
checking for AVX512 support (no additional flags)... no
checking for AVX512 support (with -mavx512f -mavx512bw -mavx512vl -mavx512dq)... yes
checking if _mm512_loadu_si512 generates code that can be compiled... yes
checking if _mm512_mullo_epi64 generates code that can be compiled... yes
checking for AVX2 support... yes
checking for AVX2 support (no additional flags)... no
checking for AVX2 support (with -mavx2)... yes
checking if _mm256_loadu_si256 generates code that can be compiled... yes
checking for AVX support... yes
checking for AVX support (no additional flags)... no
checking for SSE4.1 support... yes
checking for SSE3 support... yes
checking for AVX support (with -mavx)... yes
checking for SSE4.1 support... yes
checking for SSE3 support... yes
checking if MCA component op:avx can compile... yes
+++ Configuring MCA framework osc
checking for no configure components in framework osc... sm
checking for m4 configure components in framework osc... monitoring, portals4, pt2pt, rdma, ucx
--- MCA component osc:sm (no configuration)
checking for MCA component osc:sm compile mode... static
checking if MCA component osc:sm can compile... yes
--- MCA component osc:monitoring (m4 configuration macro)
checking for MCA component osc:monitoring compile mode... static
checking if MCA component osc:monitoring can compile... no
--- MCA component osc:portals4 (m4 configuration macro)
checking for MCA component osc:portals4 compile mode... static
checking if MCA component osc:portals4 can compile... no
--- MCA component osc:pt2pt (m4 configuration macro)
checking for MCA component osc:pt2pt compile mode... static
checking if MCA component osc:pt2pt can compile... yes
--- MCA component osc:rdma (m4 configuration macro)
checking for MCA component osc:rdma compile mode... static
checking if MCA component osc:rdma can compile... yes
checking for index in endpoint array for tag BML... 0
--- MCA component osc:ucx (m4 configuration macro)
checking for MCA component osc:ucx compile mode... static
checking --with-ucx value... simple no (specified --without-ucx)
checking --with-ucx-libdir value... simple ok (unspecified value)
checking if MCA component osc:ucx can compile... no
+++ Configuring MCA framework pml
checking for no configure components in framework pml... cm
checking for m4 configure components in framework pml... crcpw, monitoring, ob1, ucx, v, yalla
--- MCA component pml:cm (no configuration)
checking for MCA component pml:cm compile mode... static
checking if MCA component pml:cm can compile... yes
--- MCA component pml:crcpw (m4 configuration macro)
checking for MCA component pml:crcpw compile mode... static
checking if MCA component pml:crcpw can compile... no
--- MCA component pml:monitoring (m4 configuration macro)
checking for MCA component pml:monitoring compile mode... static
checking if MCA component pml:monitoring can compile... no
--- MCA component pml:ob1 (m4 configuration macro)
checking for MCA component pml:ob1 compile mode... static
checking if MCA component pml:ob1 can compile... yes
checking for index in endpoint array for tag BML... 0
--- MCA component pml:ucx (m4 configuration macro)
checking for MCA component pml:ucx compile mode... static
checking --with-ucx value... simple no (specified --without-ucx)
checking --with-ucx-libdir value... simple ok (unspecified value)
checking if MCA component pml:ucx can compile... no
--- MCA component pml:v (m4 configuration macro)
checking for MCA component pml:v compile mode... static
checking if MCA component pml:v can compile... yes
--- MCA component pml:yalla (m4 configuration macro)
checking for MCA component pml:yalla compile mode... static
checking --with-mxm-libdir value... simple ok (unspecified value)
checking for MXM version compatibility... no
checking if MCA component pml:yalla can compile... no
+++ Configuring MCA framework rte
checking for no configure components in framework rte...
checking for m4 configure components in framework rte... orte, pmix
--- MCA component rte:pmix (m4 configuration macro, priority 50)
checking for MCA component rte:pmix compile mode... static
checking if MCA component rte:pmix can compile... no
--- MCA component rte:orte (m4 configuration macro, priority 10)
checking for MCA component rte:orte compile mode... static
checking if MCA component rte:orte can compile... yes
+++ Configuring MCA framework sharedfp
checking for no configure components in framework sharedfp... individual, lockedfile
checking for m4 configure components in framework sharedfp... sm
--- MCA component sharedfp:individual (no configuration)
checking for MCA component sharedfp:individual compile mode... static
checking if MCA component sharedfp:individual can compile... yes
--- MCA component sharedfp:lockedfile (no configuration)
checking for MCA component sharedfp:lockedfile compile mode... static
checking if MCA component sharedfp:lockedfile can compile... yes
--- MCA component sharedfp:sm (m4 configuration macro)
checking for MCA component sharedfp:sm compile mode... static
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking for sem_open... yes
checking for semaphore.h... (cached) yes
checking for sem_init... yes
checking if MCA component sharedfp:sm can compile... yes
+++ Configuring MCA framework topo
checking for no configure components in framework topo... basic
checking for m4 configure components in framework topo... treematch
--- MCA component topo:basic (no configuration)
checking for MCA component topo:basic compile mode... static
checking if MCA component topo:basic can compile... yes
--- MCA component topo:treematch (m4 configuration macro)
checking for MCA component topo:treematch compile mode... static
checking if MCA component topo:treematch can compile... no
+++ Configuring MCA framework vprotocol
checking for no configure components in framework vprotocol... pessimist
checking for m4 configure components in framework vprotocol...
--- MCA component vprotocol:pessimist (no configuration)
checking for MCA component vprotocol:pessimist compile mode... static
checking if MCA component vprotocol:pessimist can compile... yes
*** Configuring MCA for oshmem
checking for frameworks for oshmem... atomic, memheap, scoll, spml, sshmem
+++ Configuring MCA framework atomic
checking for no configure components in framework atomic... basic
checking for m4 configure components in framework atomic... mxm, ucx
--- MCA component atomic:basic (no configuration)
checking for MCA component atomic:basic compile mode... static
checking if MCA component atomic:basic can compile... yes
--- MCA component atomic:mxm (m4 configuration macro)
checking for MCA component atomic:mxm compile mode... static
checking if oshmem/atomic/mxm component can be compiled... no
checking if MCA component atomic:mxm can compile... no
--- MCA component atomic:ucx (m4 configuration macro)
checking for MCA component atomic:ucx compile mode... static
checking --with-ucx value... simple no (specified --without-ucx)
checking --with-ucx-libdir value... simple ok (unspecified value)
checking if MCA component atomic:ucx can compile... no
+++ Configuring MCA framework memheap
checking for no configure components in framework memheap... buddy, ptmalloc
checking for m4 configure components in framework memheap...
--- MCA component memheap:buddy (no configuration)
checking for MCA component memheap:buddy compile mode... static
checking if MCA component memheap:buddy can compile... yes
--- MCA component memheap:ptmalloc (no configuration)
checking for MCA component memheap:ptmalloc compile mode... static
checking if MCA component memheap:ptmalloc can compile... yes
+++ Configuring MCA framework scoll
checking for no configure components in framework scoll... basic, mpi
checking for m4 configure components in framework scoll... fca, ucc
--- MCA component scoll:basic (no configuration)
checking for MCA component scoll:basic compile mode... static
checking if MCA component scoll:basic can compile... yes
--- MCA component scoll:mpi (no configuration)
checking for MCA component scoll:mpi compile mode... static
checking if MCA component scoll:mpi can compile... yes
--- MCA component scoll:fca (m4 configuration macro)
checking for MCA component scoll:fca compile mode... static
checking if MCA component scoll:fca can compile... no
--- MCA component scoll:ucc (m4 configuration macro)
checking for MCA component scoll:ucc compile mode... static
checking ucc/api/ucc.h usability... no
checking ucc/api/ucc.h presence... no
checking for ucc/api/ucc.h... no
checking if UCC supports float128 and float32(64,128)_complex datatypes... no
checking if MCA component scoll:ucc can compile... no
+++ Configuring MCA framework spml
checking for no configure components in framework spml...
checking for m4 configure components in framework spml... ikrit, ucx
--- MCA component spml:ikrit (m4 configuration macro)
checking for MCA component spml:ikrit compile mode... static
checking if MCA component spml:ikrit can compile... no
--- MCA component spml:ucx (m4 configuration macro)
checking for MCA component spml:ucx compile mode... static
checking --with-ucx value... simple no (specified --without-ucx)
checking --with-ucx-libdir value... simple ok (unspecified value)
checking if MCA component spml:ucx can compile... no
+++ Configuring MCA framework sshmem
checking for no configure components in framework sshmem...
checking for m4 configure components in framework sshmem... mmap, sysv, ucx, verbs
--- MCA component sshmem:mmap (m4 configuration macro)
checking for MCA component sshmem:mmap compile mode... static
checking if want mmap shared memory support... yes
checking for library containing mmap... (cached) none required
checking if MCA component sshmem:mmap can compile... yes
--- MCA component sshmem:sysv (m4 configuration macro)
checking for MCA component sshmem:sysv compile mode... static
checking if want SYSV shared memory support... yes
checking for shmget... (cached) yes
checking if MCA component sshmem:sysv can compile... yes
--- MCA component sshmem:ucx (m4 configuration macro)
checking for MCA component sshmem:ucx compile mode... static
checking --with-ucx value... simple no (specified --without-ucx)
checking --with-ucx-libdir value... simple ok (unspecified value)
configure: UCX device memory allocation is not supported
checking if MCA component sshmem:ucx can compile... no
--- MCA component sshmem:verbs (m4 configuration macro)
checking for MCA component sshmem:verbs compile mode... static
checking if want verbs shared memory support... yes
checking if MCA component sshmem:verbs can compile... no
checking for size of endpoint array... 1
configure: WARNING: No spml found. Will not build OpenSHMEM layer.
============================================================================
== Extended MPI interfaces setup
============================================================================
checking for available MPI Extensions... affinity, cr, cuda, pcollreq
checking which MPI extension should be enabled... All Available Extensions
--- MPI Extension affinity
checking if MPI Extension affinity can compile... yes
checking if MPI Extension affinity has C bindings... yes (required)
checking if MPI Extension affinity has mpif.h bindings... no
checking if MPI Extension affinity has "use mpi" bindings... no
checking if MPI Extension affinity has "use mpi_f08" bindings... no
--- MPI Extension cr
checking if MPI Extension cr can compile... no
--- MPI Extension cuda
checking if MPI Extension cuda can compile... yes
checking if MPI Extension cuda has C bindings... yes (required)
checking if MPI Extension cuda has mpif.h bindings... no
checking if MPI Extension cuda has "use mpi" bindings... no
checking if MPI Extension cuda has "use mpi_f08" bindings... no
--- MPI Extension pcollreq
checking if MPI Extension pcollreq can compile... yes
checking if MPI Extension pcollreq has C bindings... yes (required)
checking if MPI Extension pcollreq has mpif.h bindings... yes
checking if MPI Extension pcollreq has "use mpi" bindings... yes
checking if MPI Extension pcollreq has "use mpi_f08" bindings... yes
============================================================================
== Contributed software setup
============================================================================
*** Configuring contributed software packages
checking which contributed software packages should be disabled...
--- libompitrace (m4 configuration macro)
checking if contributed component libompitrace can compile... yes
============================================================================
== Symbol visibility feature
============================================================================
checking if /usr/bin/gcc supports -fvisibility=hidden... yes
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
============================================================================
== Final top-level OMPI configuration
============================================================================
*** Libtool configuration
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by /usr/bin/gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/gcc static flag -static works... no
checking if /usr/bin/gcc supports -c -o file.o... yes
checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... /usr/bin/g++ -E
checking for ld used by /usr/bin/g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC
checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/g++ static flag -static works... no
checking if /usr/bin/g++ supports -c -o file.o... yes
checking if /usr/bin/g++ supports -c -o file.o... (cached) yes
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for /usr/bin/gfortran option to produce PIC... -fPIC
checking if /usr/bin/gfortran PIC flag -fPIC works... yes
checking if /usr/bin/gfortran static flag -static works... no
checking if /usr/bin/gfortran supports -c -o file.o... yes
checking if /usr/bin/gfortran supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
*** Compiler flags
checking which of CFLAGS are ok for debugger modules... -DNDEBUG -m64 -fPIC -fno-strict-aliasing -mcx16
checking for debugger extra CFLAGS... -g
checking if -fasynchronous-unwind-tables compiler flag works... yes
checking for final compiler unwind flags... -fasynchronous-unwind-tables
*** Wrapper compiler final setup
checking for perl... /usr/bin/perl
checking for OPAL CPPFLAGS...
checking for OPAL CFLAGS...
checking for OPAL CFLAGS_PREFIX...
checking for OPAL CXXFLAGS...
checking for OPAL CXXFLAGS_PREFIX...
checking for OPAL LDFLAGS... -L/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/lib -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib -L/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/lib
checking for OPAL pkg-config LDFLAGS... -L/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/lib -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib -L/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/lib
checking for OPAL LIBS... -lz -lnl-3 -lnl-route-3 -lrt -lutil
checking for ORTE CPPFLAGS...
checking for ORTE CFLAGS...
checking for ORTE CFLAGS_PREFIX...
checking for ORTE LDFLAGS... -L/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/lib -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib -L/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/lib
checking for ORTE pkg-config LDFLAGS... -L/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/lib -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib -L/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/lib
checking for ORTE LIBS... -lz -lnl-3 -lnl-route-3 -lrt -lutil
checking for OMPI CPPFLAGS...
checking for OMPI CFLAGS...
checking for OMPI CFLAGS_PREFIX...
checking for OMPI CXXFLAGS...
checking for OMPI CXXFLAGS_PREFIX...
checking for OMPI FCFLAGS...
checking for OMPI FCFLAGS_PREFIX...
checking for OMPI LDFLAGS... -L/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/lib -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib -L/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/lib
checking for OMPI pkg-config LDFLAGS... -L/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/lib -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib -L/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/lib
checking for OMPI LIBS... -lz -lnl-3 -lnl-route-3 -lrt -lutil -lnl-cli-3 -lnl-nf-3 -lnl-xfrm-3 -lnl-idiag-3 -lnl-genl-3 -lhwloc -ldl -lpthread -lm
checking if libtool needs -no-undefined flag to build shared libraries... no
*** Final output
checking for libraries that use libnl v1... (none)
checking for libraries that use libnl v3... (none)
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating ompi/include/ompi/version.h
config.status: creating orte/include/orte/version.h
config.status: creating oshmem/include/oshmem/version.h
config.status: creating opal/include/opal/version.h
config.status: creating ompi/mpi/java/Makefile
config.status: creating ompi/mpi/java/java/Makefile
config.status: creating ompi/mpi/java/c/Makefile
config.status: creating ompi/mpi/fortran/configure-fortran-output.h
config.status: creating opal/mca/hwloc/Makefile
config.status: creating opal/mca/hwloc/external/Makefile
config.status: creating opal/mca/hwloc/hwloc201/Makefile
config.status: creating opal/mca/hwloc/hwloc201/hwloc/Makefile
config.status: creating opal/mca/hwloc/hwloc201/hwloc/include/Makefile
config.status: creating opal/mca/hwloc/hwloc201/hwloc/hwloc/Makefile
config.status: creating opal/mca/common/Makefile
config.status: creating opal/mca/common/cuda/Makefile
config.status: creating opal/mca/common/ofi/Makefile
config.status: creating opal/mca/common/sm/Makefile
config.status: creating opal/mca/common/ucx/Makefile
config.status: creating opal/mca/common/verbs/Makefile
config.status: creating opal/mca/common/verbs_usnic/Makefile
config.status: creating opal/mca/allocator/Makefile
config.status: creating opal/mca/allocator/basic/Makefile
config.status: creating opal/mca/allocator/bucket/Makefile
config.status: creating opal/mca/backtrace/Makefile
config.status: creating opal/mca/backtrace/execinfo/Makefile
config.status: creating opal/mca/backtrace/printstack/Makefile
config.status: creating opal/mca/backtrace/none/Makefile
config.status: creating opal/mca/btl/Makefile
config.status: creating opal/mca/btl/self/Makefile
config.status: creating opal/mca/btl/ofi/Makefile
config.status: creating opal/mca/btl/openib/Makefile
config.status: creating opal/mca/btl/portals4/Makefile
config.status: creating opal/mca/btl/sm/Makefile
config.status: creating opal/mca/btl/smcuda/Makefile
config.status: creating opal/mca/btl/tcp/Makefile
config.status: creating opal/mca/btl/uct/Makefile
config.status: creating opal/mca/btl/ugni/Makefile
config.status: creating opal/mca/btl/usnic/Makefile
config.status: creating opal/mca/btl/vader/Makefile
config.status: creating opal/mca/compress/Makefile
config.status: creating opal/mca/compress/bzip/Makefile
config.status: creating opal/mca/compress/gzip/Makefile
config.status: creating opal/mca/crs/Makefile
config.status: creating opal/mca/crs/none/Makefile
config.status: creating opal/mca/crs/self/Makefile
config.status: creating opal/mca/dl/Makefile
config.status: creating opal/mca/dl/dlopen/Makefile
config.status: creating opal/mca/dl/libltdl/Makefile
config.status: creating opal/mca/event/Makefile
config.status: creating opal/mca/event/external/Makefile
config.status: creating opal/mca/event/libevent2022/Makefile
config.status: creating opal/mca/if/Makefile
config.status: creating opal/mca/if/bsdx_ipv4/Makefile
config.status: creating opal/mca/if/bsdx_ipv6/Makefile
config.status: creating opal/mca/if/linux_ipv6/Makefile
config.status: creating opal/mca/if/posix_ipv4/Makefile
config.status: creating opal/mca/if/solaris_ipv6/Makefile
config.status: creating opal/mca/installdirs/Makefile
config.status: creating opal/mca/installdirs/env/Makefile
config.status: creating opal/mca/installdirs/config/Makefile
config.status: creating opal/mca/installdirs/config/install_dirs.h
config.status: creating opal/mca/memchecker/Makefile
config.status: creating opal/mca/memchecker/valgrind/Makefile
config.status: creating opal/mca/memcpy/Makefile
config.status: creating opal/mca/memory/Makefile
config.status: creating opal/mca/memory/patcher/Makefile
config.status: creating opal/mca/memory/malloc_solaris/Makefile
config.status: creating opal/mca/mpool/Makefile
config.status: creating opal/mca/mpool/hugepage/Makefile
config.status: creating opal/mca/mpool/memkind/Makefile
config.status: creating opal/mca/patcher/Makefile
config.status: creating opal/mca/patcher/linux/Makefile
config.status: creating opal/mca/patcher/overwrite/Makefile
config.status: creating opal/mca/pmix/Makefile
config.status: creating opal/mca/pmix/isolated/Makefile
config.status: creating opal/mca/pmix/cray/Makefile
config.status: creating opal/mca/pmix/ext1x/Makefile
config.status: creating opal/mca/pmix/ext2x/Makefile
config.status: creating opal/mca/pmix/ext3x/Makefile
config.status: creating opal/mca/pmix/flux/Makefile
config.status: creating opal/mca/pmix/pmix3x/Makefile
config.status: creating opal/mca/pmix/s1/Makefile
config.status: creating opal/mca/pmix/s2/Makefile
config.status: creating opal/mca/pstat/Makefile
config.status: creating opal/mca/pstat/linux/Makefile
config.status: creating opal/mca/pstat/test/Makefile
config.status: creating opal/mca/rcache/Makefile
config.status: creating opal/mca/rcache/grdma/Makefile
config.status: creating opal/mca/rcache/gpusm/Makefile
config.status: creating opal/mca/rcache/rgpusm/Makefile
config.status: creating opal/mca/rcache/udreg/Makefile
config.status: creating opal/mca/reachable/Makefile
config.status: creating opal/mca/reachable/weighted/Makefile
config.status: creating opal/mca/reachable/netlink/Makefile
config.status: creating opal/mca/shmem/Makefile
config.status: creating opal/mca/shmem/mmap/Makefile
config.status: creating opal/mca/shmem/posix/Makefile
config.status: creating opal/mca/shmem/sysv/Makefile
config.status: creating opal/mca/timer/Makefile
config.status: creating opal/mca/timer/altix/Makefile
config.status: creating opal/mca/timer/darwin/Makefile
config.status: creating opal/mca/timer/linux/Makefile
config.status: creating opal/mca/timer/solaris/Makefile
config.status: creating orte/mca/common/Makefile
config.status: creating orte/mca/common/alps/Makefile
config.status: creating orte/mca/errmgr/Makefile
config.status: creating orte/mca/errmgr/default_app/Makefile
config.status: creating orte/mca/errmgr/default_hnp/Makefile
config.status: creating orte/mca/errmgr/default_orted/Makefile
config.status: creating orte/mca/errmgr/default_tool/Makefile
config.status: creating orte/mca/ess/Makefile
config.status: creating orte/mca/ess/env/Makefile
config.status: creating orte/mca/ess/hnp/Makefile
config.status: creating orte/mca/ess/pmi/Makefile
config.status: creating orte/mca/ess/singleton/Makefile
config.status: creating orte/mca/ess/tool/Makefile
config.status: creating orte/mca/ess/alps/Makefile
config.status: creating orte/mca/ess/lsf/Makefile
config.status: creating orte/mca/ess/slurm/Makefile
config.status: creating orte/mca/ess/tm/Makefile
config.status: creating orte/mca/filem/Makefile
config.status: creating orte/mca/filem/raw/Makefile
config.status: creating orte/mca/grpcomm/Makefile
config.status: creating orte/mca/grpcomm/direct/Makefile
config.status: creating orte/mca/iof/Makefile
config.status: creating orte/mca/iof/hnp/Makefile
config.status: creating orte/mca/iof/orted/Makefile
config.status: creating orte/mca/iof/tool/Makefile
config.status: creating orte/mca/odls/Makefile
config.status: creating orte/mca/odls/alps/Makefile
config.status: creating orte/mca/odls/default/Makefile
config.status: creating orte/mca/odls/pspawn/Makefile
config.status: creating orte/mca/oob/Makefile
config.status: creating orte/mca/oob/alps/Makefile
config.status: creating orte/mca/oob/tcp/Makefile
config.status: creating orte/mca/plm/Makefile
config.status: creating orte/mca/plm/alps/Makefile
config.status: creating orte/mca/plm/isolated/Makefile
config.status: creating orte/mca/plm/lsf/Makefile
config.status: creating orte/mca/plm/rsh/Makefile
config.status: creating orte/mca/plm/slurm/Makefile
config.status: creating orte/mca/plm/tm/Makefile
config.status: creating orte/mca/ras/Makefile
config.status: creating orte/mca/ras/simulator/Makefile
config.status: creating orte/mca/ras/alps/Makefile
config.status: creating orte/mca/ras/gridengine/Makefile
config.status: creating orte/mca/ras/lsf/Makefile
config.status: creating orte/mca/ras/slurm/Makefile
config.status: creating orte/mca/ras/tm/Makefile
config.status: creating orte/mca/regx/Makefile
config.status: creating orte/mca/regx/fwd/Makefile
config.status: creating orte/mca/regx/naive/Makefile
config.status: creating orte/mca/regx/reverse/Makefile
config.status: creating orte/mca/rmaps/Makefile
config.status: creating orte/mca/rmaps/mindist/Makefile
config.status: creating orte/mca/rmaps/ppr/Makefile
config.status: creating orte/mca/rmaps/rank_file/Makefile
config.status: creating orte/mca/rmaps/resilient/Makefile
config.status: creating orte/mca/rmaps/round_robin/Makefile
config.status: creating orte/mca/rmaps/seq/Makefile
config.status: creating orte/mca/rml/Makefile
config.status: creating orte/mca/rml/oob/Makefile
config.status: creating orte/mca/routed/Makefile
config.status: creating orte/mca/routed/binomial/Makefile
config.status: creating orte/mca/routed/direct/Makefile
config.status: creating orte/mca/routed/radix/Makefile
config.status: creating orte/mca/rtc/Makefile
config.status: creating orte/mca/rtc/hwloc/Makefile
config.status: creating orte/mca/schizo/Makefile
config.status: creating orte/mca/schizo/flux/Makefile
config.status: creating orte/mca/schizo/ompi/Makefile
config.status: creating orte/mca/schizo/orte/Makefile
config.status: creating orte/mca/schizo/alps/Makefile
config.status: creating orte/mca/schizo/jsm/Makefile
config.status: creating orte/mca/schizo/moab/Makefile
config.status: creating orte/mca/schizo/singularity/Makefile
config.status: creating orte/mca/schizo/slurm/Makefile
config.status: creating orte/mca/snapc/Makefile
config.status: creating orte/mca/snapc/full/Makefile
config.status: creating orte/mca/sstore/Makefile
config.status: creating orte/mca/sstore/central/Makefile
config.status: creating orte/mca/sstore/stage/Makefile
config.status: creating orte/mca/state/Makefile
config.status: creating orte/mca/state/app/Makefile
config.status: creating orte/mca/state/hnp/Makefile
config.status: creating orte/mca/state/novm/Makefile
config.status: creating orte/mca/state/orted/Makefile
config.status: creating orte/mca/state/tool/Makefile
config.status: creating ompi/mca/common/Makefile
config.status: creating ompi/mca/common/monitoring/Makefile
config.status: creating ompi/mca/common/ompio/Makefile
config.status: creating ompi/mca/bml/Makefile
config.status: creating ompi/mca/bml/r2/Makefile
config.status: creating ompi/mca/coll/Makefile
config.status: creating ompi/mca/coll/adapt/Makefile
config.status: creating ompi/mca/coll/basic/Makefile
config.status: creating ompi/mca/coll/han/Makefile
config.status: creating ompi/mca/coll/inter/Makefile
config.status: creating ompi/mca/coll/libnbc/Makefile
config.status: creating ompi/mca/coll/self/Makefile
config.status: creating ompi/mca/coll/sm/Makefile
config.status: creating ompi/mca/coll/sync/Makefile
config.status: creating ompi/mca/coll/tuned/Makefile
config.status: creating ompi/mca/coll/cuda/Makefile
config.status: creating ompi/mca/coll/fca/Makefile
config.status: creating ompi/mca/coll/hcoll/Makefile
config.status: creating ompi/mca/coll/monitoring/Makefile
config.status: creating ompi/mca/coll/portals4/Makefile
config.status: creating ompi/mca/coll/ucc/Makefile
config.status: creating ompi/mca/crcp/Makefile
config.status: creating ompi/mca/crcp/bkmrk/Makefile
config.status: creating ompi/mca/fbtl/Makefile
config.status: creating ompi/mca/fbtl/ime/Makefile
config.status: creating ompi/mca/fbtl/posix/Makefile
config.status: creating ompi/mca/fbtl/pvfs2/Makefile
config.status: creating ompi/mca/fcoll/Makefile
config.status: creating ompi/mca/fcoll/dynamic/Makefile
config.status: creating ompi/mca/fcoll/dynamic_gen2/Makefile
config.status: creating ompi/mca/fcoll/individual/Makefile
config.status: creating ompi/mca/fcoll/two_phase/Makefile
config.status: creating ompi/mca/fcoll/vulcan/Makefile
config.status: creating ompi/mca/fs/Makefile
config.status: creating ompi/mca/fs/gpfs/Makefile
config.status: creating ompi/mca/fs/ime/Makefile
config.status: creating ompi/mca/fs/lustre/Makefile
config.status: creating ompi/mca/fs/pvfs2/Makefile
config.status: creating ompi/mca/fs/ufs/Makefile
config.status: creating ompi/mca/hook/Makefile
config.status: creating ompi/mca/io/Makefile
config.status: creating ompi/mca/io/ompio/Makefile
config.status: creating ompi/mca/io/romio321/Makefile
config.status: creating ompi/mca/mtl/Makefile
config.status: creating ompi/mca/mtl/ofi/Makefile
config.status: creating ompi/mca/mtl/portals4/Makefile
config.status: creating ompi/mca/mtl/psm/Makefile
config.status: creating ompi/mca/mtl/psm2/Makefile
config.status: creating ompi/mca/op/Makefile
config.status: creating ompi/mca/op/avx/Makefile
config.status: creating ompi/mca/osc/Makefile
config.status: creating ompi/mca/osc/sm/Makefile
config.status: creating ompi/mca/osc/monitoring/Makefile
config.status: creating ompi/mca/osc/portals4/Makefile
config.status: creating ompi/mca/osc/pt2pt/Makefile
config.status: creating ompi/mca/osc/rdma/Makefile
config.status: creating ompi/mca/osc/ucx/Makefile
config.status: creating ompi/mca/pml/Makefile
config.status: creating ompi/mca/pml/cm/Makefile
config.status: creating ompi/mca/pml/crcpw/Makefile
config.status: creating ompi/mca/pml/monitoring/Makefile
config.status: creating ompi/mca/pml/ob1/Makefile
config.status: creating ompi/mca/pml/ucx/Makefile
config.status: creating ompi/mca/pml/v/Makefile
config.status: creating ompi/mca/pml/yalla/Makefile
config.status: creating ompi/mca/rte/Makefile
config.status: creating ompi/mca/rte/pmix/Makefile
config.status: creating ompi/mca/rte/orte/Makefile
config.status: creating ompi/mca/sharedfp/Makefile
config.status: creating ompi/mca/sharedfp/individual/Makefile
config.status: creating ompi/mca/sharedfp/lockedfile/Makefile
config.status: creating ompi/mca/sharedfp/sm/Makefile
config.status: creating ompi/mca/topo/Makefile
config.status: creating ompi/mca/topo/basic/Makefile
config.status: creating ompi/mca/topo/treematch/Makefile
config.status: creating ompi/mca/vprotocol/Makefile
config.status: creating ompi/mca/vprotocol/pessimist/Makefile
config.status: creating oshmem/mca/atomic/Makefile
config.status: creating oshmem/mca/atomic/basic/Makefile
config.status: creating oshmem/mca/atomic/mxm/Makefile
config.status: creating oshmem/mca/atomic/ucx/Makefile
config.status: creating oshmem/mca/memheap/Makefile
config.status: creating oshmem/mca/memheap/buddy/Makefile
config.status: creating oshmem/mca/memheap/ptmalloc/Makefile
config.status: creating oshmem/mca/scoll/Makefile
config.status: creating oshmem/mca/scoll/basic/Makefile
config.status: creating oshmem/mca/scoll/mpi/Makefile
config.status: creating oshmem/mca/scoll/fca/Makefile
config.status: creating oshmem/mca/scoll/ucc/Makefile
config.status: creating oshmem/mca/spml/Makefile
config.status: creating oshmem/mca/spml/ikrit/Makefile
config.status: creating oshmem/mca/spml/ucx/Makefile
config.status: creating oshmem/mca/sshmem/Makefile
config.status: creating oshmem/mca/sshmem/mmap/Makefile
config.status: creating oshmem/mca/sshmem/sysv/Makefile
config.status: creating oshmem/mca/sshmem/ucx/Makefile
config.status: creating oshmem/mca/sshmem/verbs/Makefile
config.status: creating ompi/mpiext/affinity/Makefile
config.status: creating ompi/mpiext/affinity/c/Makefile
config.status: creating ompi/mpiext/cr/Makefile
config.status: creating ompi/mpiext/cr/c/Makefile
config.status: creating ompi/mpiext/cuda/Makefile
config.status: creating ompi/mpiext/cuda/c/Makefile
config.status: creating ompi/mpiext/pcollreq/Makefile
config.status: creating ompi/mpiext/pcollreq/c/Makefile
config.status: creating ompi/mpiext/pcollreq/c/profile/Makefile
config.status: creating ompi/mpiext/pcollreq/mpif-h/Makefile
config.status: creating ompi/mpiext/pcollreq/mpif-h/profile/Makefile
config.status: creating ompi/mpiext/pcollreq/use-mpi/Makefile
config.status: creating ompi/mpiext/pcollreq/use-mpi-f08/Makefile
config.status: creating ompi/contrib/libompitrace/Makefile
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/dist/mofed/debian/changelog
config.status: creating contrib/dist/mofed/debian/control
config.status: creating contrib/dist/mofed/debian/copyright
config.status: creating test/Makefile
config.status: creating test/event/Makefile
config.status: creating test/asm/Makefile
config.status: creating test/datatype/Makefile
config.status: creating test/dss/Makefile
config.status: creating test/class/Makefile
config.status: creating test/mpool/Makefile
config.status: creating test/support/Makefile
config.status: creating test/threads/Makefile
config.status: creating test/util/Makefile
config.status: creating test/monitoring/Makefile
config.status: creating test/spc/Makefile
config.status: creating contrib/dist/mofed/debian/rules
config.status: creating contrib/dist/mofed/compile_debian_mlnx_example
config.status: creating opal/Makefile
config.status: creating opal/etc/Makefile
config.status: creating opal/include/Makefile
config.status: creating opal/datatype/Makefile
config.status: creating opal/util/Makefile
config.status: creating opal/util/keyval/Makefile
config.status: creating opal/mca/base/Makefile
config.status: creating opal/tools/wrappers/Makefile
config.status: creating opal/tools/wrappers/opalcc-wrapper-data.txt
config.status: creating opal/tools/wrappers/opalc++-wrapper-data.txt
config.status: creating opal/tools/wrappers/opal.pc
config.status: creating opal/tools/opal-checkpoint/Makefile
config.status: creating opal/tools/opal-restart/Makefile
config.status: creating orte/Makefile
config.status: creating orte/include/Makefile
config.status: creating orte/etc/Makefile
config.status: creating orte/orted/orted-mpir/Makefile
config.status: creating orte/tools/orted/Makefile
config.status: creating orte/tools/orterun/Makefile
config.status: creating orte/tools/wrappers/Makefile
config.status: creating orte/tools/wrappers/ortecc-wrapper-data.txt
config.status: creating orte/tools/wrappers/orte.pc
config.status: creating orte/tools/orte-clean/Makefile
config.status: creating orte/tools/orte-info/Makefile
config.status: creating orte/tools/orte-server/Makefile
config.status: creating ompi/Makefile
config.status: creating ompi/etc/Makefile
config.status: creating ompi/include/Makefile
config.status: creating ompi/include/mpif.h
config.status: creating ompi/include/mpif-config.h
config.status: creating ompi/datatype/Makefile
config.status: creating ompi/debuggers/Makefile
config.status: creating ompi/mpi/c/Makefile
config.status: creating ompi/mpi/c/profile/Makefile
config.status: creating ompi/mpi/cxx/Makefile
config.status: creating ompi/mpi/fortran/base/Makefile
config.status: creating ompi/mpi/fortran/mpif-h/Makefile
config.status: creating ompi/mpi/fortran/mpif-h/profile/Makefile
config.status: creating ompi/mpi/fortran/use-mpi-tkr/Makefile
config.status: creating ompi/mpi/fortran/use-mpi-tkr/fortran_sizes.h
config.status: creating ompi/mpi/fortran/use-mpi-tkr/fortran_kinds.sh
config.status: creating ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile
config.status: creating ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-interfaces.h
config.status: creating ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-file-interfaces.h
config.status: creating ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-removed-interfaces.h
config.status: creating ompi/mpi/fortran/use-mpi-f08/Makefile
config.status: creating ompi/mpi/fortran/use-mpi-f08/base/Makefile
config.status: creating ompi/mpi/fortran/use-mpi-f08/bindings/Makefile
config.status: creating ompi/mpi/fortran/use-mpi-f08/mod/Makefile
config.status: creating ompi/mpi/fortran/mpiext-use-mpi/Makefile
config.status: creating ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile
config.status: creating ompi/mpi/tool/Makefile
config.status: creating ompi/mpi/tool/profile/Makefile
config.status: creating ompi/tools/ompi_info/Makefile
config.status: creating ompi/tools/wrappers/Makefile
config.status: creating ompi/tools/wrappers/mpicc-wrapper-data.txt
config.status: creating ompi/tools/wrappers/mpic++-wrapper-data.txt
config.status: creating ompi/tools/wrappers/mpifort-wrapper-data.txt
config.status: creating ompi/tools/wrappers/ompi.pc
config.status: creating ompi/tools/wrappers/ompi-c.pc
config.status: creating ompi/tools/wrappers/ompi-cxx.pc
config.status: creating ompi/tools/wrappers/ompi-fort.pc
config.status: creating ompi/tools/wrappers/mpijavac.pl
config.status: creating ompi/tools/mpisync/Makefile
config.status: creating oshmem/Makefile
config.status: creating oshmem/include/Makefile
config.status: creating oshmem/shmem/c/Makefile
config.status: creating oshmem/shmem/c/profile/Makefile
config.status: creating oshmem/shmem/fortran/Makefile
config.status: creating oshmem/shmem/fortran/profile/Makefile
config.status: creating oshmem/tools/oshmem_info/Makefile
config.status: creating oshmem/tools/wrappers/Makefile
config.status: creating oshmem/tools/wrappers/shmemcc-wrapper-data.txt
config.status: creating oshmem/tools/wrappers/shmemc++-wrapper-data.txt
config.status: creating oshmem/tools/wrappers/shmemfort-wrapper-data.txt
config.status: creating opal/include/opal_config.h
config.status: creating ompi/include/mpi.h
config.status: creating oshmem/include/shmem.h
config.status: creating opal/mca/hwloc/hwloc201/hwloc/include/private/autogen/config.h
config.status: creating opal/mca/hwloc/hwloc201/hwloc/include/hwloc/autogen/config.h
config.status: creating ompi/mpiext/cuda/c/mpiext_cuda_c.h
config.status: executing depfiles commands
config.status: executing opal/mca/event/libevent2022/libevent/include/event2/event-config.h commands
config.status: executing ompi/mca/osc/monitoring/osc_monitoring_template_gen.h commands
config.status: executing libtool commands
Open MPI configuration:
-----------------------
Version: 4.1.6
Build MPI C bindings: yes
Build MPI C++ bindings (deprecated): no
Build MPI Fortran bindings: no
MPI Build Java bindings (experimental): no
Build Open SHMEM support: false (no spml)
Debug build: no
Platform file: (none)
Miscellaneous
-----------------------
CUDA support: no
HWLOC support: external
Libevent support: internal
Open UCC: no
PMIx support: Internal
Transports
-----------------------
Cisco usNIC: no
Cray uGNI (Gemini/Aries): no
Intel Omnipath (PSM2): no
Intel TrueScale (PSM): no
Mellanox MXM: no
OpenFabrics OFI Libfabric: no
OpenFabrics Verbs: no
Portals4: no
Shared memory/copy in+copy out: yes
Shared memory/Linux CMA: yes
Shared memory/Linux KNEM: no
Shared memory/XPMEM: no
TCP: yes
Resource Managers
-----------------------
Cray Alps: no
Grid Engine: no
LSF: no
Moab: no
Slurm: yes
ssh/rsh: yes
Torque: no
OMPIO File Systems
-----------------------
DDN Infinite Memory Engine: no
Generic Unix FS: yes
IBM Spectrum Scale/GPFS: no
Lustre: no
PVFS2/OrangeFS: no
openmpi/4.1.6: RUN: make -j12
Making all in config
make[1]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/config'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/config'
Making all in contrib
make[1]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/contrib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/contrib'
Making all in opal
make[1]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal'
Making all in include
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/include'
make all-am
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/include'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/include'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/include'
Making all in datatype
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/datatype'
CC libdatatype_reliable_la-opal_datatype_pack.lo
CC opal_convertor_raw.lo
CC opal_copy_functions.lo
CC libdatatype_reliable_la-opal_datatype_unpack.lo
CC opal_convertor.lo
CC opal_datatype_add.lo
CC opal_datatype_copy.lo
CC opal_datatype_clone.lo
CC opal_copy_functions_heterogeneous.lo
CC opal_datatype_create_contiguous.lo
CC opal_datatype_create.lo
CC opal_datatype_destroy.lo
CC opal_datatype_dump.lo
CC opal_datatype_fake_stack.lo
CC opal_datatype_get_count.lo
CC opal_datatype_module.lo
CC opal_datatype_monotonic.lo
CC opal_datatype_optimize.lo
CC opal_datatype_pack.lo
CC opal_datatype_position.lo
CC opal_datatype_resize.lo
CC opal_datatype_unpack.lo
CCLD libdatatype_reliable.la
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD libdatatype.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/datatype'
Making all in etc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/etc'
Making all in util
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util'
Making all in keyval
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util/keyval'
CC keyval_lex.lo
CCLD libopalutilkeyval.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util/keyval'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util'
CC argv.lo
CC arch.lo
CC bipartite_graph.lo
CC alfg.lo
CC basename.lo
CC crc.lo
CC daemon_init.lo
CC cmd_line.lo
CC ethtool.lo
CC error.lo
CC fd.lo
CC few.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/daemon_init.h: In function ‘opal_daemon_init’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/daemon_init.c:55:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
55 | chdir(working_dir); /* change working directory */
| ^~~~~~~~~~~~~~~~~~
CC if.lo
CC keyval_parse.lo
CC malloc.lo
CC net.lo
CC numtostr.lo
CC opal_environ.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/error.c: In function ‘opal_strerror_unknown’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/error.c:84:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
84 | asprintf(str, "Unknown error: %d (%s error %d)",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
85 | errnum, converters[i].project,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
86 | errnum - converters[i].err_base);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/error.c:92:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
92 | asprintf(str, "Unknown error: %d", errnum);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/error.h: In function ‘opal_delay_abort’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/error.c:234:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
234 | write(STDERR_FILENO, msg, strlen(msg));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/error.c:242:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
242 | write(STDERR_FILENO, msg, strlen(msg));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC opal_getcwd.lo
CC opal_pty.lo
CC os_dirpath.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/opal_environ.h: In function ‘opal_setenv’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/opal_environ.c:105:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
105 | asprintf(&newvalue, "%s=", name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/opal_environ.c:107:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
107 | asprintf(&newvalue, "%s=%s", name, value);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/opal_environ.c:165:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
165 | asprintf(&compare, "%s=", name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/opal_environ.h: In function ‘opal_unsetenv’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/opal_environ.c:221:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
221 | asprintf(&compare, "%s=", name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC os_path.lo
CC output.lo
CC path.lo
CC printf.lo
CC proc.lo
CC qsort.lo
CC show_help.lo
CC show_help_lex.lo
CC stacktrace.lo
CC strncpy.lo
CC sys_limits.lo
CC uri.lo
CC info_subscriber.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/path.h: In function ‘opal_find_absolute_path’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/path.c:406:9: warning: ignoring return value of ‘realpath’, declared with attribute warn_unused_result [-Wunused-result]
406 | realpath( abs_app_name, resolved_path );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/output.h: In function ‘opal_output_init’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/output.c:191:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
191 | asprintf(&verbose.lds_prefix, "[%s:%05d] ", hostname, getpid());
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/output.c:212:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
212 | asprintf(&output_prefix, "output-pid%d-", getpid());
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/output.h: In function ‘opal_output_reopen_all’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/output.c:281:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
281 | asprintf(&verbose.lds_prefix, "[%s:%05d] ", hostname, getpid());
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/output.c: In function ‘output’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/output.c:976:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
976 | write(fileno(stdout), out, (int)strlen(out));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/output.c:982:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
982 | write((-1 == default_stderr_fd) ?
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
983 | fileno(stderr) : default_stderr_fd,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
984 | out, (int)strlen(out));
| ~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/output.c:1004:20: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
1004 | write(ldi->ldi_fd, buffer, (int)strlen(buffer));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/output.c:1012:17: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
1012 | write(ldi->ldi_fd, out, (int)strlen(out));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/output.c: In function ‘make_string’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/output.c:866:5: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result]
866 | vasprintf(no_newline_string, format, arglist);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC info.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/show_help.h: In function ‘opal_show_help_vstring’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/show_help.c:311:9: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result]
311 | vasprintf(&output, single_string, arglist);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/show_help.c: In function ‘open_file’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/show_help.c:163:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
163 | asprintf(&err_msg, "%s: %s", filename, strerror(errno));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/show_help.c:167:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
167 | asprintf(&filename, "%s%s%s.txt", search_dirs[i], OPAL_PATH_SEP, base);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/stacktrace.c: In function ‘show_stackframe’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/stacktrace.c:144:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
144 | write(opal_stacktrace_output_fileno, print_buffer, ret);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/stacktrace.c:394:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
394 | write(opal_stacktrace_output_fileno, print_buffer, sizeof(print_buffer)-size);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/stacktrace.c:401:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
401 | write(opal_stacktrace_output_fileno, unable_to_print_msg, strlen(unable_to_print_msg));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/stacktrace.c:410:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
410 | write(opal_stacktrace_output_fileno, print_buffer, ret);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/stacktrace.c:412:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
412 | write(opal_stacktrace_output_fileno, unable_to_print_msg, strlen(unable_to_print_msg));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/uri.h: In function ‘opal_filename_to_uri’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/uri.c:62:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
62 | asprintf(&uri, "file://%s", filename);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/uri.c:99:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
99 | asprintf(&uri, "file://%s%s", hostname, fn);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libopalutil.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util'
Making all in mca/base
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/base'
CC mca_base_cmd_line.lo
CC mca_base_close.lo
CC mca_base_component_find.lo
CC mca_base_component_compare.lo
CC mca_base_components_close.lo
CC mca_base_component_repository.lo
CC mca_base_components_select.lo
CC mca_base_components_open.lo
CC mca_base_list.lo
CC mca_base_open.lo
CC mca_base_var.lo
CC mca_base_pvar.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/base.h: In function ‘mca_base_cmd_line_wrap_args’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_cmd_line.c:234:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
234 | asprintf(&tstr, "\"%s\"", args[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC mca_base_var_enum.lo
CC mca_base_var_group.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/base.h: In function ‘mca_base_open’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_open.c:82:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
82 | asprintf(&mca_base_user_default_path, "%s"OPAL_PATH_SEP".openmpi"OPAL_PATH_SEP"components", opal_home_directory());
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_open.c:91:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
91 | asprintf(&value, "%s%c%s", mca_base_system_default_path,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
92 | OPAL_ENV_SEP, mca_base_user_default_path);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_open.c:159:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
159 | asprintf(&lds.lds_prefix, "[%s:%05d] ", hostname, getpid());
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_pvar.h: In function ‘mca_base_pvar_dump’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_pvar.c:848:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
848 | (void)asprintf(&tmp, "mca:%s:%s:pvar:%s:", framework, component, full_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_pvar.c:850:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
850 | (void)asprintf(out[0] + line++, "%sclass:%s", tmp, pvar_class_names[pvar->var_class]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_pvar.c:851:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
851 | (void)asprintf(out[0] + line++, "%sread-only:%s", tmp, mca_base_pvar_is_readonly(pvar) ? "true" : "false");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_pvar.c:852:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
852 | (void)asprintf(out[0] + line++, "%scontinuous:%s", tmp, mca_base_pvar_is_continuous(pvar) ? "true" : "false");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_pvar.c:853:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
853 | (void)asprintf(out[0] + line++, "%satomic:%s", tmp, mca_base_pvar_is_atomic(pvar) ? "true" : "false");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_pvar.c:857:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
857 | (void)asprintf(out[0] + line++, "%shelp:%s", tmp, pvar->description);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_pvar.c:871:23: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
871 | (void)asprintf(out[0] + line++, "%senumerator:value:%d:%s", tmp, enum_value, enum_string);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_pvar.c:875:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
875 | (void)asprintf(out[0] + line++, "%stype:%s", tmp, ompi_var_type_names[pvar->type]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_pvar.c:884:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
884 | (void)asprintf (out[0] + line++, "performance \"%s\" (type: %s, class: %s)", full_name,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
885 | ompi_var_type_names[pvar->type], pvar_class_names[pvar->var_class]);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_pvar.c:888:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
888 | (void)asprintf(out[0] + line++, "%s", pvar->description);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_pvar.c:896:23: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
896 | (void)asprintf (out[0] + line++, "Values: %s", values);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.h: In function ‘mca_base_var_cache_files’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:412:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
412 | asprintf(&mca_base_var_files, "%s"OPAL_PATH_SEP".openmpi" OPAL_PATH_SEP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
413 | "mca-params.conf%c%s" OPAL_PATH_SEP "openmpi-mca-params.conf",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
414 | home, ',', opal_install_dirs.sysconfdir);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:520:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
520 | asprintf(&mca_base_param_file_path, "%s%c%s", force_agg_path, OPAL_ENV_SEP, tmp_str);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c: In function ‘resolve_relative_paths’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:389:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
389 | asprintf(&tmp_str, "%s%c%s", *file_prefix, sep, *files);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.h: In function ‘mca_base_var_build_env’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:1065:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1065 | asprintf (&str, "%sSOURCE_%s=FILE:%s", mca_prefix, var->mbv_full_name,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1066 | mca_base_var_source_file (var));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:1069:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1069 | asprintf (&str, "%sSOURCE_%s=COMMAND_LINE", mca_prefix, var->mbv_full_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c: In function ‘var_value_string’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:1936:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1936 | asprintf (value_string, "%s", "unset");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.h: In function ‘mca_base_var_dump’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2134:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2134 | asprintf(&tmp, "mca:%s:%s:param:%s:", framework, component,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2135 | full_name);
| ~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2140:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2140 | asprintf(out[0] + line++, "%svalue:\"%s\"", tmp, value_string);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2142:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2142 | asprintf(out[0] + line++, "%svalue:%s", tmp, value_string);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2146:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2146 | asprintf(out[0] + line++, "%ssource:%s", tmp, source_string);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2149:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2149 | asprintf(out[0] + line++, "%sstatus:%s", tmp,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2150 | VAR_IS_SETTABLE(var[0]) ? "writeable" : "read-only");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2153:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2153 | asprintf(out[0] + line++, "%slevel:%d", tmp, var->mbv_info_lvl + 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2157:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2157 | asprintf(out[0] + line++, "%shelp:%s", tmp, var->mbv_description);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2171:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2171 | asprintf(out[0] + line++, "%senumerator:value:%d:%s", tmp, enum_value, enum_string);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2176:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2176 | asprintf(out[0] + line++, "%sdeprecated:%s", tmp, VAR_IS_DEPRECATED(var[0]) ? "yes" : "no");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2178:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2178 | asprintf(out[0] + line++, "%stype:%s", tmp, ompi_var_type_names[var->mbv_type]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2182:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2182 | asprintf(out[0] + line++, "%ssynonym_of:name:%s", tmp, original->mbv_full_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2192:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2192 | asprintf(out[0] + line++, "%ssynonym:name:%s", tmp, synonym->mbv_full_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2206:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2206 | asprintf (out[0], "%s \"%s\" (current value: \"%s\", data source: %s, level: %d %s, type: %s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2207 | VAR_IS_DEFAULT_ONLY(var[0]) ? "informational" : "parameter",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2208 | full_name, value_string, source_string, var->mbv_info_lvl + 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2209 | info_lvl_strings[var->mbv_info_lvl], ompi_var_type_names[var->mbv_type]);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2213:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2213 | asprintf (out[0], "%s, deprecated", tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2220:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2220 | asprintf(out[0], "%s, synonym of: %s)", tmp, original->mbv_full_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2223:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2223 | asprintf(out[0], "%s, synonyms: ", tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2236:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2236 | asprintf(out[0], "%s%s)", tmp, synonym->mbv_full_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2238:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2238 | asprintf(out[0], "%s%s, ", tmp, synonym->mbv_full_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2243:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2243 | asprintf(out[0], "%s)", tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2250:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2250 | asprintf(out[0] + line++, "%s", var->mbv_description);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2258:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2258 | asprintf (out[0] + line++, "Valid values: %s", values);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_var.c:2270:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2270 | asprintf(out[0], "%s=%s (%s)", var->mbv_full_name, value_string, source_string);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC mca_base_parse_paramfile.lo
CC mca_base_components_register.lo
CC mca_base_framework.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_component_repository.h: In function ‘mca_base_component_repository_open’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_component_repository.c:439:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
439 | asprintf(&(f_comp->error_msg), "%s", err_msg);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_framework.c: In function ‘mca_base_framework_register’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/mca_base_framework.c:85:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
85 | asprintf (&desc, "Default selection set of components for the %s framework (<none>"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
86 | " means use all components that can be found)", framework->framework_name);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_base.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/base'
Making all in mca/common
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/common'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/common'
Making all in mca/allocator
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator'
CC base/allocator_base_frame.lo
CCLD libmca_allocator.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator'
Making all in mca/backtrace
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/backtrace'
CC base/backtrace_component.lo
CCLD libmca_backtrace.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/backtrace'
Making all in mca/btl
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl'
CC base/btl_base_frame.lo
CC base/btl_base_error.lo
CC base/btl_base_select.lo
CC base/btl_base_mca.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/btl/base/btl_base_error.c: In function ‘mca_btl_base_error_no_nics’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/btl/base/btl_base_error.c:66:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
66 | asprintf(&procid, "%s", OPAL_NAME_PRINT(OPAL_PROC_MY_NAME));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_btl.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl'
Making all in mca/compress
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress'
CC base/compress_base_select.lo
CC base/compress_base_open.lo
CC base/compress_base_close.lo
CC base/compress_base_fns.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/base/base.h: In function ‘opal_compress_base_tar_create’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/base/compress_base_fns.c:57:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
57 | asprintf(&tar_target, "%s.tar", *target);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/base/compress_base_fns.c:62:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
62 | asprintf(&cmd, "tar -cf %s %s", tar_target, *target);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/base/base.h: In function ‘opal_compress_base_tar_extract’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/base/compress_base_fns.c:104:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
104 | asprintf(&cmd, "tar -xf %s", *target);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_compress.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress'
Making all in mca/crs
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/crs'
GENERATE opal_crs.7
CC base/crs_base_open.lo
CC base/crs_base_close.lo
CC base/crs_base_select.lo
CC base/crs_base_fns.lo
CCLD libmca_crs.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/crs'
Making all in mca/dl
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/dl'
CC base/dl_base_open.lo
CC base/dl_base_close.lo
CC base/dl_base_select.lo
CC base/dl_base_fns.lo
CCLD libmca_dl.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/dl'
Making all in mca/event
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event'
CC base/event_base_frame.lo
CCLD libmca_event.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event'
Making all in mca/hwloc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/hwloc'
CC base/hwloc_base_frame.lo
CC base/hwloc_base_maffinity.lo
CC base/hwloc_base_dt.lo
CC base/hwloc_base_util.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_dt.c: In function ‘print_hwloc_obj’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_dt.c:246:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
246 | asprintf(&pfx, "\n%s\t", (NULL == prefix) ? "" : prefix);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_dt.c:247:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
247 | asprintf(&tmp, "%sType: %s Number of child objects: %u%sName=%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
248 | (NULL == prefix) ? "" : prefix, string, obj->arity,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
249 | pfx, (NULL == obj->name) ? "NULL" : obj->name);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_dt.c:252:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
252 | asprintf(&tmp2, "%s%s%s", tmp, pfx, string);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_dt.c:261:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
261 | asprintf(&tmp2, "%s%sCpuset: %s", tmp, pfx, string);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_dt.c:268:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
268 | asprintf(&tmp2, "%s%sBind CPU proc: %s%sBind CPU thread: %s", tmp, pfx,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
269 | (support->cpubind->set_thisproc_cpubind) ? "TRUE" : "FALSE", pfx,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
270 | (support->cpubind->set_thisthread_cpubind) ? "TRUE" : "FALSE");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_dt.c:273:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
273 | asprintf(&tmp2, "%s%sBind MEM proc: %s%sBind MEM thread: %s", tmp, pfx,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
274 | (support->membind->set_thisproc_membind) ? "TRUE" : "FALSE", pfx,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
275 | (support->membind->set_thisthread_membind) ? "TRUE" : "FALSE");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_dt.c:279:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
279 | asprintf(&tmp2, "%s%s\n", (NULL == *output) ? "" : *output, tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_dt.c:282:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
282 | asprintf(&pfx, "%s\t", (NULL == prefix) ? "" : prefix);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/base.h: In function ‘opal_hwloc_base_get_topo_signature’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_util.c:2092:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2092 | asprintf(&sig, "%dN:%dS:%dL3:%dL2:%dL1:%dC:%dH:%s:%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2093 | nnuma, nsocket, nl3, nl2, nl1, ncore, nhwt, arch, endian);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/base.h: In function ‘opal_hwloc_base_get_locality_string’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_util.c:2183:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2183 | asprintf(&t2, "%sNM%s:", (NULL == locality) ? "" : locality, tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_util.c:2190:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2190 | asprintf(&t2, "%sSK%s:", (NULL == locality) ? "" : locality, tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_util.c:2225:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2225 | asprintf(&t2, "%sL3%s:", (NULL == locality) ? "" : locality, tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_util.c:2232:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2232 | asprintf(&t2, "%sL2%s:", (NULL == locality) ? "" : locality, tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_util.c:2239:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2239 | asprintf(&t2, "%sL1%s:", (NULL == locality) ? "" : locality, tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_util.c:2247:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2247 | asprintf(&t2, "%sCR%s:", (NULL == locality) ? "" : locality, tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_util.c:2254:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2254 | asprintf(&t2, "%sHT%s:", (NULL == locality) ? "" : locality, tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_util.c:2275:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2275 | asprintf(&t2, "%sNM%s:", (NULL == locality) ? "" : locality, tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/base.h: In function ‘opal_hwloc_base_cset2str’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_util.c:1761:60: warning: ‘%s’ directive output may be truncated writing up to 8191 bytes into a region of size between 8153 and 8171 [-Wformat-truncation=]
1631 | return ret;
| ~~~
......
1761 | snprintf(tmp, stmp, "socket %d[core %d[hwt %s]]",
| ^~
In file included from /usr/include/stdio.h:867,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/threads/mutex_unix.h:42,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/threads/mutex.h:100,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/class/opal_pointer_array.h:34,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/event.h:28,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix.h:24,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/hwloc_base_util.c:60:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 23 and 8232 bytes into a destination of size 8191
67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_hwloc.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/hwloc'
Making all in mca/if
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if'
CC base/if_base_components.lo
CCLD libmca_if.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if'
Making all in mca/installdirs
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs'
CC base/installdirs_base_components.lo
CC base/installdirs_base_expand.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c: In function ‘opal_install_dirs_expand_internal’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:130:13: note: in expansion of macro ‘EXPAND_STRING’
130 | EXPAND_STRING(prefix);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:130:13: note: in expansion of macro ‘EXPAND_STRING’
130 | EXPAND_STRING(prefix);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:131:13: note: in expansion of macro ‘EXPAND_STRING’
131 | EXPAND_STRING(exec_prefix);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:131:13: note: in expansion of macro ‘EXPAND_STRING’
131 | EXPAND_STRING(exec_prefix);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:132:13: note: in expansion of macro ‘EXPAND_STRING’
132 | EXPAND_STRING(bindir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:132:13: note: in expansion of macro ‘EXPAND_STRING’
132 | EXPAND_STRING(bindir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:133:13: note: in expansion of macro ‘EXPAND_STRING’
133 | EXPAND_STRING(sbindir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:133:13: note: in expansion of macro ‘EXPAND_STRING’
133 | EXPAND_STRING(sbindir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:134:13: note: in expansion of macro ‘EXPAND_STRING’
134 | EXPAND_STRING(libexecdir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:134:13: note: in expansion of macro ‘EXPAND_STRING’
134 | EXPAND_STRING(libexecdir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:135:13: note: in expansion of macro ‘EXPAND_STRING’
135 | EXPAND_STRING(datarootdir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:135:13: note: in expansion of macro ‘EXPAND_STRING’
135 | EXPAND_STRING(datarootdir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:136:13: note: in expansion of macro ‘EXPAND_STRING’
136 | EXPAND_STRING(datadir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:136:13: note: in expansion of macro ‘EXPAND_STRING’
136 | EXPAND_STRING(datadir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:137:13: note: in expansion of macro ‘EXPAND_STRING’
137 | EXPAND_STRING(sysconfdir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:137:13: note: in expansion of macro ‘EXPAND_STRING’
137 | EXPAND_STRING(sysconfdir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:138:13: note: in expansion of macro ‘EXPAND_STRING’
138 | EXPAND_STRING(sharedstatedir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:138:13: note: in expansion of macro ‘EXPAND_STRING’
138 | EXPAND_STRING(sharedstatedir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:139:13: note: in expansion of macro ‘EXPAND_STRING’
139 | EXPAND_STRING(localstatedir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:139:13: note: in expansion of macro ‘EXPAND_STRING’
139 | EXPAND_STRING(localstatedir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:140:13: note: in expansion of macro ‘EXPAND_STRING’
140 | EXPAND_STRING(libdir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:140:13: note: in expansion of macro ‘EXPAND_STRING’
140 | EXPAND_STRING(libdir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:141:13: note: in expansion of macro ‘EXPAND_STRING’
141 | EXPAND_STRING(includedir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:141:13: note: in expansion of macro ‘EXPAND_STRING’
141 | EXPAND_STRING(includedir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:142:13: note: in expansion of macro ‘EXPAND_STRING’
142 | EXPAND_STRING(infodir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:142:13: note: in expansion of macro ‘EXPAND_STRING’
142 | EXPAND_STRING(infodir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:143:13: note: in expansion of macro ‘EXPAND_STRING’
143 | EXPAND_STRING(mandir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’
27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name)
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:143:13: note: in expansion of macro ‘EXPAND_STRING’
143 | EXPAND_STRING(mandir);
| ^~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:144:13: note: in expansion of macro ‘EXPAND_STRING2’
144 | EXPAND_STRING2(opaldatadir, pkgdatadir);
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:144:13: note: in expansion of macro ‘EXPAND_STRING2’
144 | EXPAND_STRING2(opaldatadir, pkgdatadir);
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:145:13: note: in expansion of macro ‘EXPAND_STRING2’
145 | EXPAND_STRING2(opallibdir, pkglibdir);
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:145:13: note: in expansion of macro ‘EXPAND_STRING2’
145 | EXPAND_STRING2(opallibdir, pkglibdir);
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
35 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:146:13: note: in expansion of macro ‘EXPAND_STRING2’
146 | EXPAND_STRING2(opalincludedir, pkgincludedir);
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
44 | asprintf(&retval, "%s%s%s", tmp, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 | opal_install_dirs.ompiname + destdir_offset, \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 | end_pos); \
| ~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/installdirs/base/installdirs_base_expand.c:146:13: note: in expansion of macro ‘EXPAND_STRING2’
146 | EXPAND_STRING2(opalincludedir, pkgincludedir);
| ^~~~~~~~~~~~~~
CCLD libmca_installdirs.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs'
Making all in mca/memchecker
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memchecker'
CC base/memchecker_base_open.lo
CC base/memchecker_base_select.lo
CC base/memchecker_base_wrappers.lo
CCLD libmca_memchecker.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memchecker'
Making all in mca/memcpy
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memcpy'
CC base/memcpy_base_open.lo
CCLD libmca_memcpy.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memcpy'
Making all in mca/memory
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memory'
CC base/memory_base_open.lo
CC base/memory_base_empty.lo
CCLD libmca_memory.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memory'
Making all in mca/mpool
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/mpool'
CC base/mpool_base_lookup.lo
CC base/mpool_base_frame.lo
CC base/mpool_base_tree.lo
CC base/mpool_base_basic.lo
CC base/mpool_base_alloc.lo
CC base/mpool_base_default.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/mpool/base/mpool_base_default.c: In function ‘mca_mpool_default_alloc’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/mpool/base/mpool_base_default.c:37:16: warning: ignoring return value of ‘posix_memalign’, declared with attribute warn_unused_result [-Wunused-result]
37 | (void) posix_memalign (&addr, align, size);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/mpool/base/mpool_base_tree.c: In function ‘action’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/mpool/base/mpool_base_tree.c:224:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
224 | asprintf(&leak_msg, " %lu bytes at address 0x%lx",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
225 | (unsigned long) item->num_bytes,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
226 | (unsigned long) key);
| ~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/mpool/base/mpool_base_tree.c:228:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
228 | asprintf(&tmp, "%s\n %lu bytes at address 0x%lx",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
229 | leak_msg, (unsigned long) item->num_bytes,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
230 | (unsigned long) key);
| ~~~~~~~~~~~~~~~~~~~~
CCLD libmca_mpool.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/mpool'
Making all in mca/patcher
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/patcher'
CC base/patcher_base_frame.lo
CC base/patcher_base_patch.lo
CCLD libmca_patcher.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/patcher'
Making all in mca/pmix
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix'
CC base/pmix_base_frame.lo
CC base/pmix_base_select.lo
CC base/pmix_base_hash.lo
CC base/pmix_base_fns.lo
CCLD libmca_pmix.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix'
Making all in mca/pstat
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pstat'
CC base/pstat_base_select.lo
CC base/pstat_base_open.lo
CCLD libmca_pstat.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pstat'
Making all in mca/rcache
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/rcache'
CC base/rcache_base_frame.lo
CC base/rcache_base_create.lo
CC base/rcache_base_vma.lo
CC base/rcache_base_vma_tree.lo
CC base/rcache_base_mem_cb.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/rcache/base/rcache_base_mem_cb.h: In function ‘mca_rcache_base_mem_cb’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/rcache/base/rcache_base_mem_cb.c:73:21: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
73 | write(2, msg, len);
| ^~~~~~~~~~~~~~~~~~
CCLD libmca_rcache.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/rcache'
Making all in mca/reachable
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable'
CC base/reachable_base_frame.lo
CC base/reachable_base_select.lo
CC base/reachable_base_alloc.lo
CCLD libmca_reachable.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable'
Making all in mca/shmem
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem'
CC base/shmem_base_close.lo
CC base/shmem_base_select.lo
CC base/shmem_base_open.lo
CC base/shmem_base_wrappers.lo
CCLD libmca_shmem.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem'
Making all in mca/timer
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/timer'
CC base/timer_base_open.lo
CCLD libmca_timer.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/timer'
Making all in mca/common/sm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/common/sm'
CC common_sm_mpool.lo
CC common_sm.lo
LN_S libmca_common_sm.la
CCLD libmca_common_sm_noinst.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/common/sm'
Making all in mca/allocator/basic
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator/basic'
CC allocator_basic.lo
CCLD libmca_allocator_basic.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator/basic'
Making all in mca/allocator/bucket
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator/bucket'
CC allocator_bucket.lo
CC allocator_bucket_alloc.lo
CCLD libmca_allocator_bucket.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator/bucket'
Making all in mca/backtrace/execinfo
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/backtrace/execinfo'
CC backtrace_execinfo.lo
CC backtrace_execinfo_component.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/backtrace/backtrace.h: In function ‘opal_backtrace_print’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/backtrace/execinfo/backtrace_execinfo.c:56:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
56 | write (fd, prefix, strlen (prefix));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/backtrace/execinfo/backtrace_execinfo.c:59:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
59 | write (fd, buf, len);
| ^~~~~~~~~~~~~~~~~~~~
CCLD libmca_backtrace_execinfo.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/backtrace/execinfo'
Making all in mca/btl/self
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/self'
CC btl_self.lo
CC btl_self_frag.lo
CC btl_self_component.lo
CCLD libmca_btl_self.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/self'
Making all in mca/btl/sm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/sm'
CC libmca_btl_sm_la-btl_sm_component.lo
CCLD libmca_btl_sm.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/sm'
Making all in mca/btl/tcp
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/tcp'
CC btl_tcp.lo
CC btl_tcp_component.lo
CC btl_tcp_frag.lo
CC btl_tcp_ft.lo
CC btl_tcp_endpoint.lo
CC btl_tcp_proc.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/btl/tcp/btl_tcp_proc.c: In function ‘mca_btl_tcp_proc_accept’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/btl/tcp/btl_tcp_proc.c:917:23: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
917 | (void)asprintf(&tmp, "\n\t%s", ip);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/btl/tcp/btl_tcp_proc.c:919:23: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
919 | (void)asprintf(&tmp, "%s\n\t%s", addr_str, ip);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/btl/tcp/btl_tcp_component.c: In function ‘mca_btl_tcp_component_register’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/btl/tcp/btl_tcp_component.c:281:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
281 | asprintf( &message,
| ^~~~~~~~~~~~~~~~~~~
282 | "The number of ports where the TCP BTL will try to bind (default %d)."
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
283 | " This parameter together with the port min, define a range of ports"
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
284 | " where Open MPI will open sockets.",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
285 | (0x1 << 16) - mca_btl_tcp_component.tcp_port_min - 1 );
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/btl/tcp/btl_tcp_endpoint.c: In function ‘mca_btl_tcp_endpoint_complete_connect’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/btl/tcp/btl_tcp_endpoint.c:841:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
841 | asprintf(&msg, "connect() to %s:%d failed",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
842 | opal_net_get_hostname((struct sockaddr*) &endpoint_addr),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
843 | ntohs(((struct sockaddr_in*) &endpoint_addr)->sin_port));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_btl_tcp.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/tcp'
Making all in mca/btl/vader
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/vader'
CC btl_vader_module.lo
CC btl_vader_component.lo
CC btl_vader_frag.lo
CC btl_vader_send.lo
CC btl_vader_put.lo
CC btl_vader_sendi.lo
CC btl_vader_xpmem.lo
CC btl_vader_knem.lo
CC btl_vader_get.lo
CC btl_vader_sc_emu.lo
CC btl_vader_atomic.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/btl/vader/btl_vader_component.c: In function ‘mca_btl_vader_check_single_copy’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/btl/vader/btl_vader_component.c:459:13: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
459 | read (fd, &buffer, 1);
| ^~~~~~~~~~~~~~~~~~~~~
CCLD libmca_btl_vader.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/vader'
Making all in mca/compress/bzip
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress/bzip'
CC compress_bzip_component.lo
CC compress_bzip_module.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/bzip/compress_bzip_module.c: In function ‘opal_compress_bzip_compress_nb’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/bzip/compress_bzip_module.c:88:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
88 | chdir(dir_fname);
| ^~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/bzip/compress_bzip_module.c:96:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
96 | asprintf(cname, "%s.tar.bz2", base_fname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/bzip/compress_bzip_module.c:97:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
97 | asprintf(&cmd, "tar -jcf %s %s", *cname, base_fname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/bzip/compress_bzip_module.c:100:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
100 | asprintf(cname, "%s.bz2", base_fname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/bzip/compress_bzip_module.c:101:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
101 | asprintf(&cmd, "bzip2 %s", base_fname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/bzip/compress_bzip_module.c:123:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
123 | asprintf(cname, "%s%s", fname, *postfix);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/bzip/compress_bzip_module.c: In function ‘opal_compress_bzip_decompress_nb’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/bzip/compress_bzip_module.c:178:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
178 | chdir(dir_cname);
| ^~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/bzip/compress_bzip_module.c:184:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
184 | asprintf(&cmd, "bunzip2 %s", cname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_compress_bzip.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress/bzip'
Making all in mca/compress/gzip
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress/gzip'
CC compress_gzip_component.lo
CC compress_gzip_module.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/gzip/compress_gzip_module.c: In function ‘opal_compress_gzip_compress_nb’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/gzip/compress_gzip_module.c:88:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
88 | chdir(dir_fname);
| ^~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/gzip/compress_gzip_module.c:96:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
96 | asprintf(cname, "%s.tar.gz", base_fname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/gzip/compress_gzip_module.c:97:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
97 | asprintf(&cmd, "tar -zcf %s %s", *cname, base_fname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/gzip/compress_gzip_module.c:100:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
100 | asprintf(cname, "%s.gz", base_fname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/gzip/compress_gzip_module.c:101:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
101 | asprintf(&cmd, "gzip %s", base_fname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/gzip/compress_gzip_module.c:123:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
123 | asprintf(cname, "%s%s", fname, *postfix);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/gzip/compress_gzip_module.c: In function ‘opal_compress_gzip_decompress_nb’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/gzip/compress_gzip_module.c:182:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
182 | chdir(dir_cname);
| ^~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/compress/gzip/compress_gzip_module.c:187:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
187 | asprintf(&cmd, "gunzip %s", cname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_compress_gzip.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress/gzip'
Making all in mca/crs/none
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/crs/none'
CC crs_none_component.lo
CC crs_none_module.lo
CCLD libmca_crs_none.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/crs/none'
Making all in mca/dl/dlopen
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/dl/dlopen'
CC dl_dlopen_component.lo
CC dl_dlopen_module.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/dl/dlopen/dl_dlopen_module.c: In function ‘dlopen_foreachfile’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/dl/dlopen/dl_dlopen_module.c:185:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
185 | asprintf(&abs_name, "%s/%s", dirs[i], de->d_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/dl/dlopen/dl_dlopen_module.c: In function ‘dlopen_open’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/dl/dlopen/dl_dlopen_module.c:77:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
77 | asprintf(&name, "%s%s", fname, ext);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_dl_dlopen.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/dl/dlopen'
Making all in mca/event/libevent2022
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022'
Making all in libevent
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent'
make all-recursive
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent'
Making all in .
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent'
depbase=`echo event.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT event.lo -MD -MP -MF $depbase.Tpo -c -o event.lo /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/event.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo evthread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT evthread.lo -MD -MP -MF $depbase.Tpo -c -o evthread.lo /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/evthread.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo evmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT evmap.lo -MD -MP -MF $depbase.Tpo -c -o evmap.lo /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/evmap.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo log.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT log.lo -MD -MP -MF $depbase.Tpo -c -o log.lo /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/log.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo evutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT evutil.lo -MD -MP -MF $depbase.Tpo -c -o evutil.lo /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/evutil.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo evutil_rand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT evutil_rand.lo -MD -MP -MF $depbase.Tpo -c -o evutil_rand.lo /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/evutil_rand.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo strlcpy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT strlcpy.lo -MD -MP -MF $depbase.Tpo -c -o strlcpy.lo /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/strlcpy.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT select.lo -MD -MP -MF $depbase.Tpo -c -o select.lo /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/select.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo poll.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT poll.lo -MD -MP -MF $depbase.Tpo -c -o poll.lo /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/poll.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo epoll.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT epoll.lo -MD -MP -MF $depbase.Tpo -c -o epoll.lo /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/epoll.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo signal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT signal.lo -MD -MP -MF $depbase.Tpo -c -o signal.lo /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/signal.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo evthread_pthread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT evthread_pthread.lo -MD -MP -MF $depbase.Tpo -c -o evthread_pthread.lo /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/evthread_pthread.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT evthread.lo -MD -MP -MF .deps/evthread.Tpo -c /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/evthread.c -fPIC -DPIC -o evthread.o
libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT evthread_pthread.lo -MD -MP -MF .deps/evthread_pthread.Tpo -c /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/evthread_pthread.c -fPIC -DPIC -o evthread_pthread.o
libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT log.lo -MD -MP -MF .deps/log.Tpo -c /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/log.c -fPIC -DPIC -o log.o
libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT poll.lo -MD -MP -MF .deps/poll.Tpo -c /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/poll.c -fPIC -DPIC -o poll.o
libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT epoll.lo -MD -MP -MF .deps/epoll.Tpo -c /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/epoll.c -fPIC -DPIC -o epoll.o
libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT evutil.lo -MD -MP -MF .deps/evutil.Tpo -c /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/evutil.c -fPIC -DPIC -o evutil.o
libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT evutil_rand.lo -MD -MP -MF .deps/evutil_rand.Tpo -c /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/evutil_rand.c -fPIC -DPIC -o evutil_rand.o
libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT evmap.lo -MD -MP -MF .deps/evmap.Tpo -c /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/evmap.c -fPIC -DPIC -o evmap.o
libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT select.lo -MD -MP -MF .deps/select.Tpo -c /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/select.c -fPIC -DPIC -o select.o
libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT event.lo -MD -MP -MF .deps/event.Tpo -c /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/event.c -fPIC -DPIC -o event.o
libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/signal.c -fPIC -DPIC -o signal.o
libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/compat -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/include -I./include -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release -I/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/include -DNDEBUG -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include -I/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/include/libnl3 -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -I/home/conan/.conan2/p/b/zlib272f72af33912/p/include -I/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/include -Drandom=opal_random -m64 -fPIC -O3 -Wall -fno-strict-aliasing -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/strlcpy.c -fPIC -DPIC -o strlcpy.o
In file included from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/./arc4random.c:62,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/evutil_rand.c:125:
/usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Wcpp]
21 | #warning "The <sys/sysctl.h> header is deprecated and will be removed."
| ^~~~~~~
In file included from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/evutil_rand.c:125:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/./arc4random.c: In function ‘arc4_seed_sysctl_linux’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/./arc4random.c:191:3: warning: ‘sysctl’ is deprecated [-Wdeprecated-declarations]
191 | if (0 != sysctl(mib, 3, &buf[len], &n, NULL, 0))
| ^~
In file included from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/./arc4random.c:62,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent/evutil_rand.c:125:
/usr/include/x86_64-linux-gnu/sys/sysctl.h:70:12: note: declared here
70 | extern int sysctl (int *__name, int __nlen, void *__oldval,
| ^~~~~~
/bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -m64 -fPIC -O3 -Wall -fno-strict-aliasing -m64 -L/home/conan/.conan2/p/b/libnl28e2d1cacc5ef/p/lib -L/home/conan/.conan2/p/b/zlib272f72af33912/p/lib -L/home/conan/.conan2/p/b/hwlocfde138c191c7c/p/lib -o libevent.la event.lo evthread.lo evmap.lo log.lo evutil.lo evutil_rand.lo strlcpy.lo select.lo poll.lo epoll.lo signal.lo evthread_pthread.lo -lnl-cli-3 -lnl-nf-3 -lnl-xfrm-3 -lnl-idiag-3 -lnl-genl-3 -lnl-route-3 -lnl-3 -lz -lhwloc -ldl -lpthread -lm
libtool: link: ar cru .libs/libevent.a event.o evthread.o evmap.o log.o evutil.o evutil_rand.o strlcpy.o select.o poll.o epoll.o signal.o evthread_pthread.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libevent.a
libtool: link: ( cd ".libs" && rm -f "libevent.la" && ln -s "../libevent.la" "libevent.la" )
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent'
Making all in include
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent/include'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent/include'
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022'
CC libevent2022_component.lo
CC libevent2022_module.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent2022_component.c: In function ‘libevent2022_register’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/event/libevent2022/libevent2022_component.c:174:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
174 | asprintf( &help_msg,
| ^~~~~~~~~~~~~~~~~~~~
175 | "Comma-delimited list of libevent subsystems "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
176 | "to use (%s -- available on your platform)",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
177 | available_eventops );
| ~~~~~~~~~~~~~~~~~~~~
CCLD libmca_event_libevent2022.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022'
Making all in mca/hwloc/external
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/hwloc/external'
CC hwloc_external_component.lo
CCLD libmca_hwloc_external.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/hwloc/external'
Making all in mca/if/linux_ipv6
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if/linux_ipv6'
CC if_linux_ipv6.lo
CCLD libmca_if_linux_ipv6.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if/linux_ipv6'
Making all in mca/if/posix_ipv4
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if/posix_ipv4'
CC if_posix.lo
CCLD libmca_if_posix_ipv4.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if/posix_ipv4'
Making all in mca/installdirs/env
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs/env'
CC opal_installdirs_env.lo
CCLD libmca_installdirs_env.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs/env'
Making all in mca/installdirs/config
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs/config'
CC opal_installdirs_config.lo
CCLD libmca_installdirs_config.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs/config'
Making all in mca/memory/patcher
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memory/patcher'
CC memory_patcher_component.lo
CCLD libmca_memory_patcher.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memory/patcher'
Making all in mca/mpool/hugepage
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/mpool/hugepage'
CC mpool_hugepage_module.lo
CC mpool_hugepage_component.lo
CCLD libmca_mpool_hugepage.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/mpool/hugepage'
Making all in mca/patcher/overwrite
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/patcher/overwrite'
CC patcher_overwrite_component.lo
CC patcher_overwrite_module.lo
CCLD libmca_patcher_overwrite.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/patcher/overwrite'
Making all in mca/pmix/isolated
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/isolated'
CC pmix_isolated_component.lo
CC pmix_isolated.lo
CCLD libmca_pmix_isolated.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/isolated'
Making all in mca/pmix/pmix3x
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x'
Making all in pmix
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix'
Making all in config
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/config'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/config'
Making all in contrib
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/contrib'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/contrib'
Making all in include
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/include'
make all-am
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/include'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/include'
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/include'
Making all in src
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src'
Making all in util/keyval
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/util/keyval'
CC keyval_lex.lo
CCLD libpmixutilkeyval.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/util/keyval'
Making all in mca/base
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/base'
CC pmix_mca_base_close.lo
CC pmix_mca_base_cmd_line.lo
CC pmix_mca_base_component_compare.lo
CC pmix_mca_base_component_find.lo
CC pmix_mca_base_components_open.lo
CC pmix_mca_base_component_repository.lo
CC pmix_mca_base_components_select.lo
CC pmix_mca_base_list.lo
CC pmix_mca_base_components_close.lo
CC pmix_mca_base_open.lo
CC pmix_mca_base_var.lo
CC pmix_mca_base_var_enum.lo
CC pmix_mca_base_var_group.lo
CC pmix_mca_base_parse_paramfile.lo
CC pmix_mca_base_components_register.lo
CC pmix_mca_base_framework.lo
CCLD libpmix_mca_base.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/base'
Making all in mca/common
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/common'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/common'
Making all in mca/bfrops
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops'
CC base/bfrop_base_frame.lo
CC base/bfrop_base_fns.lo
CC base/bfrop_base_select.lo
CC base/bfrop_base_print.lo
CC base/bfrop_base_unpack.lo
CC base/bfrop_base_pack.lo
CC base/bfrop_base_copy.lo
CC base/bfrop_base_stubs.lo
CCLD libmca_bfrops.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops'
Making all in mca/gds
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds'
CC base/gds_base_frame.lo
CC base/gds_base_select.lo
CC base/gds_base_fns.lo
CCLD libmca_gds.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds'
Making all in mca/pcompress
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pcompress'
CC base/pcompress_base_frame.lo
CC base/pcompress_base_select.lo
CCLD libmca_pcompress.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pcompress'
Making all in mca/pdl
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pdl'
CC base/pdl_base_open.lo
CC base/pdl_base_close.lo
CC base/pdl_base_select.lo
CC base/pdl_base_fns.lo
CCLD libmca_pdl.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pdl'
Making all in mca/pif
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif'
CC base/pif_base_components.lo
CCLD libmca_pif.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif'
Making all in mca/pinstalldirs
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs'
CC base/pinstalldirs_base_expand.lo
CC base/pinstalldirs_base_components.lo
CCLD libmca_pinstalldirs.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs'
Making all in mca/plog
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog'
CC base/plog_base_frame.lo
CC base/plog_base_stubs.lo
CC base/plog_base_select.lo
CCLD libmca_plog.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog'
Making all in mca/pnet
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pnet'
CC base/pnet_base_frame.lo
CC base/pnet_base_select.lo
CC base/pnet_base_fns.lo
CCLD libmca_pnet.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pnet'
Making all in mca/preg
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg'
CC base/preg_base_frame.lo
CC base/preg_base_stubs.lo
CC base/preg_base_select.lo
CCLD libmca_preg.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg'
Making all in mca/psec
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec'
CC base/psec_base_frame.lo
CC base/psec_base_select.lo
CC base/psec_base_fns.lo
CCLD libmca_psec.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec'
Making all in mca/psensor
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor'
CC base/psensor_base_frame.lo
CC base/psensor_base_select.lo
CC base/psensor_base_stubs.lo
CCLD libmca_psensor.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor'
Making all in mca/pshmem
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pshmem'
CC base/pshmem_base_frame.lo
CC base/pshmem_base_select.lo
CCLD libmca_pshmem.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pshmem'
Making all in mca/psquash
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash'
CC base/psquash_base_frame.lo
CC base/psquash_base_select.lo
CCLD libmca_psquash.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash'
Making all in mca/ptl
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl'
CC base/ptl_base_frame.lo
CC base/ptl_base_select.lo
CC base/ptl_base_listener.lo
CC base/ptl_base_sendrecv.lo
CC base/ptl_base_connect.lo
CC base/ptl_base_stubs.lo
CCLD libmca_ptl.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl'
Making all in mca/common/dstore
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/common/dstore'
if test -z ""; then \
rm -f "libmca_common_dstore.la"; \
ln -s "libmca_common_dstore_noinst.la" "libmca_common_dstore.la"; \
fi
CC dstore_base.lo
CC dstore_segment.lo
CCLD libmca_common_dstore_noinst.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/common/dstore'
Making all in mca/bfrops/v12
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v12'
CC bfrop_v12_component.lo
CC bfrop_v12.lo
CC unpack.lo
CC pack.lo
CC print.lo
CC copy.lo
CCLD libmca_bfrops_v12.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v12'
Making all in mca/bfrops/v20
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v20'
CC bfrop_pmix20_component.lo
CC bfrop_pmix20.lo
CC copy.lo
CC pack.lo
CC print.lo
CC unpack.lo
CCLD libmca_bfrops_v20.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v20'
Making all in mca/bfrops/v21
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v21'
CC bfrop_pmix21_component.lo
CC bfrop_pmix21.lo
CCLD libmca_bfrops_v21.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v21'
Making all in mca/bfrops/v3
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v3'
CC bfrop_pmix3_component.lo
CC bfrop_pmix3.lo
CCLD libmca_bfrops_v3.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v3'
Making all in mca/gds/hash
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/hash'
CC gds_hash_component.lo
CC gds_hash.lo
CCLD libmca_gds_hash.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/hash'
Making all in mca/gds/ds12
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12'
CC gds_ds12_base.lo
CC gds_ds12_lock.lo
CC gds_ds12_component.lo
CC gds_ds12_file.lo
CC gds_ds20_file.lo
CC gds_ds12_lock_pthread.lo
In file included from /usr/include/string.h:495,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/include/pmix_common.h:59,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds20_file.c:13:
In function ‘strncpy’,
inlined from ‘pmix_ds20_put_key’ at /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds20_file.c:117:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds20_file.c: In function ‘pmix_ds20_put_key’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds20_file.c:33:24: note: length computed here
33 | size_t kname_len = strlen(key) + 1; \
| ^~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds20_file.c:72:18: note: in expansion of macro ‘ESH_KNAME_LEN_V20’
72 | key, ESH_KNAME_LEN_V20(key)); \
| ^~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds20_file.c:117:5: note: in expansion of macro ‘ESH_PUT_KEY_V20’
117 | ESH_PUT_KEY_V20(addr, key, buf, size);
| ^~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/include/pmix_common.h:59,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds12_file.c:13:
In function ‘strncpy’,
inlined from ‘pmix_ds12_put_key’ at /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds12_file.c:128:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds12_file.c: In function ‘pmix_ds12_put_key’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds12_file.c:53:18: note: length computed here
53 | size_t len = strlen((char*)key) + 1; \
| ^~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds12_file.c:79:32: note: in expansion of macro ‘ESH_KNAME_LEN_V12’
79 | strncpy((char *)addr, key, ESH_KNAME_LEN_V12(key)); \
| ^~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds12_file.c:128:5: note: in expansion of macro ‘ESH_PUT_KEY_V12’
128 | ESH_PUT_KEY_V12(addr, key, buf, size);
| ^~~~~~~~~~~~~~~
CCLD libmca_gds_ds12.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12'
Making all in mca/gds/ds21
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds21'
CC gds_ds21_base.lo
CC gds_ds21_lock.lo
CC gds_ds21_component.lo
CC gds_ds21_lock_pthread.lo
CC gds_ds21_file.lo
In file included from /usr/include/string.h:495,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/include/pmix_common.h:59,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds21/gds_ds21_file.c:14:
In function ‘strncpy’,
inlined from ‘pmix_ds21_put_key’ at /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds21/gds_ds21_file.c:169:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds21/gds_ds21_file.c: In function ‘pmix_ds21_put_key’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds21/gds_ds21_file.c:44:6: note: length computed here
44 | (strlen(key) + 1)
| ^~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds21/gds_ds21_file.c:169:48: note: in expansion of macro ‘ESH_KNAME_LEN_V21’
169 | strncpy(addr_ch + 2 * sizeof(size_t), key, ESH_KNAME_LEN_V21(key));
| ^~~~~~~~~~~~~~~~~
CCLD libmca_gds_ds21.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds21'
Making all in mca/pcompress/zlib
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pcompress/zlib'
CC compress_zlib.lo
CC compress_zlib_component.lo
CCLD libmca_pcompress_zlib.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pcompress/zlib'
Making all in mca/pdl/pdlopen
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pdl/pdlopen'
CC pdl_pdlopen_component.lo
CC pdl_pdlopen_module.lo
CCLD libmca_pdl_pdlopen.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pdl/pdlopen'
Making all in mca/pif/linux_ipv6
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif/linux_ipv6'
CC pif_linux_ipv6.lo
CCLD libmca_pif_linux_ipv6.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif/linux_ipv6'
Making all in mca/pif/posix_ipv4
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif/posix_ipv4'
CC pif_posix.lo
CCLD libmca_pif_posix_ipv4.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif/posix_ipv4'
Making all in mca/pinstalldirs/env
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/env'
CC pmix_pinstalldirs_env.lo
CCLD libmca_pinstalldirs_env.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/env'
Making all in mca/pinstalldirs/config
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/config'
CC pmix_pinstalldirs_config.lo
CCLD libmca_pinstalldirs_config.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/config'
Making all in mca/plog/default
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/default'
CC plog_default.lo
CC plog_default_component.lo
CCLD libmca_plog_default.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/default'
Making all in mca/plog/stdfd
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/stdfd'
CC plog_stdfd.lo
CC plog_stdfd_component.lo
CCLD libmca_plog_stdfd.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/stdfd'
Making all in mca/plog/syslog
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/syslog'
CC plog_syslog_component.lo
CC plog_syslog.lo
CCLD libmca_plog_syslog.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/syslog'
Making all in mca/preg/compress
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg/compress'
CC preg_compress.lo
CC preg_compress_component.lo
CCLD libmca_preg_compress.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg/compress'
Making all in mca/preg/native
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg/native'
CC preg_native_component.lo
CC preg_native.lo
CCLD libmca_preg_native.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg/native'
Making all in mca/psec/native
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec/native'
CC psec_native_component.lo
CC psec_native.lo
CCLD libmca_psec_native.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec/native'
Making all in mca/psec/none
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec/none'
CC psec_none.lo
CC psec_none_component.lo
CCLD libmca_psec_none.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec/none'
Making all in mca/psensor/file
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor/file'
CC psensor_file.lo
CC psensor_file_component.lo
CCLD libmca_psensor_file.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor/file'
Making all in mca/psensor/heartbeat
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat'
CC psensor_heartbeat_component.lo
CC psensor_heartbeat.lo
CCLD libmca_psensor_heartbeat.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat'
Making all in mca/pshmem/mmap
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/mmap'
CC pshmem_mmap.lo
CC pshmem_mmap_component.lo
CCLD libmca_pshmem_mmap.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/mmap'
Making all in mca/psquash/flex128
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash/flex128'
CC psquash_flex128_component.lo
CC psquash_flex128.lo
CCLD libmca_psquash_flex128.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash/flex128'
Making all in mca/psquash/native
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash/native'
CC psquash_native_component.lo
CC psquash_native.lo
CCLD libmca_psquash_native.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash/native'
Making all in mca/ptl/tcp
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp'
CC ptl_tcp_component.lo
CC ptl_tcp.lo
In file included from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp/ptl_tcp.c:51:
/usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Wcpp]
21 | #warning "The <sys/sysctl.h> header is deprecated and will be removed."
| ^~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp/ptl_tcp.c: In function ‘connect_to_peer’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp/ptl_tcp.c:392:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
392 | fgets(tmp, 512, fp);
| ^~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp/ptl_tcp.c:640:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
640 | asprintf(&urikv->value->data.string, "%s.%u;%s", nspace, rank, suri);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_ptl_tcp.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp'
Making all in mca/ptl/usock
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/usock'
CC ptl_usock_component.lo
CC ptl_usock.lo
CCLD libmca_ptl_usock.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/usock'
Making all in .
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src'
CC threads/mutex.lo
CC class/pmix_bitmap.lo
CC threads/thread.lo
CC class/pmix_object.lo
CC class/pmix_list.lo
CC threads/wait_sync.lo
CC class/pmix_hash_table.lo
CC class/pmix_ring_buffer.lo
CC class/pmix_hotel.lo
CC class/pmix_pointer_array.lo
CC class/pmix_value_array.lo
CC event/pmix_event_notification.lo
CC event/pmix_event_registration.lo
CC include/pmix_globals.lo
CC util/alfg.lo
CC util/argv.lo
CC util/cmd_line.lo
CC util/error.lo
CC util/printf.lo
CC util/output.lo
CC util/pmix_environ.lo
CC util/crc.lo
CC util/fd.lo
CC util/timings.lo
CC util/os_dirpath.lo
CC util/os_path.lo
CC util/basename.lo
CC util/keyval_parse.lo
CC util/show_help.lo
CC util/show_help_lex.lo
CC util/path.lo
CC util/getid.lo
CC util/hash.lo
CC util/name_fns.lo
CC util/net.lo
CC util/pif.lo
CC util/parse_options.lo
CC util/context_fns.lo
CC util/pmix_pty.lo
CC util/few.lo
CC client/pmix_client.lo
CC client/pmix_client_fence.lo
CC client/pmix_client_get.lo
CC client/pmix_client_pub.lo
CC client/pmix_client_spawn.lo
CC client/pmix_client_connect.lo
CC server/pmix_server.lo
CC server/pmix_server_ops.lo
CC server/pmix_server_get.lo
CC runtime/pmix_finalize.lo
CC runtime/pmix_init.lo
CC runtime/pmix_params.lo
CC runtime/pmix_progress_threads.lo
CC tool/pmix_tool.lo
CC common/pmix_query.lo
CC common/pmix_strings.lo
CC common/pmix_log.lo
CC common/pmix_control.lo
CC common/pmix_data.lo
CC common/pmix_security.lo
CC common/pmix_iof.lo
CC hwloc/hwloc.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/hwloc/hwloc.c: In function ‘pmix_hwloc_get_topology’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/hwloc/hwloc.c:397:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
397 | asprintf(&shmemfile, "%s/hwloc.sm", pmix_server_globals.tmpdir);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libpmix.la
copying selected object files to avoid basename conflicts...
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src'
Making all in tools/pevent
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pevent'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pevent'
Making all in tools/pmix_info
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pmix_info'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pmix_info'
Making all in tools/plookup
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/plookup'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/plookup'
Making all in tools/pps
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pps'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pps'
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src'
Making all in etc
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/etc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/etc'
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x'
CC libmca_pmix_pmix3x_la-pmix3x_component.lo
CC libmca_pmix_pmix3x_la-pmix3x.lo
CC libmca_pmix_pmix3x_la-pmix3x_server_south.lo
CC libmca_pmix_pmix3x_la-pmix3x_client.lo
CC libmca_pmix_pmix3x_la-pmix3x_server_north.lo
CC libmca_pmix_pmix3x_la-pmix3x_local.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix3x_component.c: In function ‘external_register’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix3x_component.c:99:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
99 | asprintf(&pmix_library_version,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
100 | "PMIx library version %s (embedded in Open MPI)", PMIx_Get_version());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix3x_local.c: In function ‘opal_pmix_pmix3x_check_evars’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix3x_local.c:140:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
140 | asprintf(&tmp, " %s: %s\n %s: %s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
141 | evar->opalname, (NULL == evar->opalvalue) ? "NULL" : evar->opalvalue,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
142 | evar->pmixname, (NULL == evar->pmixvalue) ? "NULL" : evar->pmixvalue);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix3x_local.c:144:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
144 | asprintf(&tmp2, "%s\n\n %s: %s\n %s: %s", tmp,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
145 | evar->opalname, (NULL == evar->opalvalue) ? "NULL" : evar->opalvalue,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
146 | evar->pmixname, (NULL == evar->pmixvalue) ? "NULL" : evar->pmixvalue);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix3x_client.c: In function ‘pmix3x_client_init’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix3x_client.c:81:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
81 | asprintf(&dbgvalue, "PMIX_DEBUG=%d", dbg);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix3x_server_south.c: In function ‘pmix3x_server_init’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix3x_server_south.c:113:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
113 | asprintf(&dbgvalue, "PMIX_DEBUG=%d", dbg);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_pmix_pmix3x.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x'
Making all in mca/pstat/linux
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pstat/linux'
CC pstat_linux_module.lo
CC pstat_linux_component.lo
CCLD libmca_pstat_linux.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pstat/linux'
Making all in mca/rcache/grdma
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/rcache/grdma'
CC rcache_grdma_module.lo
CC rcache_grdma_component.lo
CCLD libmca_rcache_grdma.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/rcache/grdma'
Making all in mca/reachable/weighted
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable/weighted'
CC reachable_weighted.lo
CC reachable_weighted_component.lo
CCLD libmca_reachable_weighted.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable/weighted'
Making all in mca/reachable/netlink
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable/netlink'
CC reachable_netlink_module.lo
CC reachable_netlink_component.lo
CC reachable_netlink_utils_common.lo
CCLD libmca_reachable_netlink.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable/netlink'
Making all in mca/shmem/mmap
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/mmap'
CC shmem_mmap_component.lo
CC shmem_mmap_module.lo
CCLD libmca_shmem_mmap.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/mmap'
Making all in mca/shmem/posix
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/posix'
CC shmem_posix_component.lo
CC shmem_posix_module.lo
CC shmem_posix_common_utils.lo
CCLD libmca_shmem_posix.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/posix'
Making all in mca/shmem/sysv
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/sysv'
CC shmem_sysv_component.lo
CC shmem_sysv_module.lo
CCLD libmca_shmem_sysv.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/sysv'
Making all in mca/timer/linux
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/timer/linux'
CC timer_linux_component.lo
CCLD libmca_timer_linux.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/timer/linux'
Making all in .
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal'
CC runtime/opal_progress.lo
CC runtime/opal_init.lo
CC runtime/opal_params.lo
CC runtime/opal_finalize.lo
CC runtime/opal_cr.lo
CC runtime/opal_info_support.lo
CC runtime/opal_progress_threads.lo
CC dss/dss_internal_functions.lo
CC dss/dss_compare.lo
CC dss/dss_copy.lo
CC dss/dss_dump.lo
CC dss/dss_load_unload.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal.h: In function ‘opal_register_params’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_params.c:112:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
112 | asprintf(&string, "%d", signals[j]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_params.c:115:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
115 | asprintf(&tmp, "%s,%d", string, signals[j]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_cr.h: In function ‘opal_cr_refresh_environ’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_cr.c:937:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
937 | asprintf(&file_name, "%s/%s-%d", opal_tmp_directory(), OPAL_CR_BASE_ENV_NAME, prev_pid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.h: In function ‘opal_info_show_path’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:354:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
354 | asprintf(&path, "path:%s", type);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.h: In function ‘opal_info_do_type’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:604:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
604 | asprintf (&message, "MCA %s", group->group_framework);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c: In function ‘opal_info_show_mca_group_params’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:664:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
664 | asprintf(&component_msg, " %s", group_component);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:675:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
675 | asprintf(&message, "MCA%s %s%s", requested ? "" : " (-)",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
676 | group->group_framework,
| ~~~~~~~~~~~~~~~~~~~~~~~
677 | component_msg ? component_msg : "");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:690:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
690 | asprintf (&message, "MCA%s %s%s", requested ? "" : " (-)",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
691 | group->group_framework,
| ~~~~~~~~~~~~~~~~~~~~~~~
692 | component_msg ? component_msg : "");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:703:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
703 | asprintf (&message, "mca:%s:%s:param:%s:disabled:%s", group->group_framework,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
704 | group_component, var->mbv_full_name, requested ? "false" : "true");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:721:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
721 | asprintf(&message, "MCA%s %s%s", requested ? "" : " (-)",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
722 | group->group_framework,
| ~~~~~~~~~~~~~~~~~~~~~~~
723 | component_msg ? component_msg : "");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:736:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
736 | asprintf (&message, "MCA%s %s%s", requested ? "" : " (-)",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
737 | group->group_framework,
| ~~~~~~~~~~~~~~~~~~~~~~~
738 | component_msg ? component_msg : "");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:749:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
749 | asprintf (&message, "mca:%s:%s:pvar:%s:disabled:%s", group->group_framework,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
750 | group_component, pvar->name, requested ? "false" : "true");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.h: In function ‘opal_info_out’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:900:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
900 | asprintf(&spaces, "%*s", centerpoint -
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
901 | (int)strlen(pretty_message), " ");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:914:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
914 | asprintf(&filler, "%s%s: ", spaces, pretty_message);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:916:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
916 | asprintf(&filler, "%s ", spaces);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:926:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
926 | asprintf(&spaces, "%*s", centerpoint + 2, " ");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.h: In function ‘opal_info_out_int’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1008:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1008 | asprintf(&valstr, "%d", (int)value);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c: In function ‘opal_info_show_failed_component’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1096:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1096 | asprintf(&message, "MCA %s", ri->ri_type);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1097:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1097 | asprintf(&content, "%s (failed to load) %s", ri->ri_name, error_msg);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1104:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1104 | asprintf(&message, "mca:%s:%s:failed", ri->ri_type, ri->ri_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1105:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1105 | asprintf(&content, "%s", error_msg);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.h: In function ‘opal_info_show_mca_version’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1158:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1158 | asprintf(&message, "MCA %s", component->mca_type_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1160:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1160 | asprintf(&content, "%s (", component->mca_component_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1163:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1163 | asprintf(&tmp, "%sMCA v%s", content, mca_version);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1171:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1171 | asprintf(&tmp, "%s, ", content);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1175:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1175 | asprintf(&tmp, "%sAPI v%s", content, api_version);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1183:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1183 | asprintf(&tmp, "%s, ", content);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1187:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1187 | asprintf(&tmp, "%sComponent v%s", content, component_version);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1193:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1193 | asprintf(&tmp, "%s)", content);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1206:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1206 | asprintf(&message, "mca:%s:%s:version", component->mca_type_name, component->mca_component_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1208:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1208 | asprintf(&tmp, "mca:%s", mca_version);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1213:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1213 | asprintf(&tmp, "api:%s", api_version);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1218:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1218 | asprintf(&tmp, "component:%s", component_version);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.h: In function ‘opal_info_make_version_str’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1251:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1251 | asprintf(&tmp, "%s%s", str, greek);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.h: In function ‘opal_info_show_opal_version’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1278:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1278 | asprintf(&tmp, "%s:version:full", opal_info_type_opal);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1287:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1287 | asprintf(&tmp, "%s:version:repo", opal_info_type_opal);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/opal_info_support.c:1290:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1290 | asprintf(&tmp, "%s:version:release_date", opal_info_type_opal);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC dss/dss_lookup.lo
CC dss/dss_pack.lo
CC dss/dss_peek.lo
CC dss/dss_print.lo
CC dss/dss_register.lo
CC dss/dss_unpack.lo
CC dss/dss_open_close.lo
CC class/opal_bitmap.lo
CC class/opal_free_list.lo
CC class/opal_hash_table.lo
CC class/opal_hotel.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_byte’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:57:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
57 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:62:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
62 | asprintf(output, "%sData type: OPAL_BYTE\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:69:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
69 | asprintf(output, "%sData type: OPAL_BYTE\tValue: %x", prefix, *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_string’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:82:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
82 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:87:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
87 | asprintf(output, "%sData type: OPAL_STRING\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:94:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
94 | asprintf(output, "%sData type: OPAL_STRING\tValue: %s", prefx, src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_size’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:107:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
107 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:112:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
112 | asprintf(output, "%sData type: OPAL_SIZE\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:119:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
119 | asprintf(output, "%sData type: OPAL_SIZE\tValue: %lu", prefx, (unsigned long) *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_pid’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:132:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
132 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:137:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
137 | asprintf(output, "%sData type: OPAL_PID\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:144:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
144 | asprintf(output, "%sData type: OPAL_PID\tValue: %lu", prefx, (unsigned long) *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_bool’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:156:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
156 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:161:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
161 | asprintf(output, "%sData type: OPAL_BOOL\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:168:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
168 | asprintf(output, "%sData type: OPAL_BOOL\tValue: %s", prefx, *src ? "TRUE" : "FALSE");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_int’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:181:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
181 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:186:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
186 | asprintf(output, "%sData type: OPAL_INT\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:193:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
193 | asprintf(output, "%sData type: OPAL_INT\tValue: %ld", prefx, (long) *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_uint’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:206:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
206 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:211:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
211 | asprintf(output, "%sData type: OPAL_UINT\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:218:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
218 | asprintf(output, "%sData type: OPAL_UINT\tValue: %lu", prefx, (unsigned long) *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_uint8’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:231:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
231 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:236:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
236 | asprintf(output, "%sData type: OPAL_UINT8\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:243:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
243 | asprintf(output, "%sData type: OPAL_UINT8\tValue: %u", prefx, (unsigned int) *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_uint16’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:256:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
256 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:261:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
261 | asprintf(output, "%sData type: OPAL_UINT16\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:268:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
268 | asprintf(output, "%sData type: OPAL_UINT16\tValue: %u", prefx, (unsigned int) *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_uint32’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:281:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
281 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:286:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
286 | asprintf(output, "%sData type: OPAL_UINT32\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:293:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
293 | asprintf(output, "%sData type: OPAL_UINT32\tValue: %u", prefx, (unsigned int) *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_int8’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:306:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
306 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:311:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
311 | asprintf(output, "%sData type: OPAL_INT8\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:318:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
318 | asprintf(output, "%sData type: OPAL_INT8\tValue: %d", prefx, (int) *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_int16’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:331:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
331 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:336:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
336 | asprintf(output, "%sData type: OPAL_INT16\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:343:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
343 | asprintf(output, "%sData type: OPAL_INT16\tValue: %d", prefx, (int) *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_int32’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:356:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
356 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:361:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
361 | asprintf(output, "%sData type: OPAL_INT32\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:368:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
368 | asprintf(output, "%sData type: OPAL_INT32\tValue: %d", prefx, (int) *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_uint64’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:386:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
386 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:391:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
391 | asprintf(output, "%sData type: OPAL_UINT64\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:399:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
399 | asprintf(output, "%sData type: OPAL_UINT64\tValue: %lu", prefx, (unsigned long) *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_int64’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:421:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
421 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:426:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
426 | asprintf(output, "%sData type: OPAL_INT64\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:434:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
434 | asprintf(output, "%sData type: OPAL_INT64\tValue: %ld", prefx, (long) *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_float’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:451:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
451 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:456:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
456 | asprintf(output, "%sData type: OPAL_FLOAT\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:463:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
463 | asprintf(output, "%sData type: OPAL_FLOAT\tValue: %f", prefx, *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_double’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:477:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
477 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:482:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
482 | asprintf(output, "%sData type: OPAL_DOUBLE\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:489:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
489 | asprintf(output, "%sData type: OPAL_DOUBLE\tValue: %f", prefx, *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_time’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:504:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
504 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:509:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
509 | asprintf(output, "%sData type: OPAL_TIME\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:519:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
519 | asprintf(output, "%sData type: OPAL_TIME\tValue: %s", prefx, t);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_timeval’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:533:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
533 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:538:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
538 | asprintf(output, "%sData type: OPAL_TIMEVAL\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:545:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
545 | asprintf(output, "%sData type: OPAL_TIMEVAL\tValue: %ld.%06ld", prefx,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
546 | (long)src->tv_sec, (long)src->tv_usec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_null’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:559:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
559 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:564:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
564 | asprintf(output, "%sData type: OPAL_NULL\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:571:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
571 | asprintf(output, "%sData type: OPAL_NULL", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_data_type’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:590:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
590 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:595:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
595 | asprintf(output, "%sData type: OPAL_DATA_TYPE\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:602:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
602 | asprintf(output, "%sData type: OPAL_DATA_TYPE\tValue: %lu", prefx, (unsigned long) *src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_byte_object’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:617:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
617 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:622:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
622 | asprintf(output, "%sData type: OPAL_BYTE_OBJECT\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:629:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
629 | asprintf(output, "%sData type: OPAL_BYTE_OBJECT\tSize: %lu", prefx, (unsigned long) src->size);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_pstat’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:645:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
645 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:650:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
650 | asprintf(output, "%sData type: OPAL_PSTATS\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:656:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
656 | asprintf(output, "%sOPAL_PSTATS SAMPLED AT: %ld.%06ld\n%snode: %s rank: %d pid: %d cmd: %s state: %c pri: %d #threads: %d Processor: %d\n"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
657 | "%s\ttime: %ld.%06ld cpu: %5.2f PSS: %8.2f VMsize: %8.2f PeakVMSize: %8.2f RSS: %8.2f\n",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
658 | prefx, (long)src->sample_time.tv_sec, (long)src->sample_time.tv_usec,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
659 | prefx, src->node, src->rank, src->pid, src->cmd, src->state[0], src->priority, src->num_threads, src->processor,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
660 | prefx, (long)src->time.tv_sec, (long)src->time.tv_usec, src->percent_cpu, src->pss, src->vsize, src->peak_vsize, src->rss);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_node_stat’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:676:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
676 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:681:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
681 | asprintf(output, "%sData type: OPAL_NODE_STATS\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:687:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
687 | asprintf(output, "%sOPAL_NODE_STATS SAMPLED AT: %ld.%06ld\n%sTotal Mem: %5.2f Free Mem: %5.2f Buffers: %5.2f Cached: %5.2f\n"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
688 | "%sSwapCached: %5.2f SwapTotal: %5.2f SwapFree: %5.2f Mapped: %5.2f\n"
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
689 | "%s\tla: %5.2f\tla5: %5.2f\tla15: %5.2f\n",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
690 | prefx, (long)src->sample_time.tv_sec, (long)src->sample_time.tv_usec,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
691 | prefx, src->total_mem, src->free_mem, src->buffers, src->cached,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
692 | prefx, src->swap_cached, src->swap_total, src->swap_free, src->mapped,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
693 | prefx, src->la, src->la5, src->la15);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_value’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:709:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
709 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:714:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
714 | asprintf(output, "%sData type: OPAL_VALUE\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:723:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
723 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_BOOL\tKey: %s\tValue: %s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
724 | prefx, src->key, src->data.flag ? "true" : "false");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:727:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
727 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_BYTE\tKey: %s\tValue: %x",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
728 | prefx, src->key, src->data.byte);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:731:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
731 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_STRING\tKey: %s\tValue: %s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
732 | prefx, src->key, src->data.string);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:735:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
735 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_SIZE\tKey: %s\tValue: %lu",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
736 | prefx, src->key, (unsigned long)src->data.size);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:739:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
739 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_PID\tKey: %s\tValue: %lu",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
740 | prefx, src->key, (unsigned long)src->data.pid);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:743:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
743 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_INT\tKey: %s\tValue: %d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
744 | prefx, src->key, src->data.integer);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:747:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
747 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_INT8\tKey: %s\tValue: %d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
748 | prefx, src->key, (int)src->data.int8);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:751:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
751 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_INT16\tKey: %s\tValue: %d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
752 | prefx, src->key, (int)src->data.int16);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:755:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
755 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_INT32\tKey: %s\tValue: %d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
756 | prefx, src->key, src->data.int32);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:759:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
759 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_INT64\tKey: %s\tValue: %ld",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
760 | prefx, src->key, (long)src->data.int64);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:763:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
763 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_UINT\tKey: %s\tValue: %u",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
764 | prefx, src->key, src->data.uint);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:767:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
767 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_UINT8\tKey: %s\tValue: %u",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
768 | prefx, src->key, (unsigned int)src->data.uint8);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:771:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
771 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_UINT16\tKey: %s\tValue: %u",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
772 | prefx, src->key, (unsigned int)src->data.uint16);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:775:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
775 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_UINT32\tKey: %s\tValue: %u",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
776 | prefx, src->key, src->data.uint32);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:779:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
779 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_UINT64\tKey: %s\tValue: %lu",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
780 | prefx, src->key, (unsigned long)src->data.uint64);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:783:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
783 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_FLOAT\tKey: %s\tValue: %f",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
784 | prefx, src->key, src->data.fval);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:787:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
787 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_DOUBLE\tKey: %s\tValue: %f",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
788 | prefx, src->key, src->data.dval);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:791:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
791 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_BYTE_OBJECT\tKey: %s\tData: %s\tSize: %lu",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
792 | prefx, src->key, (NULL == src->data.bo.bytes) ? "NULL" : "NON-NULL", (unsigned long)src->data.bo.size);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:795:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
795 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_TIMEVAL\tKey: %s\tValue: %ld.%06ld", prefx,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
796 | src->key, (long)src->data.tv.tv_sec, (long)src->data.tv.tv_usec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:799:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
799 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_TIME\tKey: %s\tValue: %s", prefx,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
800 | src->key, ctime(&src->data.time));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:803:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
803 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_NAME\tKey: %s\tValue: %s", prefx,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
804 | src->key, OPAL_NAME_PRINT(src->data.name));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:807:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
807 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_PTR\tKey: %s", prefx, src->key);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:810:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
810 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_ENVAR\tKey: %s\tName: %s\tValue: %s\tSeparator: %c",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
811 | prefx, src->key,
| ~~~~~~~~~~~~~~~~
812 | (NULL == src->data.envar.envar) ? "NULL" : src->data.envar.envar,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
813 | (NULL == src->data.envar.value) ? "NULL" : src->data.envar.value,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
814 | ('\0' == src->data.envar.separator) ? ' ' : src->data.envar.separator);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:817:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
817 | asprintf(output, "%sOPAL_VALUE: Data type: UNKNOWN\tKey: %s\tValue: UNPRINTABLE",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
818 | prefx, src->key);
| ~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_name’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:842:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
842 | asprintf(output, "%sData type: ORTE_PROCESS_NAME\tData Value: NULL",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
843 | (NULL == prefix ? " " : prefix));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:845:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
845 | asprintf(output, "%sData type: ORTE_PROCESS_NAME\tData Value: [%d,%d]",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
846 | (NULL == prefix ? " " : prefix), name->jobid, name->vpid);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_jobid’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:862:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
862 | asprintf(output, "%sData type: OPAL_JOBID\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:866:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
866 | asprintf(output, "%sData type: OPAL_JOBID\tValue: %s", prefx, opal_jobid_print(src->jobid));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_vpid’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:880:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
880 | asprintf(output, "%sData type: OPAL_VPID\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:884:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
884 | asprintf(output, "%sData type: OPAL_VPID\tValue: %s", prefx, opal_vpid_print(src->vpid));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_status’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:898:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
898 | asprintf(output, "%sData type: OPAL_STATUS\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:902:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
902 | asprintf(output, "%sData type: OPAL_STATUS\tValue: %s", prefx, opal_strerror(*src));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_print_envar’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:917:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
917 | asprintf(output, "%sData type: OPAL_ENVAR\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_print.c:921:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
921 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_ENVAR\tName: %s\tValue: %s\tSeparator: %c",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
922 | prefx, (NULL == src->envar) ? "NULL" : src->envar,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
923 | (NULL == src->value) ? "NULL" : src->value,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
924 | ('\0' == src->separator) ? ' ' : src->separator);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_pack_float’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_pack.c:342:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
342 | asprintf(&convert, "%f", ssrc[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_internal.h: In function ‘opal_dss_pack_double’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/dss/dss_pack.c:363:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
363 | asprintf(&convert, "%f", ssrc[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC class/opal_tree.lo
CC class/opal_list.lo
CC class/opal_object.lo
CC class/opal_graph.lo
CC class/opal_lifo.lo
CC class/opal_fifo.lo
CC class/opal_pointer_array.lo
CC class/opal_value_array.lo
CC class/opal_ring_buffer.lo
CC class/opal_rb_tree.lo
CC class/opal_interval_tree.lo
CC memoryhooks/memory.lo
CC threads/condition.lo
CC threads/mutex.lo
CC threads/thread.lo
CC threads/wait_sync.lo
CCLD libopen-pal.la
copying selected object files to avoid basename conflicts...
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal'
Making all in tools/wrappers
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/tools/wrappers'
CC opal_wrapper.o
GENERATE opal_wrapper.1
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/tools/wrappers/opal_wrapper.c: In function ‘data_init’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/tools/wrappers/opal_wrapper.c:375:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
375 | asprintf(&datafile, "%s%s%s-wrapper-data.txt",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
376 | opal_install_dirs.opaldatadir, OPAL_PATH_SEP, appname);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/tools/wrappers/opal_wrapper.c: In function ‘data_callback’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/tools/wrappers/opal_wrapper.c:324:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
324 | asprintf(&line, OPAL_INCLUDE_FLAG"%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
325 | options_data[parse_options_idx].path_includedir);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/tools/wrappers/opal_wrapper.c:335:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
335 | asprintf(&line, OPAL_LIBDIR_FLAG"%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
336 | options_data[parse_options_idx].path_libdir);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/tools/wrappers/opal_wrapper.c:348:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
348 | asprintf(&line, OPAL_INCLUDE_FLAG"%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
349 | options_data[parse_options_idx].path_opalincludedir);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/tools/wrappers/opal_wrapper.c:359:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
359 | asprintf(&line, OPAL_LIBDIR_FLAG"%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
360 | options_data[parse_options_idx].path_opallibdir);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/tools/wrappers/opal_wrapper.c: In function ‘load_env_data’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/tools/wrappers/opal_wrapper.c:429:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
429 | asprintf(&envname, "%s_MPI%s", project, flag);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/tools/wrappers/opal_wrapper.c:432:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
432 | asprintf(&envname, "%s_%s", project, flag);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/tools/wrappers/opal_wrapper.c: In function ‘load_env_data_argv’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/tools/wrappers/opal_wrapper.c:453:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
453 | asprintf(&envname, "%s_MPI%s", project, flag);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/tools/wrappers/opal_wrapper.c:456:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
456 | asprintf(&envname, "%s_%s", project, flag);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD opal_wrapper
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/tools/wrappers'
make[1]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal'
Making all in orte
make[1]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte'
Making all in include
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/include'
Making all in mca/common
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/common'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/common'
Making all in mca/errmgr
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr'
CC base/errmgr_base_select.lo
CC base/errmgr_base_frame.lo
CC base/errmgr_base_fns.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/errmgr/base/errmgr_private.h: In function ‘orte_errmgr_base_abort’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/errmgr/base/errmgr_base_fns.c:113:9: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result]
113 | vasprintf( &buffer, fmt, arglist );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_errmgr.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr'
Making all in mca/ess
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess'
CC base/ess_base_frame.lo
CC base/ess_base_std_prolog.lo
CC base/ess_base_select.lo
CC base/ess_base_get.lo
CC base/ess_base_std_tool.lo
CC base/ess_base_std_orted.lo
CC base/ess_base_fns.lo
CCLD libmca_ess.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess'
Making all in mca/filem
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/filem'
GENERATE orte_filem.7
CC base/filem_base_frame.lo
CC base/filem_base_receive.lo
CC base/filem_base_select.lo
CC base/filem_base_fns.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/base/filem_base_receive.c: In function ‘filem_base_process_get_remote_path_cmd’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/base/filem_base_receive.c:250:9: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
250 | getcwd(cwd, sizeof(cwd));
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/base/filem_base_receive.c:251:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
251 | asprintf(&tmp_name, "%s/%s", cwd, filename);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_filem.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/filem'
Making all in mca/grpcomm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/grpcomm'
CC base/grpcomm_base_frame.lo
CC base/grpcomm_base_stubs.lo
CC base/grpcomm_base_select.lo
CCLD libmca_grpcomm.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/grpcomm'
Making all in mca/iof
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof'
CC base/iof_base_frame.lo
CC base/iof_base_select.lo
CC base/iof_base_output.lo
CC base/iof_base_setup.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/iof/base/iof_base_setup.h: In function ‘orte_iof_base_setup_output_files’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/iof/base/iof_base_setup.c:331:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
331 | asprintf(&outdir, "%s/%d/rank.%0*lu", dirname,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
332 | (int)ORTE_LOCAL_JOBID(proct->name.jobid),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
333 | numdigs, (unsigned long)proct->name.vpid);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/iof/base/iof_base_setup.c:335:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
335 | asprintf(&outdir, "%s/rank.%0*lu", dirname,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
336 | numdigs, (unsigned long)proct->name.vpid);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/iof/base/iof_base_setup.c:346:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
346 | asprintf(&outfile, "%s/stdout", outdir);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/iof/base/iof_base_setup.c:370:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
370 | asprintf(&outfile, "%s/stderr", outdir);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_iof.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof'
Making all in mca/odls
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls'
CC base/odls_base_frame.lo
CC base/odls_base_select.lo
CC base/odls_base_default_fns.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/base.h: In function ‘orte_odls_base_start_threads’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/odls_base_frame.c:183:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
183 | asprintf(&tmp, "ORTE-ODLS-%d", i);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/odls_private.h: In function ‘orte_odls_base_spawn_proc’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/odls_base_default_fns.c:985:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
985 | asprintf(&cd->argv[2], "Rank %s", ORTE_VPID_PRINT(child->name.vpid));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/odls_base_default_fns.c:1031:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1031 | asprintf(&param, "%s-%d", cd->argv[0], (int)child->name.vpid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/odls_private.h: In function ‘orte_odls_base_default_launch_local’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/odls_base_default_fns.c:1094:5: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
1094 | getcwd(basedir, sizeof(basedir));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/odls_base_default_fns.c:1282:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1282 | asprintf(&full_search, "%s:%s", mpiexec_pathenv, pathenv);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/odls_base_default_fns.c:1284:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1284 | asprintf(&full_search, "%s", mpiexec_pathenv);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/odls_base_default_fns.c:1342:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
1342 | chdir(basedir);
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/odls_base_default_fns.c:1468:5: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
1468 | chdir(basedir);
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/odls_base_default_fns.c: In function ‘setup_path’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/odls_base_default_fns.c:859:9: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
859 | getcwd(dir, sizeof(dir));
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/odls_private.h: In function ‘orte_odls_base_default_restart_proc’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/odls_base_default_fns.c:2064:5: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
2064 | getcwd(basedir, sizeof(basedir));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/odls_base_default_fns.c:2166:5: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
2166 | chdir(basedir);
| ^~~~~~~~~~~~~~
CCLD libmca_odls.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls'
Making all in mca/oob
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/oob'
CC base/oob_base_frame.lo
CC base/oob_base_select.lo
CC base/oob_base_stubs.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/oob/base/base.h: In function ‘orte_oob_base_get_addr’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/oob/base/oob_base_stubs.c:266:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
266 | asprintf(&tmp, "%s;%s", final, turi);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_oob.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/oob'
Making all in mca/plm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm'
CC base/plm_base_frame.lo
CC base/plm_base_receive.lo
CC base/plm_base_launch_support.lo
CC base/plm_base_orted_cmds.lo
CC base/plm_base_select.lo
CC base/plm_base_jobid.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/base/plm_private.h: In function ‘orte_plm_base_orted_append_basic_args’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/base/plm_base_launch_support.c:1528:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1528 | asprintf(&param, "%lu", num_procs);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/base/plm_base_launch_support.c:1558:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1558 | asprintf(&param, "%d", orte_process_info.my_port);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_plm.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm'
Making all in mca/ras
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras'
CC base/ras_base_frame.lo
CC base/ras_base_select.lo
CC base/ras_base_allocate.lo
CC base/ras_base_node.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/base/base.h: In function ‘orte_ras_base_display_alloc’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/base/ras_base_allocate.c:64:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
64 | asprintf(&tmp, "<allocation>\n");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/base/ras_base_allocate.c:66:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
66 | asprintf(&tmp, "\n====================== ALLOCATED NODES ======================\n");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/base/ras_base_allocate.c:79:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
79 | asprintf(&tmp2, "\t<host name=\"%s\" slots=\"%d\" max_slots=\"%d\" slots_inuse=\"%d\">\n",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
80 | (NULL == alloc->name) ? "UNKNOWN" : alloc->name,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
81 | (int)alloc->slots, (int)alloc->slots_max, (int)alloc->slots_inuse);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/base/ras_base_allocate.c:83:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
83 | asprintf(&tmp2, "\t%s: flags=0x%02x slots=%d max_slots=%d slots_inuse=%d state=%s\n",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
84 | (NULL == alloc->name) ? "UNKNOWN" : alloc->name, alloc->flags,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
85 | (int)alloc->slots, (int)alloc->slots_max, (int)alloc->slots_inuse,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
86 | orte_node_state_to_str(alloc->state));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/base/ras_base_allocate.c:91:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
91 | asprintf(&tmp3, "%s%s", tmp, tmp2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_ras.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras'
Making all in mca/regx
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx'
CC base/regx_base_select.lo
CC base/regx_base_default_fns.lo
CC base/regx_base_frame.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/base/base.h: In function ‘orte_regx_base_encode_nodemap’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/base/regx_base_default_fns.c:368:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
368 | asprintf(&tmp, "%d[%d]", rng->cnt, rng->slots);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/base/regx_base_default_fns.c:370:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
370 | asprintf(&tmp2, "%s,%d[%d]", tmp, rng->cnt, rng->slots);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/base/regx_base_default_fns.c:394:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
394 | asprintf(&tmp, "%d[%d]", rng->cnt, rng->slots);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/base/regx_base_default_fns.c:396:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
396 | asprintf(&tmp2, "%s,%d[%d]", tmp, rng->cnt, rng->slots);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/base/regx_base_default_fns.c:443:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
443 | asprintf(&tmp, "%d", rng->cnt);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/base/regx_base_default_fns.c:445:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
445 | asprintf(&tmp2, "%s,%d", tmp, rng->cnt);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/base/base.h: In function ‘orte_regx_base_generate_ppn’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/base/regx_base_default_fns.c:848:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
848 | asprintf(&ptmp, "%u(%u)", prng->nprocs, prng->cnt);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/base/regx_base_default_fns.c:850:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
850 | asprintf(&tmp2, "%s,%u(%u)", ptmp, prng->nprocs, prng->cnt);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/base/regx_base_default_fns.c:856:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
856 | asprintf(&ptmp, "%u", prng->nprocs);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/base/regx_base_default_fns.c:858:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
858 | asprintf(&tmp2, "%s,%u", ptmp, prng->nprocs);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_regx.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx'
Making all in mca/rmaps
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps'
CC base/rmaps_base_select.lo
CC base/rmaps_base_frame.lo
CC base/rmaps_base_map_job.lo
CC base/rmaps_base_print_fns.lo
CC base/rmaps_base_ranking.lo
CC base/rmaps_base_assign_locations.lo
CC base/rmaps_base_support_fns.lo
CC base/rmaps_base_binding.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/base/base.h: In function ‘orte_rmaps_base_print_mapping’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/base/rmaps_base_print_fns.c:169:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
169 | asprintf(&mymap, "%s[PPR]:", map);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/base/rmaps_base_print_fns.c:171:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
171 | asprintf(&mymap, "%s:", map);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/base/rmaps_base_print_fns.c:174:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
174 | asprintf(&tmp, "%sNO_USE_LOCAL,", mymap);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/base/rmaps_base_print_fns.c:179:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
179 | asprintf(&tmp, "%sNOOVERSUBSCRIBE,", mymap);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/base/rmaps_base_print_fns.c:183:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
183 | asprintf(&tmp, "%sOVERSUBSCRIBE,", mymap);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/base/rmaps_base_print_fns.c:188:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
188 | asprintf(&tmp, "%sSPAN,", mymap);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/base/rmaps_base_frame.c: In function ‘orte_rmaps_base_open’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/base/rmaps_base_frame.c:286:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
286 | asprintf(&rmaps_base_mapping_policy, "ppr:%s", orte_rmaps_base.ppr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/base/rmaps_base_frame.c:456:14: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
456 | asprintf(&orte_rmaps_base.ppr, "%d:node", orte_rmaps_base_n_pernode);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/base/rmaps_base_frame.c:467:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
467 | asprintf(&orte_rmaps_base.ppr, "%d:socket", orte_rmaps_base_n_persocket);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_rmaps.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps'
Making all in mca/rml
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rml'
CC base/rml_base_frame.lo
CC base/rml_base_contact.lo
CC base/rml_base_stubs.lo
CC base/rml_base_msg_handlers.lo
CCLD libmca_rml.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rml'
Making all in mca/routed
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed'
CC base/routed_base_frame.lo
CC base/routed_base_fns.lo
CCLD libmca_routed.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed'
Making all in mca/rtc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rtc'
CC base/rtc_base_frame.lo
CC base/rtc_base_select.lo
CC base/rtc_base_stubs.lo
CCLD libmca_rtc.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rtc'
Making all in mca/schizo
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo'
CC base/schizo_base_frame.lo
CC base/schizo_base_stubs.lo
CC base/schizo_base_select.lo
CCLD libmca_schizo.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo'
Making all in mca/snapc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/snapc'
GENERATE orte_snapc.7
CC base/snapc_base_frame.lo
CC base/snapc_base_fns.lo
CC base/snapc_base_select.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/snapc/base/base.h: In function ‘orte_snapc_ckpt_state_str’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/snapc/base/snapc_base_fns.c:839:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
839 | asprintf(state_str, "Unknown %d", state);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_snapc.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/snapc'
Making all in mca/sstore
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/sstore'
GENERATE orte_sstore.7
CC base/sstore_base_frame.lo
CC base/sstore_base_select.lo
CC base/sstore_base_fns.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/sstore_base_frame.c: In function ‘orte_sstore_base_open’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/sstore_base_frame.c:131:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
131 | asprintf(&orte_sstore_base_prelaunch_location,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
132 | "%s/%s/%d",
| ~~~~~~~~~~~
133 | orte_sstore_base_global_snapshot_dir,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
134 | orte_sstore_base_global_snapshot_ref,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
135 | 0);
| ~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/base.h: In function ‘orte_sstore_base_tool_request_restart_handle’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/sstore_base_fns.c:206:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
206 | asprintf(&(snapshot->metadata_filename),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
207 | "%s/%s/%s",
| ~~~~~~~~~~~
208 | snapshot->basedir,
| ~~~~~~~~~~~~~~~~~~
209 | snapshot->reference,
| ~~~~~~~~~~~~~~~~~~~~
210 | orte_sstore_base_global_metadata_filename);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/sstore_base_fns.c:215:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
215 | asprintf(&tmp_str, "%s/%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
216 | snapshot->basedir,
| ~~~~~~~~~~~~~~~~~~
217 | snapshot->reference);
| ~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/sstore_base_fns.c:249:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
249 | asprintf(&tmp_str, "%s/%s/%d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
250 | snapshot->basedir,
| ~~~~~~~~~~~~~~~~~~
251 | snapshot->reference,
| ~~~~~~~~~~~~~~~~~~~~
252 | snapshot->seq_num);
| ~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/base.h: In function ‘orte_sstore_base_tool_get_attr’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/sstore_base_fns.c:295:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
295 | asprintf(value, "%s/%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~
296 | tool_global_snapshot->basedir,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
297 | tool_global_snapshot->reference);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/sstore_base_fns.c:303:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
303 | asprintf(value, "%s/%s/%d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
304 | tool_global_snapshot->basedir,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
305 | tool_global_snapshot->reference,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
306 | tool_global_snapshot->seq_num);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/sstore_base_fns.c:309:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
309 | asprintf(value, "%s/%s/%d/%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
310 | tool_global_snapshot->basedir,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
311 | tool_global_snapshot->reference,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
312 | tool_global_snapshot->seq_num,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
313 | orte_sstore_base_local_snapshot_fmt);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/sstore_base_fns.c:325:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
325 | asprintf(value, "%d", tool_global_snapshot->num_seqs);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/base.h: In function ‘orte_sstore_base_get_global_snapshot_ref’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/sstore_base_fns.c:359:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
359 | asprintf(name_str, "ompi_global_snapshot_%d.ckpt", pid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/base.h: In function ‘orte_sstore_base_get_all_snapshots’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/sstore_base_fns.c:514:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
514 | asprintf(&tmp_str, "%s/%s", loc_basedir, dir_entp->d_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/sstore_base_fns.c:522:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
522 | asprintf(&metadata_file, "%s/%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
523 | tmp_str,
| ~~~~~~~~
524 | orte_sstore_base_global_metadata_filename);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/sstore_base_fns.c:537:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
537 | asprintf(&(global_snapshot->reference),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
538 | "%s",
| ~~~~~
539 | dir_entp->d_name);
| ~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/sstore_base_fns.c:540:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
540 | asprintf(&(global_snapshot->metadata_filename),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
541 | "%s/%s/%s",
| ~~~~~~~~~~~
542 | global_snapshot->basedir,
| ~~~~~~~~~~~~~~~~~~~~~~~~~
543 | global_snapshot->reference,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
544 | orte_sstore_base_global_metadata_filename);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/base.h: In function ‘orte_sstore_base_find_all_seq_nums’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/sstore/base/sstore_base_fns.c:759:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
759 | asprintf(&tmp_str, "%d", tmp_seq_num);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_sstore.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/sstore'
Making all in mca/state
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state'
CC base/state_base_frame.lo
CC base/state_base_select.lo
CC base/state_base_fns.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/state/base/state_private.h: In function ‘orte_state_base_check_fds’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/state/base/state_base_fns.c:1147:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1147 | asprintf(&result, " %d\t(%s)\t%s\n", i, info, status);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/state/base/state_base_fns.c:1149:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1149 | asprintf(&r2, "%s %d\t(%s)\t%s\n", result, i, info, status);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/state/base/state_base_fns.c:1157:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1157 | asprintf(&r2, "%s: %d open file descriptors after job %d completed\n%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1158 | ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), cnt, ORTE_LOCAL_JOBID(jdata->jobid), result);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_state.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state'
Making all in mca/errmgr/default_app
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_app'
CC errmgr_default_app_component.lo
CC errmgr_default_app.lo
CCLD libmca_errmgr_default_app.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_app'
Making all in mca/errmgr/default_hnp
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_hnp'
CC errmgr_default_hnp_component.lo
CC errmgr_default_hnp.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/errmgr/default_hnp/errmgr_default_hnp.c: In function ‘hnp_abort’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/errmgr/default_hnp/errmgr_default_hnp.c:155:13: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result]
155 | vasprintf(&outmsg, fmt, arglist);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_errmgr_default_hnp.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_hnp'
Making all in mca/errmgr/default_orted
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_orted'
CC errmgr_default_orted_component.lo
CC errmgr_default_orted.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/errmgr/default_orted/errmgr_default_orted.c: In function ‘orted_abort’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/errmgr/default_orted/errmgr_default_orted.c:153:9: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result]
153 | vasprintf(&outmsg, fmt, arglist);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_errmgr_default_orted.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_orted'
Making all in mca/errmgr/default_tool
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_tool'
CC errmgr_default_tool_component.lo
CC errmgr_default_tool.lo
CCLD libmca_errmgr_default_tool.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_tool'
Making all in mca/ess/env
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/env'
CC ess_env_component.lo
CC ess_env_module.lo
CCLD libmca_ess_env.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/env'
Making all in mca/ess/hnp
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/hnp'
CC ess_hnp_component.lo
CC ess_hnp_module.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/hnp/ess_hnp_module.c: In function ‘rte_init’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/hnp/ess_hnp_module.c:171:5: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
171 | pipe(term_pipe);
| ^~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/hnp/ess_hnp_module.c: In function ‘abort_signal_callback’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/hnp/ess_hnp_module.c:985:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
985 | write(1, (void*)msg, strlen(msg));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/hnp/ess_hnp_module.c:990:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
990 | write(term_pipe[1], &foo, 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_ess_hnp.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/hnp'
Making all in mca/ess/pmi
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/pmi'
CC ess_pmi_module.lo
CC ess_pmi_component.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/pmi/ess_pmi_module.c: In function ‘rte_init’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/pmi/ess_pmi_module.c:232:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
232 | asprintf(&ev1, OPAL_MCA_PREFIX"orte_ess_num_procs=%d", orte_process_info.num_procs);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/pmi/ess_pmi_module.c:237:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
237 | asprintf(&ev2, "OMPI_APP_CTX_NUM_PROCS=%d", orte_process_info.num_procs);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/pmi/ess_pmi_module.c:284:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
284 | asprintf(&envar, OPAL_MCA_PREFIX"orte_precondition_transports=%s", string_key);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_ess_pmi.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/pmi'
Making all in mca/ess/singleton
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/singleton'
CC ess_singleton_component.lo
CC ess_singleton_module.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/singleton/ess_singleton_module.c: In function ‘rte_init’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/singleton/ess_singleton_module.c:243:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
243 | asprintf(&num_procs, "%d", orte_process_info.num_procs);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/singleton/ess_singleton_module.c:250:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
250 | asprintf(&num_procs, "%d", orte_process_info.num_procs);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/singleton/ess_singleton_module.c: In function ‘fork_hnp’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/singleton/ess_singleton_module.c:589:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
589 | asprintf(&param, "%d", p[1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/singleton/ess_singleton_module.c:595:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
595 | asprintf(&param, "%d", death_pipe[0]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_ess_singleton.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/singleton'
Making all in mca/ess/tool
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/tool'
CC ess_tool_component.lo
CC ess_tool_module.lo
CCLD libmca_ess_tool.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/tool'
Making all in mca/ess/slurm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/slurm'
CC ess_slurm_component.lo
CC ess_slurm_module.lo
CCLD libmca_ess_slurm.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/slurm'
Making all in mca/filem/raw
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/filem/raw'
CC filem_raw_component.lo
CC filem_raw_module.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/raw/filem_raw_module.c: In function ‘raw_preposition_files’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/raw/filem_raw_module.c:291:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
291 | asprintf(&app->app, "./%s", cptr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/raw/filem_raw_module.c: In function ‘write_handler’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/raw/filem_raw_module.c:1148:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1148 | asprintf(&cmd, "tar xf %s", sink->file);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/raw/filem_raw_module.c:1150:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1150 | asprintf(&cmd, "tar xjf %s", sink->file);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/raw/filem_raw_module.c:1152:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1152 | asprintf(&cmd, "tar xzf %s", sink->file);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/raw/filem_raw_module.c:1158:17: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
1158 | getcwd(homedir, sizeof(homedir));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/raw/filem_raw_module.c:1160:17: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
1160 | chdir(dirname);
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/raw/filem_raw_module.c:1165:17: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
1165 | system(cmd);
| ^~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/raw/filem_raw_module.c:1166:17: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
1166 | chdir(homedir);
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/raw/filem_raw_module.c: In function ‘link_archive’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/raw/filem_raw_module.c:897:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
897 | asprintf(&cmd, "tar tf %s", inbnd->fullpath);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_filem_raw.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/filem/raw'
Making all in mca/grpcomm/direct
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/grpcomm/direct'
CC grpcomm_direct.lo
CC grpcomm_direct_component.lo
CCLD libmca_grpcomm_direct.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/grpcomm/direct'
Making all in mca/iof/hnp
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/hnp'
CC iof_hnp.lo
CC iof_hnp_component.lo
CC iof_hnp_read.lo
CC iof_hnp_receive.lo
CC iof_hnp_send.lo
CCLD libmca_iof_hnp.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/hnp'
Making all in mca/iof/orted
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/orted'
CC iof_orted.lo
CC iof_orted_component.lo
CC iof_orted_read.lo
CC iof_orted_receive.lo
CCLD libmca_iof_orted.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/orted'
Making all in mca/iof/tool
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/tool'
CC iof_tool.lo
CC iof_tool_component.lo
CC iof_tool_receive.lo
CCLD libmca_iof_tool.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/tool'
Making all in mca/odls/default
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls/default'
CC odls_default_component.lo
CC odls_default_module.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/default/odls_default_module.c: In function ‘do_child’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/default/odls_default_module.c:479:12: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
479 | (void) getcwd(dir, sizeof(dir));
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/default/odls_default_module.c:485:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
485 | asprintf(&msg, "%s has a bad interpreter on the first line.",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
486 | cd->app->app);
| ~~~~~~~~~~~~~
CCLD libmca_odls_default.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls/default'
Making all in mca/odls/pspawn
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls/pspawn'
CC odls_pspawn_component.lo
CC odls_pspawn.lo
CCLD libmca_odls_pspawn.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls/pspawn'
Making all in mca/oob/tcp
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/oob/tcp'
CC oob_tcp_component.lo
CC oob_tcp.lo
CC oob_tcp_connection.lo
CC oob_tcp_sendrecv.lo
CC oob_tcp_listener.lo
CC oob_tcp_common.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/oob/tcp/oob_tcp_listener.c: In function ‘create_listen’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/oob/tcp/oob_tcp_listener.c:397:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
397 | asprintf(&tconn, "%d", ntohs(((struct sockaddr_in*) &inaddr)->sin_port));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/oob/tcp/oob_tcp_component.c: In function ‘component_get_addr’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/oob/tcp/oob_tcp_component.c:755:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
755 | asprintf(&cptr, "tcp://%s:%s", tmp, tp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/oob/tcp/oob_tcp_component.c: In function ‘component_shutdown’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/oob/tcp/oob_tcp_component.c:696:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
696 | write(mca_oob_tcp_component.stop_thread[1], &i, sizeof(int));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_oob_tcp.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/oob/tcp'
Making all in mca/plm/isolated
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/isolated'
CC plm_isolated_component.lo
CC plm_isolated.lo
CCLD libmca_plm_isolated.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/isolated'
Making all in mca/plm/rsh
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/rsh'
CC plm_rsh_component.lo
CC plm_rsh_module.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_component.c: In function ‘rsh_component_query’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_component.c:291:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
291 | asprintf(&tmp, "%s/bin/%s", getenv("SGE_ROOT"), getenv("ARC"));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh.h: In function ‘orte_plm_rsh_search’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_component.c:378:9: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
378 | getcwd(cwd, OPAL_PATH_MAX);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_module.c: In function ‘setup_launch’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_module.c:459:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
459 | asprintf(&lib_base, "%s:%s/%s", mca_plm_rsh_component.pass_libpath, prefix_dir, param);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_module.c:461:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
461 | asprintf(&lib_base, "%s:%s", mca_plm_rsh_component.pass_libpath, param);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_module.c:464:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
464 | asprintf(&lib_base, "%s/%s", prefix_dir, param);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_module.c:478:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
478 | asprintf(&bin_base, "%s/%s", prefix_dir, value);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_module.c:484:23: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
484 | (void)asprintf(&full_orted_cmd, "%s/%s", bin_base, orted_cmd);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_module.c:504:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
504 | (void)asprintf (&final_cmd,
| ^~~~~~~~~~~~~~~~~~~~~
505 | "%s%s%s%s%s%s%s%s%s PATH=%s%s$PATH ; export PATH ; "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
506 | "LD_LIBRARY_PATH=%s%s${LD_LIBRARY_PATH:-} ; export LD_LIBRARY_PATH ; "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
507 | "DYLD_LIBRARY_PATH=%s%s${DYLD_LIBRARY_PATH:-} ; export DYLD_LIBRARY_PATH ; "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
508 | "%s %s",
| ~~~~~~~~
509 | (NULL != mca_plm_rsh_component.chdir ? "cd " : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
510 | (NULL != mca_plm_rsh_component.chdir ? mca_plm_rsh_component.chdir : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
511 | (NULL != mca_plm_rsh_component.chdir ? " ; " : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
512 | (opal_prefix != NULL ? "OPAL_PREFIX=" : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
513 | (opal_prefix != NULL ? opal_prefix : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
514 | (opal_prefix != NULL ? " ; export OPAL_PREFIX;" : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
515 | (opal_libdir != NULL ? "OPAL_LIBDIR=" : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
516 | (opal_libdir != NULL ? opal_libdir : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
517 | (opal_libdir != NULL ? " ; export OPAL_LIBDIR;" : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
518 | (NULL != bin_base ? bin_base : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
519 | (NULL != bin_base ? ":" : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
520 | (NULL != lib_base ? lib_base : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
521 | (NULL != lib_base ? ":" : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
522 | (NULL != lib_base ? lib_base : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
523 | (NULL != lib_base ? ":" : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
524 | (orted_prefix != NULL ? orted_prefix : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
525 | (full_orted_cmd != NULL ? full_orted_cmd : " "));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_module.c:540:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
540 | (void)asprintf (&final_cmd,
| ^~~~~~~~~~~~~~~~~~~~~
541 | "%s%s%s%s%s%s%s%s%s set path = ( %s $path ) ; "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
542 | "if ( $?LD_LIBRARY_PATH == 1 ) "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
543 | "set OMPI_have_llp ; "
| ~~~~~~~~~~~~~~~~~~~~~~
544 | "if ( $?LD_LIBRARY_PATH == 0 ) "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
545 | "setenv LD_LIBRARY_PATH %s ; "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
546 | "if ( $?OMPI_have_llp == 1 ) "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
547 | "setenv LD_LIBRARY_PATH %s%s$LD_LIBRARY_PATH ; "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
548 | "if ( $?DYLD_LIBRARY_PATH == 1 ) "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
549 | "set OMPI_have_dllp ; "
| ~~~~~~~~~~~~~~~~~~~~~~~
550 | "if ( $?DYLD_LIBRARY_PATH == 0 ) "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
551 | "setenv DYLD_LIBRARY_PATH %s ; "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
552 | "if ( $?OMPI_have_dllp == 1 ) "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
553 | "setenv DYLD_LIBRARY_PATH %s%s$DYLD_LIBRARY_PATH ; "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
554 | "%s %s",
| ~~~~~~~~
555 | (NULL != mca_plm_rsh_component.chdir ? "cd " : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
556 | (NULL != mca_plm_rsh_component.chdir ? mca_plm_rsh_component.chdir : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
557 | (NULL != mca_plm_rsh_component.chdir ? " ; " : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
558 | (opal_prefix != NULL ? "setenv OPAL_PREFIX " : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
559 | (opal_prefix != NULL ? opal_prefix : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
560 | (opal_prefix != NULL ? " ;" : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
561 | (opal_libdir != NULL ? "setenv OPAL_LIBDIR " : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
562 | (opal_libdir != NULL ? opal_libdir : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
563 | (opal_libdir != NULL ? " ;" : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
564 | (NULL != bin_base ? bin_base : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
565 | (NULL != lib_base ? lib_base : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
566 | (NULL != lib_base ? lib_base : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
567 | (NULL != lib_base ? ":" : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
568 | (NULL != lib_base ? lib_base : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
569 | (NULL != lib_base ? lib_base : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
570 | (NULL != lib_base ? ":" : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
571 | (orted_prefix != NULL ? orted_prefix : " "),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
572 | (full_orted_cmd != NULL ? full_orted_cmd : " "));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_module.c:598:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
598 | (void)asprintf(&final_cmd, "%s %s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
599 | (orted_prefix != NULL ? orted_prefix : ""),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
600 | (full_orted_cmd != NULL ? full_orted_cmd : ""));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_module.c: In function ‘rsh_init’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_module.c:197:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
197 | asprintf(&tmp, "%s/bin/%s", getenv("SGE_ROOT"), getenv("ARC"));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_module.c: In function ‘launch_daemons’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/plm_rsh_module.c:1289:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1289 | (void)asprintf (&argv[node_name_index1], "%s@%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1290 | username, node->name);
| ~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_plm_rsh.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/rsh'
Making all in mca/plm/slurm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/slurm'
CC plm_slurm_module.lo
CC plm_slurm_component.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/slurm/plm_slurm_module.c: In function ‘launch_daemons’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/slurm/plm_slurm_module.c:253:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
253 | asprintf(&jobid_string, "%lu", (unsigned long) daemons->jobid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/slurm/plm_slurm_module.c:332:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
332 | asprintf(&tmp, "--nodes=%lu", (unsigned long)map->num_new_daemons);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/slurm/plm_slurm_module.c:336:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
336 | asprintf(&tmp, "--nodelist=%s", nodelist_flat);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/slurm/plm_slurm_module.c:342:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
342 | asprintf(&tmp, "--ntasks=%lu", (unsigned long)map->num_new_daemons);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/slurm/plm_slurm_module.c: In function ‘plm_slurm_start_proc’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/slurm/plm_slurm_module.c:653:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
653 | asprintf(&newenv, "%s/%s:%s", prefix, bin_base, oldenv);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/slurm/plm_slurm_module.c:655:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
655 | asprintf(&newenv, "%s/%s", prefix, bin_base);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/slurm/plm_slurm_module.c:667:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
667 | asprintf(&newenv, "%s/%s:%s", prefix, lib_base, oldenv);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/slurm/plm_slurm_module.c:669:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
669 | asprintf(&newenv, "%s/%s", prefix, lib_base);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_plm_slurm.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/slurm'
Making all in mca/ras/simulator
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras/simulator'
CC ras_sim_component.lo
CC ras_sim_module.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/simulator/ras_sim_module.c: In function ‘allocate’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/simulator/ras_sim_module.c:252:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
252 | asprintf(&node->name, "%s%0*d", prefix, dig, i);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_ras_simulator.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras/simulator'
Making all in mca/ras/slurm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras/slurm'
CC ras_slurm_component.lo
CC ras_slurm_module.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/slurm/ras_slurm_module.c: In function ‘dyn_allocate’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/slurm/ras_slurm_module.c:1020:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1020 | asprintf(&tmp, "jobid=%s", jstring);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/slurm/ras_slurm_module.c:1039:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1039 | asprintf(&tmp, "timeout=%d", mca_ras_slurm_component.timeout);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/slurm/ras_slurm_module.c:1050:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1050 | asprintf(&tmp, ": app=%d", (int)app->idx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/slurm/ras_slurm_module.c:1054:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1054 | asprintf(&tmp, "np=%d", app->num_procs);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/slurm/ras_slurm_module.c:1059:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1059 | asprintf(&tmp, "N=%ld", (long int)i64);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/slurm/ras_slurm_module.c:1068:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1068 | asprintf(&tmp, "node_list=%s", node_list);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_ras_slurm.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras/slurm'
Making all in mca/regx/fwd
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/fwd'
CC regx_fwd_component.lo
CC regx_fwd.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/fwd/regx_fwd.c: In function ‘nidmap_create’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/fwd/regx_fwd.c:225:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
225 | asprintf(&tmp, "%s", ndreg->prefix);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/fwd/regx_fwd.c:234:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
234 | asprintf(&tmp, "%s[%d:", ndreg->prefix, ndreg->num_digits);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/fwd/regx_fwd.c:236:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
236 | asprintf(&tmp, "[%d:", ndreg->num_digits);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/fwd/regx_fwd.c:242:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
242 | asprintf(&tmp2, "%s%u,", tmp, range->vpid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/fwd/regx_fwd.c:244:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
244 | asprintf(&tmp2, "%s%u-%u,", tmp, range->vpid, range->vpid + range->cnt - 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/fwd/regx_fwd.c:254:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
254 | asprintf(&tmp2, "%s%s", tmp, ndreg->suffix);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/fwd/regx_fwd.c:275:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
275 | asprintf(&tmp, "%u(%u)", rng->vpid, rng->cnt);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/fwd/regx_fwd.c:277:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
277 | asprintf(&tmp2, "%s,%u(%u)", tmp, rng->vpid, rng->cnt);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/fwd/regx_fwd.c:283:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
283 | asprintf(&tmp, "%u", rng->vpid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/fwd/regx_fwd.c:285:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
285 | asprintf(&tmp2, "%s,%u", tmp, rng->vpid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/fwd/regx_fwd.c:295:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
295 | asprintf(&tmp2, "%s@%s", nodenames, tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_regx_fwd.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/fwd'
Making all in mca/regx/naive
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/naive'
CC regx_naive_component.lo
CC regx_naive.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/naive/regx_naive.c: In function ‘nidmap_create’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/naive/regx_naive.c:116:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
116 | asprintf(&tmp, "%u", vpid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/naive/regx_naive.c:146:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
146 | asprintf(&tmp, "%u(%u)", rng->vpid, rng->cnt);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/naive/regx_naive.c:148:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
148 | asprintf(&tmp2, "%s,%u(%u)", tmp, rng->vpid, rng->cnt);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/naive/regx_naive.c:154:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
154 | asprintf(&tmp, "%u", rng->vpid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/naive/regx_naive.c:156:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
156 | asprintf(&tmp2, "%s,%u", tmp, rng->vpid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/naive/regx_naive.c:172:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
172 | asprintf(&tmp2, "%s@%s", nodenames, tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_regx_naive.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/naive'
Making all in mca/regx/reverse
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/reverse'
CC regx_reverse_component.lo
CC regx_reverse.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/reverse/regx_reverse.c: In function ‘nidmap_create’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/reverse/regx_reverse.c:244:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
244 | asprintf(&tmp, "%s", ndreg->prefix);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/reverse/regx_reverse.c:253:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
253 | asprintf(&tmp, "%s[%d:", ndreg->prefix, ndreg->num_digits);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/reverse/regx_reverse.c:255:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
255 | asprintf(&tmp, "[%d:", ndreg->num_digits);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/reverse/regx_reverse.c:261:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
261 | asprintf(&tmp2, "%s%u,", tmp, range->vpid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/reverse/regx_reverse.c:263:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
263 | asprintf(&tmp2, "%s%u-%u,", tmp, range->vpid, range->vpid + range->cnt - 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/reverse/regx_reverse.c:273:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
273 | asprintf(&tmp2, "%s%s", tmp, ndreg->suffix);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/reverse/regx_reverse.c:294:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
294 | asprintf(&tmp, "%u(%u)", rng->vpid, rng->cnt);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/reverse/regx_reverse.c:296:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
296 | asprintf(&tmp2, "%s,%u(%u)", tmp, rng->vpid, rng->cnt);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/reverse/regx_reverse.c:302:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
302 | asprintf(&tmp, "%u", rng->vpid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/reverse/regx_reverse.c:304:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
304 | asprintf(&tmp2, "%s,%u", tmp, rng->vpid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/regx/reverse/regx_reverse.c:314:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
314 | asprintf(&tmp2, "%s@%s", nodenames, tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_regx_reverse.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/reverse'
Making all in mca/rmaps/mindist
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/mindist'
CC rmaps_mindist_module.lo
CC rmaps_mindist_component.lo
CCLD libmca_rmaps_mindist.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/mindist'
Making all in mca/rmaps/ppr
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/ppr'
CC rmaps_ppr.lo
CC rmaps_ppr_component.lo
CCLD libmca_rmaps_ppr.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/ppr'
Making all in mca/rmaps/rank_file
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/rank_file'
CC rmaps_rank_file.lo
CC rmaps_rank_file_component.lo
CC rmaps_rank_file_lex.lo
CCLD libmca_rmaps_rank_file.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/rank_file'
Making all in mca/rmaps/resilient
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/resilient'
CC rmaps_resilient.lo
CC rmaps_resilient_component.lo
CCLD libmca_rmaps_resilient.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/resilient'
Making all in mca/rmaps/round_robin
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/round_robin'
CC rmaps_rr.lo
CC rmaps_rr_component.lo
CC rmaps_rr_mappers.lo
CC rmaps_rr_assign.lo
CCLD libmca_rmaps_round_robin.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/round_robin'
Making all in mca/rmaps/seq
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/seq'
CC rmaps_seq.lo
CC rmaps_seq_component.lo
CCLD libmca_rmaps_seq.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/seq'
Making all in mca/rml/oob
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rml/oob'
CC rml_oob_component.lo
CC rml_oob_send.lo
CCLD libmca_rml_oob.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rml/oob'
Making all in mca/routed/binomial
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/binomial'
CC routed_binomial.lo
CC routed_binomial_component.lo
CCLD libmca_routed_binomial.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/binomial'
Making all in mca/routed/direct
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/direct'
CC routed_direct.lo
CC routed_direct_component.lo
CCLD libmca_routed_direct.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/direct'
Making all in mca/routed/radix
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/radix'
CC routed_radix.lo
CC routed_radix_component.lo
CCLD libmca_routed_radix.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/radix'
Making all in mca/rtc/hwloc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rtc/hwloc'
CC rtc_hwloc.lo
CC rtc_hwloc_component.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rtc/hwloc/rtc_hwloc.c: In function ‘set’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rtc/hwloc/rtc_hwloc.c:306:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
306 | asprintf(&msg, "hwloc_set_cpubind returned \"%s\" for bitmap \"%s\"",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
307 | opal_strerror(rc), tmp);
| ~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rtc/hwloc/rtc_hwloc.c:338:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
338 | asprintf(&msg, "hwloc_bitmap_sscanf returned \"%s\" for the string \"%s\"",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
339 | opal_strerror(rc), cpu_bitmap);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rtc/hwloc/rtc_hwloc.c:373:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
373 | asprintf(&msg, "hwloc_set_cpubind returned \"%s\" for bitmap \"%s\"",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
374 | opal_strerror(rc), cpu_bitmap);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rtc/hwloc/rtc_hwloc.c: In function ‘init’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rtc/hwloc/rtc_hwloc.c:138:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
138 | asprintf(&shmemfile, "%s/hwloc.sm", orte_process_info.jobfam_session_dir);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_rtc_hwloc.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rtc/hwloc'
Making all in mca/schizo/flux
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/flux'
CC schizo_flux_component.lo
CC schizo_flux.lo
CCLD libmca_schizo_flux.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/flux'
Making all in mca/schizo/ompi
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/ompi'
CC schizo_ompi_component.lo
CC schizo_ompi.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c: In function ‘setup_child’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:1261:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1261 | asprintf(&value, "%lu", (unsigned long) child->local_rank);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:1277:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1277 | asprintf(&value, "%lu", (unsigned long) child->node_rank);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:1298:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1298 | asprintf(&value, "%d", nrestarts);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c: In function ‘setup_fork’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:889:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
889 | asprintf(&newenv, "%s/bin:%s", param, app->env[i] + 5);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:896:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
896 | asprintf(&newenv, "%s/lib:%s", param, app->env[i] + 16);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:923:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
923 | asprintf(&param, "%ld", (long)app->idx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:935:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
935 | asprintf(&param, "%ld", (long)jdata->total_slots_alloc);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:940:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
940 | asprintf(&param, "%ld", (long)(jdata->map->num_nodes));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:1002:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1002 | asprintf(&param, "%ld", (long)jdata->num_procs);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:1023:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1023 | asprintf(&param, "%ld", (long)jdata->num_local_procs);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:1037:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1037 | asprintf(&num_app_ctx, "%lu", (unsigned long)jdata->num_apps);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:1083:27: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1083 | (void)asprintf(&p2, "%s%c%s", attr->data.envar.value,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1084 | attr->data.envar.separator, param);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:1108:27: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1108 | (void)asprintf(&p2, "%s%c%s", param, attr->data.envar.separator,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1109 | attr->data.envar.value);
| ~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:1144:27: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1144 | (void)asprintf(&p2, "%s%c%s", attr->data.envar.value,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1145 | attr->data.envar.separator, param);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:1169:27: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1169 | (void)asprintf(&p2, "%s%c%s", param, attr->data.envar.separator,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1170 | attr->data.envar.value);
| ~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c: In function ‘parse_env’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/schizo/ompi/schizo_ompi.c:795:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
795 | asprintf(&value, "OMPI_exec_path=%s", path);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_schizo_ompi.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/ompi'
Making all in mca/schizo/orte
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/orte'
CC schizo_orte_component.lo
CC schizo_orte.lo
CCLD libmca_schizo_orte.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/orte'
Making all in mca/schizo/jsm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/jsm'
CC schizo_jsm_component.lo
CC schizo_jsm.lo
CCLD libmca_schizo_jsm.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/jsm'
Making all in mca/schizo/slurm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/slurm'
CC schizo_slurm.lo
CC schizo_slurm_component.lo
CCLD libmca_schizo_slurm.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/slurm'
Making all in mca/state/app
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/app'
CC state_app_component.lo
CC state_app.lo
CCLD libmca_state_app.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/app'
Making all in mca/state/hnp
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/hnp'
CC state_hnp_component.lo
CC state_hnp.lo
CCLD libmca_state_hnp.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/hnp'
Making all in mca/state/novm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/novm'
CC state_novm_component.lo
CC state_novm.lo
CCLD libmca_state_novm.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/novm'
Making all in mca/state/orted
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/orted'
CC state_orted_component.lo
CC state_orted.lo
CCLD libmca_state_orted.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/orted'
Making all in mca/state/tool
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/tool'
CC state_tool_component.lo
CC state_tool.lo
CCLD libmca_state_tool.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/tool'
Making all in etc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/etc'
Making all in orted/orted-mpir
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/orted/orted-mpir'
CC orted_mpir_breakpoint.lo
CCLD libopen-orted-mpir.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/orted/orted-mpir'
Making all in .
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte'
CC runtime/libruntime_mpir_la-orte_init.lo
CC runtime/orte_finalize.lo
CC runtime/orte_locks.lo
CC runtime/orte_globals.lo
GENERATE util/hostfile/orte_hosts.7
CC runtime/orte_quit.lo
CC runtime/data_type_support/orte_dt_copy_fns.lo
CC runtime/data_type_support/orte_dt_compare_fns.lo
CC runtime/data_type_support/orte_dt_packing_fns.lo
CC runtime/data_type_support/orte_dt_unpacking_fns.lo
CC runtime/data_type_support/orte_dt_print_fns.lo
CC runtime/orte_mca_params.lo
CC runtime/orte_wait.lo
CC runtime/orte_cr.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/runtime.h: In function ‘orte_register_params’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/orte_mca_params.c:383:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
383 | asprintf(&orte_default_hostfile, "%s/openmpi-default-hostfile", opal_install_dirs.sysconfdir);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_quick_print’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:59:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
59 | asprintf(output, "%sData type: %s\tData size: 8-bit\tValue: NULL pointer",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60 | (NULL == prefix) ? "" : prefix, type_name);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:67:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
67 | asprintf(output, "%sData type: %s\tData size: 8-bit\tValue: %d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | (NULL == prefix) ? "" : prefix, type_name, (int) *i8);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:73:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
73 | asprintf(output, "%sData type: %s\tData size: 8-bit\tValue: %u",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
74 | (NULL == prefix) ? "" : prefix, type_name, (unsigned int)*ui8);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:79:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
79 | asprintf(output, "%sData type: %s\tData size: 16-bit\tValue: %d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
80 | (NULL == prefix) ? "" : prefix, type_name, (int) *i16);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:85:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
85 | asprintf(output, "%sData type: %s\tData size: 16-bit\tValue: %u",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
86 | (NULL == prefix) ? "" : prefix, type_name, (unsigned int) *ui16);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:91:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
91 | asprintf(output, "%sData type: %s\tData size: 32-bit\tValue: %ld",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
92 | (NULL == prefix) ? "" : prefix, type_name, (long) *i32);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:97:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
97 | asprintf(output, "%sData type: %s\tData size: 32-bit\tValue: %lu",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
98 | (NULL == prefix) ? "" : prefix, type_name, (unsigned long) *ui32);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:103:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
103 | asprintf(output, "%sData type: %s\tData size: 64-bit\tValue: %ld",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
104 | (NULL == prefix) ? "" : prefix, type_name, (long) *i64);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:109:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
109 | asprintf(output, "%sData type: %s\tData size: 64-bit\tValue: %lu",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110 | (NULL == prefix) ? "" : prefix, type_name, (unsigned long) *ui64);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_support.h: In function ‘orte_dt_print_job’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:185:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
185 | asprintf(&pfx2, " ");
| ^~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:187:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
187 | asprintf(&pfx2, "%s", prefix);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:191:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
191 | asprintf(&tmp, "\n%sData for job: %s\tPersonality: %s\tRecovery: %s(%s)\n%s\tNum apps: %ld\tStdin target: %s\tState: %s\tAbort: %s", pfx2,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
192 | ORTE_JOBID_PRINT(src->jobid), tmp2,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
193 | (ORTE_FLAG_TEST(src, ORTE_JOB_FLAG_RECOVERABLE)) ? "ENABLED" : "DISABLED",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
194 | (orte_get_attribute(&src->attributes, ORTE_JOB_RECOVER_DEFINED, NULL, OPAL_BOOL)) ? "DEFINED" : "DEFAULT",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
195 | pfx2,
| ~~~~~
196 | (long)src->num_apps, ORTE_VPID_PRINT(src->stdin_target),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
197 | orte_job_state_to_str(src->state), (ORTE_FLAG_TEST(src, ORTE_JOB_FLAG_ABORTED)) ? "True" : "False");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:199:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
199 | asprintf(&pfx, "%s\t", pfx2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:207:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
207 | asprintf(&tmp3, "%s\n%s", tmp, tmp2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:218:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
218 | asprintf(&tmp3, "%s%s", tmp, tmp2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:223:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
223 | asprintf(&tmp2, "%s\n%sNo Map", tmp, pfx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:228:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
228 | asprintf(&tmp2, "%s\n%sNum procs: %ld\tOffset: %ld", tmp, pfx, (long)src->num_procs, (long)src->offset);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:240:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
240 | asprintf(&tmp3, "%s%s", tmp, tmp2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:246:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
246 | asprintf(&tmp2, "%s\n%s\tNum launched: %ld\tNum reported: %ld\tNum terminated: %ld",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
247 | tmp, pfx, (long)src->num_launched, (long)src->num_reported,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
248 | (long)src->num_terminated);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_support.h: In function ‘orte_dt_print_node’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:274:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
274 | asprintf(&pfx2, " ");
| ^~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:276:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
276 | asprintf(&pfx2, "%s", prefix);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:281:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
281 | asprintf(&tmp, "%s<host name=\"%s\" slots=\"%d\" max_slots=\"%d\">\n", pfx2,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
282 | (NULL == src->name) ? "UNKNOWN" : src->name,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
283 | (int)src->slots, (int)src->slots_max);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:289:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
289 | asprintf(&tmp2, "%s%s\t<noderesolve resolved=\"%s\"/>\n", tmp, pfx2, alias[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:307:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
307 | asprintf(&tmp, "\n%sData for node: %s\tNum slots: %ld\tMax slots: %ld",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
308 | pfx2, (NULL == src->name) ? "UNKNOWN" : src->name,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
309 | (long)src->slots, (long)src->slots_max);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:315:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
315 | asprintf(&tmp2, "%s%s\tresolved from %s\n", tmp, pfx2, alias[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:328:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
328 | asprintf(&tmp, "\n%sData for node: %s\tNum slots: %ld\tMax slots: %ld\tNum procs: %ld",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
329 | pfx2, (NULL == src->name) ? "UNKNOWN" : src->name,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
330 | (long)src->slots, (long)src->slots_max, (long)src->num_procs);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:336:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
336 | asprintf(&tmp2, "%s%s\tresolved from %s\n", tmp, pfx2, alias[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:348:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
348 | asprintf(&tmp, "\n%sData for node: %s\tState: %0x\tFlags: %02x",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
349 | pfx2, (NULL == src->name) ? "UNKNOWN" : src->name, src->state, src->flags);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:355:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
355 | asprintf(&tmp2, "%s%s\tresolved from %s\n", tmp, pfx2, alias[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:366:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
366 | asprintf(&tmp2, "%s\n%s\tDaemon: %s\tDaemon launched: %s", tmp, pfx2,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
367 | "Not defined", ORTE_FLAG_TEST(src, ORTE_NODE_FLAG_DAEMON_LAUNCHED) ? "True" : "False");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:369:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
369 | asprintf(&tmp2, "%s\n%s\tDaemon: %s\tDaemon launched: %s", tmp, pfx2,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
370 | ORTE_NAME_PRINT(&(src->daemon->name)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
371 | ORTE_FLAG_TEST(src, ORTE_NODE_FLAG_DAEMON_LAUNCHED) ? "True" : "False");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:376:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
376 | asprintf(&tmp2, "%s\n%s\tNum slots: %ld\tSlots in use: %ld\tOversubscribed: %s", tmp, pfx2,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
377 | (long)src->slots, (long)src->slots_inuse,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
378 | ORTE_FLAG_TEST(src, ORTE_NODE_FLAG_OVERSUBSCRIBED) ? "TRUE" : "FALSE");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:382:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
382 | asprintf(&tmp2, "%s\n%s\tNum slots allocated: %ld\tMax slots: %ld", tmp, pfx2,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
383 | (long)src->slots, (long)src->slots_max);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:389:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
389 | asprintf(&tmp2, "%s\n%s\tUsername on node: %s", tmp, pfx2, tmp3);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:397:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
397 | asprintf(&tmp2, "%s\n%s\tDetected Resources:\n", tmp, pfx2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC runtime/orte_data_server.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:402:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
402 | asprintf(&pfx3, "%s\t\t", pfx2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:405:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
405 | asprintf(&tmp3, "%s%s", tmp, tmp2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:411:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
411 | asprintf(&tmp2, "%s\n%s\tNum procs: %ld\tNext node_rank: %ld", tmp, pfx2,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
412 | (long)src->num_procs, (long)src->next_node_rank);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:417:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
417 | asprintf(&pfx, "%s\t", pfx2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:428:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
428 | asprintf(&tmp3, "%s%s", tmp, tmp2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_support.h: In function ‘orte_dt_print_proc’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:458:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
458 | asprintf(&pfx2, " ");
| ^~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:460:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
460 | asprintf(&pfx2, "%s", prefix);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:466:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
466 | asprintf(output, "%s<process rank=\"%s\" status=\"%s\"/>\n", pfx2,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
467 | ORTE_VPID_PRINT(src->name.vpid), orte_proc_state_to_str(src->state));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:469:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
469 | asprintf(output, "%s<process rank=\"%s\" pid=\"%d\" status=\"%s\"/>\n", pfx2,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
470 | ORTE_VPID_PRINT(src->name.vpid), (int)src->pid, orte_proc_state_to_str(src->state));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:485:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
485 | asprintf(&str, "%s:%s", tmp1, tmp2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:488:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
488 | asprintf(&tmp, "\n%sProcess OMPI jobid: %s App: %ld Process rank: %s Bound: %s", pfx2,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
489 | ORTE_JOBID_PRINT(src->name.jobid), (long)src->app_idx,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
490 | ORTE_VPID_PRINT(src->name.vpid), (NULL == str) ? "N/A" : str);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:499:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
499 | asprintf(&tmp, "\n%sProcess OMPI jobid: %s App: %ld Process rank: %s Bound: N/A", pfx2,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
500 | ORTE_JOBID_PRINT(src->name.jobid), (long)src->app_idx,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
501 | ORTE_VPID_PRINT(src->name.vpid));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:510:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
510 | asprintf(&tmp, "\n%sData for proc: %s", pfx2, ORTE_NAME_PRINT(&src->name));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:512:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
512 | asprintf(&tmp3, "%s\n%s\tPid: %ld\tLocal rank: %lu\tNode rank: %lu\tApp rank: %d", tmp, pfx2,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
513 | (long)src->pid, (unsigned long)src->local_rank, (unsigned long)src->node_rank, src->app_rank);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:536:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
536 | asprintf(&tmp3, "%s\n%s\tState: %s\tApp_context: %ld\n%s\tLocale: %s\n%s\tBinding: %s", tmp, pfx2,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
537 | orte_proc_state_to_str(src->state), (long)src->app_idx, pfx2, locale, pfx2, tmp2);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_support.h: In function ‘orte_dt_print_app_context’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:567:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
567 | asprintf(&pfx2, " ");
| ^~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:569:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
569 | asprintf(&pfx2, "%s", prefix);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:572:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
572 | asprintf(&tmp, "\n%sData for app_context: index %lu\tapp: %s\n%s\tNum procs: %lu\tFirstRank: %s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
573 | pfx2, (unsigned long)src->idx,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
574 | (NULL == src->app) ? "NULL" : src->app,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
575 | pfx2, (unsigned long)src->num_procs,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
576 | ORTE_VPID_PRINT(src->first_rank));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:580:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
580 | asprintf(&tmp2, "%s\n%s\tArgv[%d]: %s", tmp, pfx2, i, src->argv[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:587:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
587 | asprintf(&tmp2, "%s\n%s\tEnv[%lu]: %s", tmp, pfx2, (unsigned long)i, src->env[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:594:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
594 | asprintf(&tmp2, "%s\n%s\tWorking dir: %s\n%s\tPrefix: %s\n%s\tUsed on node: %s", tmp,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
595 | pfx2, (NULL == src->cwd) ? "NULL" : src->cwd,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
596 | pfx2, (NULL == tmp3) ? "NULL" : tmp3,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
597 | pfx2, ORTE_FLAG_TEST(src, ORTE_APP_FLAG_USED_ON_NODE) ? "TRUE" : "FALSE");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:603:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
603 | asprintf(&tmp3, "%s\n%s", tmp, tmp2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_support.h: In function ‘orte_dt_print_map’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:632:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
632 | asprintf(&pfx2, " ");
| ^~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:634:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
634 | asprintf(&pfx2, "%s", prefix);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:639:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
639 | asprintf(&tmp, "<map>\n");
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:646:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
646 | asprintf(&tmp3, "%s%s", tmp, tmp2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:656:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
656 | asprintf(&tmp3, "%s%s", tmp, tmp2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:661:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
661 | asprintf(&tmp3, "%s\t</host>\n", tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:665:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
665 | asprintf(&tmp2, "%s</map>\n", tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:673:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
673 | asprintf(&pfx, "%s\t", pfx2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:676:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
676 | asprintf(&tmp, "\n%sMapper requested: %s Last mapper: %s Mapping policy: %s Ranking policy: %s\n%sBinding policy: %s Cpu set: %s PPR: %s Cpus-per-rank: %d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
677 | pfx2, (NULL == src->req_mapper) ? "NULL" : src->req_mapper,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
678 | (NULL == src->last_mapper) ? "NULL" : src->last_mapper,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
679 | orte_rmaps_base_print_mapping(src->mapping),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
680 | orte_rmaps_base_print_ranking(src->ranking),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
681 | pfx2, opal_hwloc_base_print_binding(src->binding),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
682 | (NULL == opal_hwloc_base_cpu_list) ? "NULL" : opal_hwloc_base_cpu_list,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
683 | (NULL == src->ppr) ? "NULL" : src->ppr,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
684 | (int)src->cpus_per_rank);
| ~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:687:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
687 | asprintf(&tmp2, "%s\n%sNum new daemons: %ld\tNew daemon starting vpid INVALID\n%sNum nodes: %ld",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
688 | tmp, pfx, (long)src->num_new_daemons, pfx, (long)src->num_nodes);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:690:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
690 | asprintf(&tmp2, "%s\n%sNum new daemons: %ld\tNew daemon starting vpid %ld\n%sNum nodes: %ld",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
691 | tmp, pfx, (long)src->num_new_daemons, (long)src->daemon_vpid_start,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
692 | pfx, (long)src->num_nodes);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:698:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
698 | asprintf(&tmp, "\n%s======================== JOB MAP ========================", pfx2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:712:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
712 | asprintf(&tmp3, "%s\n%s", tmp, tmp2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:720:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
720 | asprintf(&tmp2, "%s\n\n%s=============================================================\n", tmp, pfx2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_support.h: In function ‘orte_dt_print_attr’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:740:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
740 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:745:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
745 | asprintf(output, "%sData type: ORTE_ATTR\tValue: NULL pointer", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:752:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
752 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_STRING\tKey: %s\tValue: %s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
753 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.string);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:756:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
756 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_SIZE\tKey: %s\tValue: %lu",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
757 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned long)src->data.size);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:760:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
760 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_PID\tKey: %s\tValue: %lu",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
761 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned long)src->data.pid);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:764:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
764 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_INT\tKey: %s\tValue: %d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
765 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.integer);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:768:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
768 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_INT8\tKey: %s\tValue: %d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
769 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (int)src->data.int8);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:772:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
772 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_INT16\tKey: %s\tValue: %d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
773 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (int)src->data.int16);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:776:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
776 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_INT32\tKey: %s\tValue: %d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
777 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.int32);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:780:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
780 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_INT64\tKey: %s\tValue: %d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
781 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (int)src->data.int64);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:784:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
784 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_UINT\tKey: %s\tValue: %u",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
785 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned int)src->data.uint);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:788:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
788 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_UINT8\tKey: %s\tValue: %u",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
789 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned int)src->data.uint8);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:792:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
792 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_UINT16\tKey: %s\tValue: %u",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
793 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned int)src->data.uint16);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:796:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
796 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_UINT32\tKey: %s\tValue: %u",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
797 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.uint32);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:800:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
800 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_UINT64\tKey: %s\tValue: %lu",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
801 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned long)src->data.uint64);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:804:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
804 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_BYTE_OBJECT\tKey: %s\tValue: UNPRINTABLE",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
805 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:808:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
808 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_BUFFER\tKey: %s\tValue: UNPRINTABLE",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
809 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:812:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
812 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_FLOAT\tKey: %s\tValue: %f",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
813 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.fval);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:816:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
816 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_TIMEVAL\tKey: %s\tValue: %ld.%06ld", prefx,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
817 | src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (long)src->data.tv.tv_sec, (long)src->data.tv.tv_usec);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:820:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
820 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_PTR\tKey: %s", prefx,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
821 | src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:824:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
824 | asprintf(output, "%sORTE_ATTR: %s Data type: ORTE_VPID\tKey: %s\tValue: %s", prefx, src->local ? "LOCAL" : "GLOBAL",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
825 | orte_attr_key_to_str(src->key), ORTE_VPID_PRINT(src->data.vpid));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:828:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
828 | asprintf(output, "%sORTE_ATTR: %s Data type: ORTE_JOBID\tKey: %s\tValue: %s", prefx, src->local ? "LOCAL" : "GLOBAL",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
829 | orte_attr_key_to_str(src->key), ORTE_JOBID_PRINT(src->data.jobid));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:832:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
832 | asprintf(output, "%sORTE_ATTR: %s Data type: UNKNOWN\tKey: %s\tValue: UNPRINTABLE",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
833 | prefx, orte_attr_key_to_str(src->key), src->local ? "LOCAL" : "GLOBAL");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_support.h: In function ‘orte_dt_print_sig’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:847:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
847 | if (NULL == prefix) asprintf(&prefx, " ");
| ^~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:852:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
852 | asprintf(output, "%sData type: ORTE_SIG", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:858:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
858 | asprintf(output, "%sORTE_SIG Procs: NULL", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:864:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
864 | asprintf(&tmp, "%sORTE_SIG Procs: ", prefx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/data_type_support/orte_dt_print_fns.c:867:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
867 | asprintf(&tmp2, "%s%s", tmp, ORTE_NAME_PRINT(&src->signature[i]));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC runtime/orte_info_support.lo
CC util/error_strings.lo
CC util/name_fns.lo
CC util/proc_info.lo
CC util/session_dir.lo
CC util/show_help.lo
CC util/context_fns.lo
CC util/parse_options.lo
CC util/pre_condition_transports.lo
CC util/hnp_contact.lo
CC util/hostfile/hostfile_lex.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/orte_info_support.h: In function ‘orte_info_show_orte_version’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/orte_info_support.c:100:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
100 | asprintf(&tmp, "%s:version:full", orte_info_type_orte);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/orte_info_support.c:109:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
109 | asprintf(&tmp, "%s:version:repo", orte_info_type_orte);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/orte_info_support.c:112:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
112 | asprintf(&tmp, "%s:version:release_date", orte_info_type_orte);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.h: In function ‘orte_util_convert_process_name_to_string’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.c:472:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
472 | asprintf(&tmp, "%s", ORTE_SCHEMA_WILDCARD_STRING);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.c:474:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
474 | asprintf(&tmp, "%s", ORTE_SCHEMA_INVALID_STRING);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.c:476:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
476 | asprintf(&tmp, "%lu", (unsigned long)name->jobid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.c:480:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
480 | asprintf(&tmp2, "%s%c%s", tmp, ORTE_SCHEMA_DELIMITER_CHAR, ORTE_SCHEMA_WILDCARD_STRING);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.c:482:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
482 | asprintf(&tmp2, "%s%c%s", tmp, ORTE_SCHEMA_DELIMITER_CHAR, ORTE_SCHEMA_INVALID_STRING);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.c:484:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
484 | asprintf(&tmp2, "%s%c%lu", tmp, ORTE_SCHEMA_DELIMITER_CHAR, (unsigned long)name->vpid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.c:487:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
487 | asprintf(name_string, "%s", tmp2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.h: In function ‘orte_util_convert_sysinfo_to_string’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.c:646:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
646 | asprintf(&tmp, "%s", ORTE_SCHEMA_INVALID_STRING);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.c:648:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
648 | asprintf(&tmp, "%s", cpu_type);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.c:652:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
652 | asprintf(sysinfo_string, "%s%c%s", tmp, ORTE_SCHEMA_DELIMITER_CHAR, ORTE_SCHEMA_INVALID_STRING);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.c:654:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
654 | asprintf(sysinfo_string, "%s%c%s", tmp, ORTE_SCHEMA_DELIMITER_CHAR, cpu_model);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.h: In function ‘orte_pretty_print_timing’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.c:671:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
671 | asprintf(&timestring, "%8.2f millisecs", fsecs);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/name_fns.c:673:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
673 | asprintf(&timestring, "%3lu:%02lu min:sec", minutes, seconds);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC util/hostfile/hostfile.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/show_help.c: In function ‘show_accumulated_duplicates’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/show_help.c:352:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
352 | asprintf(&tmp, "%d more process%s sent help message %s / %s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
353 | tli->tli_count_since_last_display,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
354 | (tli->tli_count_since_last_display > 1) ? "es have" : " has",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
355 | tli->tli_filename, tli->tli_topic);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC util/dash_host/dash_host.lo
CC util/comm/comm.lo
CC util/attr.lo
CC util/listener.lo
CC util/compress.lo
CC orted/orted_main.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/pre_condition_transports.h: In function ‘orte_pre_condition_transports_print’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/pre_condition_transports.c:92:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
92 | asprintf(&format, "%%0%dx", (int)(sizeof(unsigned int)) * 2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC orted/orted_comm.lo
CC orted/orted_submit.lo
CC orted/pmix/pmix_server.lo
CC orted/pmix/pmix_server_fence.lo
CC orted/pmix/pmix_server_register_fns.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/listener.h: In function ‘orte_stop_listening’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/listener.c:250:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
250 | write(stop_thread[1], &i, sizeof(int));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC orted/pmix/pmix_server_dyn.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted.h: In function ‘orte_daemon’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_main.c:641:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
641 | asprintf(&env_str, OPAL_MCA_PREFIX"orte_precondition_transports=%s", string_key);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_main.c:650:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
650 | asprintf(&tmp, "%s[%s]%s", orte_process_info.my_daemon_uri, sysinfo, nptr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC orted/pmix/pmix_server_pub.lo
CC orted/pmix/pmix_server_gen.lo
CCLD libruntime_mpir.la
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c: In function ‘orte_submit_job’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c:810:13: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
810 | getcwd(cwd, sizeof(cwd));
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c:868:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
868 | (void)asprintf(&jdata->map->ppr, "%d:node", orte_cmd_options.npernode);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c:873:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
873 | (void)asprintf(&jdata->map->ppr, "%d:socket", orte_cmd_options.npersocket);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c:1069:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1069 | asprintf(&temp, "%s:%s", newenv, oldenv );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c:1085:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1085 | asprintf(&temp, "%s:%s", newenv, oldenv);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/pmix/pmix_server.c: In function ‘pmix_server_dmdx_recv’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/pmix/pmix_server.c:508:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
508 | (void)asprintf(&req->operation, "DMDX: %s:%d", __FILE__, __LINE__);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/pmix/pmix_server.c:535:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
535 | (void)asprintf(&req->operation, "DMDX: %s:%d", __FILE__, __LINE__);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c: In function ‘process’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c:2732:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
2732 | asprintf(&tmp, "%d", num_procs);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c:2765:5: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
2765 | getcwd(cwd, OPAL_PATH_MAX);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c: In function ‘create_app’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c:1706:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1706 | asprintf(&value, "-Djava.library.path=%s%s", dptr, opal_install_dirs.libdir);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c:1708:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1708 | asprintf(&value, "-Djava.library.path=%s:%s", dptr, opal_install_dirs.libdir);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c:1718:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1718 | asprintf(&value, "-Djava.library.path=%s", opal_install_dirs.libdir);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c:1743:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1743 | asprintf(&value, "%s:%s", app->cwd, app->argv[i+1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c:1770:27: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1770 | (void)asprintf(&value, "%s:%s", app->cwd, app->argv[1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c:1789:27: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1789 | (void)asprintf(&str2, "%s:%s", str, value);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c:1797:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1797 | asprintf(&str2, "%s:%s", str, value);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c: In function ‘set_classpath_jar_file’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/orted_submit.c:1860:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1860 | asprintf(&str, fmt, app->argv[index], opal_install_dirs.libdir, jarfile);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/pmix/pmix_server_fence.c:46:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/pmix/pmix_server_fence.c: In function ‘pmix_server_dmodex_req_fn’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/pmix/pmix_server_internal.h:117:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
117 | (void)asprintf(&_req->operation, "DMDX: %s:%d", __FILE__, __LINE__); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/pmix/pmix_server_fence.c:291:5: note: in expansion of macro ‘ORTE_DMX_REQ’
291 | ORTE_DMX_REQ(*proc, dmodex_req, cbfunc, cbdata);
| ^~~~~~~~~~~~
ar: `u' modifier ignored since `D' is the default (see `U')
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/pmix/pmix_server_pub.c: In function ‘pmix_server_publish_fn’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/pmix/pmix_server_pub.c:244:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
244 | (void)asprintf(&req->operation, "PUBLISH: %s:%d", __FILE__, __LINE__);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/pmix/pmix_server_pub.c: In function ‘pmix_server_lookup_fn’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/pmix/pmix_server_pub.c:345:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
345 | (void)asprintf(&req->operation, "LOOKUP: %s:%d", __FILE__, __LINE__);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/pmix/pmix_server_pub.c: In function ‘pmix_server_unpublish_fn’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/pmix/pmix_server_pub.c:442:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
442 | (void)asprintf(&req->operation, "UNPUBLISH: %s:%d", __FILE__, __LINE__);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libopen-rte.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte'
Making all in tools/orte-clean
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-clean'
CC orte-clean.o
GENERATE orte-clean.1
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-clean/orte-clean.c: In function ‘main’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-clean/orte-clean.c:179:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
179 | asprintf(&legacy, "%s/openmpi-sessions-%d@%s_0",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
180 | orte_process_info.tmpdir_base,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
181 | (int)geteuid(), orte_process_info.nodename);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-clean/orte-clean.c:186:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
186 | asprintf(&legacy, "rm -rf %s/pmix*", orte_process_info.tmpdir_base);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-clean/orte-clean.c:187:5: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
187 | system(legacy);
| ^~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-clean/orte-clean.c: In function ‘kill_procs’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-clean/orte-clean.c:318:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
318 | asprintf(&this_user, "%d", uid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD orte-clean
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-clean'
Making all in tools/orted
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orted'
GENERATE orted.1
CC orted.o
CCLD orted
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orted'
Making all in tools/orterun
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orterun'
CC orterun.o
CC main.o
GENERATE orterun.1
CCLD orterun
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orterun'
Making all in tools/wrappers
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/wrappers'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/wrappers'
Making all in tools/orte-info
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-info'
CC orte-info.o
CC components.o
CC output.o
CC param.o
CC version.o
GENERATE orte-info.1
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c: In function ‘show_mca_version’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:242:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
242 | asprintf(&message, "MCA %s", component->mca_type_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:244:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
244 | asprintf(&content, "%s (", component->mca_component_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:247:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
247 | asprintf(&tmp, "%sMCA v%s", content, mca_version);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:255:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
255 | asprintf(&tmp, "%s, ", content);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:259:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
259 | asprintf(&tmp, "%sAPI v%s", content, api_version);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:267:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
267 | asprintf(&tmp, "%s, ", content);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:271:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
271 | asprintf(&tmp, "%sComponent v%s", content, component_version);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:277:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
277 | asprintf(&tmp, "%s)", content);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:280:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
280 | asprintf(&tmp, ")");
| ^~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:288:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
288 | asprintf(&message, "mca:%s:%s:version", component->mca_type_name, component->mca_component_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:290:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
290 | asprintf(&tmp, "mca:%s", mca_version);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:295:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
295 | asprintf(&tmp, "api:%s", api_version);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:300:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
300 | asprintf(&tmp, "component:%s", component_version);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c: In function ‘make_version_str’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:328:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
328 | asprintf(&tmp, "%s%s", str, temp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:333:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
333 | asprintf(&tmp, "%s%s", str, greek);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/version.c:338:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
338 | asprintf(&tmp, "%s%s", str, repo);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/orte-info.h: In function ‘orte_info_out’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/output.c:107:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
107 | asprintf(&spaces, "%*s", centerpoint -
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
108 | (int)strlen(pretty_message), " ");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/output.c:121:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
121 | asprintf(&filler, "%s%s: ", spaces, pretty_message);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/output.c:123:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
123 | asprintf(&filler, "%s ", spaces);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/output.c:133:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
133 | asprintf(&spaces, "%*s", centerpoint + 2, " ");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/orte-info.h: In function ‘orte_info_out_int’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/output.c:196:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
196 | asprintf(&valstr, "%d", (int)value);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/param.c: In function ‘orte_info_do_config’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/param.c:371:59: warning: unknown escape sequence: '\$'
371 | orte_info_out("Configure command line", "config:cli", OPAL_CONFIGURE_CLI);
| ^~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/param.c:371:59: warning: unknown escape sequence: '\$'
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/param.c:371:59: warning: unknown escape sequence: '\$'
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/param.c:371:59: warning: unknown escape sequence: '\$'
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/param.c:371:59: warning: unknown escape sequence: '\$'
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/param.c:371:59: warning: unknown escape sequence: '\$'
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/param.c: In function ‘orte_info_show_mca_group_params’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/param.c:165:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
165 | asprintf (&message, "MCA %s", group->group_framework);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/orte-info.h: In function ‘orte_info_show_path’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/param.c:305:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
305 | asprintf(&path, "path:%s", type);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/orte-info.h: In function ‘orte_info_do_config’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/param.c:360:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
360 | asprintf(&threads, "%s (OPAL: %s, ORTE progress: yes, Event lib: yes)",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
361 | "posix",
| ~~~~~~~~
362 | OPAL_ENABLE_MULTI_THREADS ? "yes" : "no");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/param.c:364:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
364 | asprintf(&ft_support, "%s (checkpoint thread: %s)",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
365 | OPAL_ENABLE_FT ? "yes" : "no", OPAL_ENABLE_FT_THREAD ? "yes" : "no");;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD orte-info
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-info'
Making all in tools/orte-server
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-server'
CC orte-server.o
GENERATE orte-server.1
CCLD orte-server
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-server'
make[1]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte'
Making all in ompi
make[1]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi'
Making all in include
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/include'
make all-am
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/include'
GENERATE mpif-sizeof.h
GENERATE mpif-c-constants-decl.h
LN_S mpi_portable_platform.h
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/include'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/include'
Making all in datatype
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/datatype'
CC ompi_datatype_args.lo
CC ompi_datatype_create.lo
CC ompi_datatype_create_indexed.lo
CC ompi_datatype_create_struct.lo
CC ompi_datatype_create_vector.lo
CC ompi_datatype_create_darray.lo
CC ompi_datatype_create_contiguous.lo
CC ompi_datatype_create_subarray.lo
CC ompi_datatype_external.lo
CC ompi_datatype_external32.lo
CC ompi_datatype_match_size.lo
CC ompi_datatype_module.lo
CC ompi_datatype_sndrcv.lo
CC ompi_datatype_get_elements.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/datatype/ompi_datatype.h: In function ‘ompi_datatype_duplicate’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/datatype/ompi_datatype_create.c:113:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
113 | asprintf(&new_name, "Dup %s", oldType->name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libdatatype.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/datatype'
Making all in debuggers
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/debuggers'
CC ompi_debugger_canary.lo
CC libompi_dbg_msgq_la-ompi_common_dll.lo
CC libdebuggers_la-ompi_debuggers.lo
CC libompi_dbg_msgq_la-ompi_msgq_dll.lo
CCLD libompi_dbg_msgq.la
CCLD libompi_debugger_canary.la
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD libdebuggers.la
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/debuggers'
Making all in etc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/etc'
Making all in mpi/c
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/c'
Making all in profile
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/c/profile'
LN_S pallgather.c
LN_S pabort.c
LN_S pallreduce.c
LN_S padd_error_class.c
LN_S piallreduce.c
LN_S padd_error_string.c
LN_S piallgatherv.c
LN_S padd_error_code.c
LN_S piallgather.c
LN_S pallgatherv.c
LN_S palloc_mem.c
LN_S palltoall.c
LN_S pialltoall.c
LN_S palltoallv.c
LN_S pialltoallv.c
LN_S palltoallw.c
LN_S pialltoallw.c
LN_S pattr_delete.c
LN_S pattr_get.c
LN_S pattr_put.c
LN_S pbarrier.c
LN_S pibarrier.c
LN_S pbcast.c
LN_S pibcast.c
LN_S pbsend.c
LN_S pbsend_init.c
LN_S pbuffer_attach.c
LN_S pbuffer_detach.c
LN_S pcancel.c
LN_S pcart_create.c
LN_S pcart_coords.c
LN_S pcart_get.c
LN_S pcartdim_get.c
LN_S pcart_shift.c
LN_S pcart_map.c
LN_S pcart_rank.c
LN_S pcart_sub.c
LN_S pcomm_accept.c
LN_S pclose_port.c
LN_S pcomm_c2f.c
LN_S pcomm_call_errhandler.c
LN_S pcomm_compare.c
LN_S pcomm_connect.c
LN_S pcomm_create.c
LN_S pcomm_create_errhandler.c
LN_S pcomm_create_group.c
LN_S pcomm_create_keyval.c
LN_S pcomm_delete_attr.c
LN_S pcomm_disconnect.c
LN_S pcomm_dup.c
LN_S pcomm_dup_with_info.c
LN_S pcomm_idup.c
LN_S pcomm_f2c.c
LN_S pcomm_free.c
LN_S pcomm_free_keyval.c
LN_S pcomm_get_attr.c
LN_S pcomm_get_info.c
LN_S pcomm_get_errhandler.c
LN_S pcomm_get_name.c
LN_S pcomm_group.c
LN_S pcomm_get_parent.c
LN_S pcomm_join.c
LN_S pcomm_rank.c
LN_S pcomm_remote_group.c
LN_S pcomm_remote_size.c
LN_S pcomm_set_attr.c
LN_S pcomm_set_info.c
LN_S pdist_graph_create.c
LN_S pdist_graph_create_adjacent.c
LN_S pdist_graph_neighbors.c
LN_S pdist_graph_neighbors_count.c
LN_S pcomm_set_errhandler.c
LN_S pcomm_set_name.c
LN_S pcomm_spawn.c
LN_S pcomm_size.c
LN_S pcomm_spawn_multiple.c
LN_S pcomm_split.c
LN_S pcomm_split_type.c
LN_S pcomm_test_inter.c
LN_S pcompare_and_swap.c
LN_S pdims_create.c
LN_S perrhandler_c2f.c
LN_S perrhandler_f2c.c
LN_S perrhandler_free.c
LN_S perror_class.c
LN_S perror_string.c
LN_S pexscan.c
LN_S piexscan.c
LN_S pfetch_and_op.c
LN_S pfile_call_errhandler.c
LN_S pfile_c2f.c
LN_S pfile_close.c
LN_S pfile_create_errhandler.c
LN_S pfile_delete.c
LN_S pfile_f2c.c
LN_S pfile_get_amode.c
LN_S pfile_get_byte_offset.c
LN_S pfile_get_atomicity.c
LN_S pfile_get_errhandler.c
LN_S pfile_get_group.c
LN_S pfile_get_position.c
LN_S pfile_get_info.c
LN_S pfile_get_position_shared.c
LN_S pfile_get_size.c
LN_S pfile_get_type_extent.c
LN_S pfile_get_view.c
LN_S pfile_iread_at.c
LN_S pfile_iread.c
LN_S pfile_iread_at_all.c
LN_S pfile_iread_all.c
LN_S pfile_iread_shared.c
LN_S pfile_iwrite_at.c
LN_S pfile_iwrite.c
LN_S pfile_iwrite_at_all.c
LN_S pfile_iwrite_all.c
LN_S pfile_open.c
LN_S pfile_preallocate.c
LN_S pfile_read_all_begin.c
LN_S pfile_iwrite_shared.c
LN_S pfile_read_all.c
LN_S pfile_read_all_end.c
LN_S pfile_read_at_all_begin.c
LN_S pfile_read_at_all.c
LN_S pfile_read_at_all_end.c
LN_S pfile_read_at.c
LN_S pfile_read.c
LN_S pfile_read_ordered_begin.c
LN_S pfile_read_ordered.c
LN_S pfile_read_shared.c
LN_S pfile_seek.c
LN_S pfile_read_ordered_end.c
LN_S pfile_seek_shared.c
LN_S pfile_set_atomicity.c
LN_S pfile_set_errhandler.c
LN_S pfile_set_info.c
LN_S pfile_set_size.c
LN_S pfile_set_view.c
LN_S pfile_sync.c
LN_S pfile_write_all_begin.c
LN_S pfile_write_all.c
LN_S pfile_write_all_end.c
LN_S pfile_write_at_all.c
LN_S pfile_write_at_all_begin.c
LN_S pfile_write_at_all_end.c
LN_S pfile_write_at.c
LN_S pfile_write.c
LN_S pfile_write_ordered_begin.c
LN_S pfile_write_ordered.c
LN_S pfile_write_ordered_end.c
LN_S pfile_write_shared.c
LN_S pfinalize.c
LN_S pfinalized.c
LN_S pfree_mem.c
LN_S pgather.c
LN_S pigather.c
LN_S pgatherv.c
LN_S pigatherv.c
LN_S pget_address.c
LN_S pget_count.c
LN_S pget_elements.c
LN_S pget_elements_x.c
LN_S pget_accumulate.c
LN_S pget_library_version.c
LN_S pget_processor_name.c
LN_S pget_version.c
LN_S pgraph_create.c
LN_S pgraph_get.c
LN_S pgraph_map.c
LN_S pgraphdims_get.c
LN_S pgraph_neighbors.c
LN_S pgraph_neighbors_count.c
LN_S pgrequest_complete.c
LN_S pgrequest_start.c
LN_S pgroup_c2f.c
LN_S pgroup_compare.c
LN_S pgroup_difference.c
LN_S pgroup_excl.c
LN_S pgroup_f2c.c
LN_S pgroup_incl.c
LN_S pgroup_free.c
LN_S pgroup_intersection.c
LN_S pgroup_range_excl.c
LN_S pgroup_range_incl.c
LN_S pgroup_rank.c
LN_S pgroup_size.c
LN_S pgroup_translate_ranks.c
LN_S pgroup_union.c
LN_S pimprobe.c
LN_S pibsend.c
LN_S pimrecv.c
LN_S pinfo_c2f.c
LN_S pinfo_create.c
LN_S pinfo_delete.c
LN_S pinfo_dup.c
LN_S pinfo_f2c.c
LN_S pinfo_free.c
LN_S pinfo_get_nkeys.c
LN_S pinfo_get.c
LN_S pinfo_get_nthkey.c
LN_S pinfo_get_valuelen.c
LN_S pinfo_set.c
LN_S pinit.c
LN_S pinit_thread.c
LN_S pinitialized.c
LN_S pintercomm_create.c
LN_S pintercomm_merge.c
LN_S pirecv.c
LN_S pirsend.c
LN_S pis_thread_main.c
LN_S piprobe.c
LN_S pisend.c
LN_S pissend.c
LN_S plookup_name.c
LN_S pmessage_f2c.c
LN_S pmessage_c2f.c
LN_S pmprobe.c
LN_S pmrecv.c
LN_S pneighbor_allgather.c
LN_S pineighbor_allgather.c
LN_S pneighbor_allgatherv.c
LN_S pineighbor_allgatherv.c
LN_S pneighbor_alltoall.c
LN_S pineighbor_alltoall.c
LN_S pneighbor_alltoallv.c
LN_S pineighbor_alltoallv.c
LN_S pneighbor_alltoallw.c
LN_S pineighbor_alltoallw.c
LN_S pkeyval_create.c
LN_S pkeyval_free.c
LN_S pop_c2f.c
LN_S pop_create.c
LN_S pop_f2c.c
LN_S pop_commutative.c
LN_S pop_free.c
LN_S popen_port.c
LN_S ppack_external.c
LN_S ppack_external_size.c
LN_S ppack.c
LN_S ppack_size.c
LN_S ppcontrol.c
LN_S ppublish_name.c
LN_S pprobe.c
LN_S pquery_thread.c
LN_S praccumulate.c
LN_S precv.c
LN_S precv_init.c
LN_S preduce.c
LN_S pregister_datarep.c
LN_S pireduce.c
LN_S preduce_local.c
LN_S preduce_scatter.c
LN_S pireduce_scatter.c
LN_S preduce_scatter_block.c
LN_S pireduce_scatter_block.c
LN_S prequest_c2f.c
LN_S prequest_f2c.c
LN_S prequest_free.c
LN_S prget.c
LN_S prget_accumulate.c
LN_S prequest_get_status.c
LN_S prput.c
LN_S prsend_init.c
LN_S prsend.c
LN_S pscan.c
LN_S piscan.c
LN_S pscatter.c
LN_S piscatter.c
LN_S pscatterv.c
LN_S piscatterv.c
LN_S psend.c
LN_S psend_init.c
LN_S psendrecv.c
LN_S psendrecv_replace.c
LN_S pssend.c
LN_S pssend_init.c
LN_S pstart.c
LN_S pstartall.c
LN_S pstatus_c2f.c
LN_S pstatus_f2c.c
LN_S pstatus_set_cancelled.c
LN_S pstatus_set_elements.c
LN_S pstatus_set_elements_x.c
LN_S ptestall.c
LN_S ptestany.c
LN_S ptest_cancelled.c
LN_S ptestsome.c
LN_S ptest.c
LN_S ptopo_test.c
LN_S ptype_c2f.c
LN_S ptype_commit.c
LN_S ptype_contiguous.c
LN_S ptype_create_darray.c
LN_S ptype_create_f90_complex.c
LN_S ptype_create_f90_integer.c
LN_S ptype_create_f90_real.c
LN_S ptype_create_hindexed.c
LN_S ptype_create_hvector.c
LN_S ptype_create_indexed_block.c
LN_S ptype_create_hindexed_block.c
LN_S ptype_create_keyval.c
LN_S ptype_create_resized.c
LN_S ptype_create_subarray.c
LN_S ptype_create_struct.c
LN_S ptype_delete_attr.c
LN_S ptype_dup.c
LN_S ptype_f2c.c
LN_S ptype_free.c
LN_S ptype_free_keyval.c
LN_S ptype_get_attr.c
LN_S ptype_get_contents.c
LN_S ptype_get_envelope.c
LN_S ptype_get_extent.c
LN_S ptype_get_extent_x.c
LN_S ptype_get_name.c
LN_S ptype_get_true_extent.c
LN_S ptype_get_true_extent_x.c
LN_S ptype_indexed.c
LN_S ptype_match_size.c
LN_S ptype_set_name.c
LN_S ptype_set_attr.c
LN_S ptype_size.c
LN_S ptype_size_x.c
LN_S ptype_vector.c
LN_S punpack_external.c
LN_S punpack.c
LN_S punpublish_name.c
LN_S pwait.c
LN_S pwaitall.c
LN_S pwaitany.c
LN_S pwaitsome.c
LN_S pwtime.c
LN_S pwtick.c
LN_S paccumulate.c
LN_S pget.c
LN_S pput.c
LN_S pwin_allocate.c
LN_S pwin_attach.c
LN_S pwin_c2f.c
LN_S pwin_allocate_shared.c
LN_S pwin_call_errhandler.c
LN_S pwin_complete.c
LN_S pwin_create_errhandler.c
LN_S pwin_create_keyval.c
LN_S pwin_create.c
LN_S pwin_create_dynamic.c
LN_S pwin_delete_attr.c
LN_S pwin_detach.c
LN_S pwin_f2c.c
LN_S pwin_fence.c
LN_S pwin_flush.c
LN_S pwin_flush_all.c
LN_S pwin_flush_local.c
LN_S pwin_free_keyval.c
LN_S pwin_flush_local_all.c
LN_S pwin_free.c
LN_S pwin_get_attr.c
LN_S pwin_get_errhandler.c
LN_S pwin_get_group.c
LN_S pwin_get_name.c
LN_S pwin_get_info.c
LN_S pwin_lock.c
LN_S pwin_lock_all.c
LN_S pwin_post.c
LN_S pwin_set_attr.c
LN_S pwin_set_errhandler.c
LN_S pwin_set_info.c
LN_S pwin_set_name.c
LN_S pwin_shared_query.c
LN_S pwin_start.c
LN_S pwin_sync.c
LN_S pwin_unlock.c
LN_S pwin_test.c
LN_S pwin_unlock_all.c
LN_S pwin_wait.c
LN_S perrhandler_create.c
LN_S paddress.c
LN_S perrhandler_get.c
LN_S perrhandler_set.c
LN_S ptype_extent.c
LN_S ptype_hindexed.c
LN_S ptype_hvector.c
CC pabort.lo
CC padd_error_class.lo
CC padd_error_code.lo
CC padd_error_string.lo
LN_S ptype_lb.c
LN_S ptype_ub.c
LN_S ptype_struct.c
CC piallgather.lo
CC pallgatherv.lo
CC pallgather.lo
CC piallgatherv.lo
CC palloc_mem.lo
CC pallreduce.lo
CC piallreduce.lo
CC palltoall.lo
CC pialltoall.lo
CC palltoallv.lo
CC pialltoallv.lo
CC palltoallw.lo
CC pialltoallw.lo
CC pattr_delete.lo
CC pattr_get.lo
CC pattr_put.lo
CC pbarrier.lo
CC pibarrier.lo
CC pbcast.lo
CC pibcast.lo
CC pbsend.lo
CC pbsend_init.lo
CC pbuffer_attach.lo
CC pbuffer_detach.lo
CC pcancel.lo
CC pcart_coords.lo
CC pcart_create.lo
CC pcartdim_get.lo
CC pcart_get.lo
CC pcart_map.lo
CC pcart_rank.lo
CC pcart_shift.lo
CC pcart_sub.lo
CC pclose_port.lo
CC pcomm_accept.lo
CC pcomm_c2f.lo
CC pcomm_call_errhandler.lo
CC pcomm_compare.lo
CC pcomm_connect.lo
CC pcomm_create.lo
CC pcomm_create_errhandler.lo
CC pcomm_create_group.lo
CC pcomm_create_keyval.lo
CC pcomm_delete_attr.lo
CC pcomm_disconnect.lo
CC pcomm_dup.lo
CC pcomm_dup_with_info.lo
CC pcomm_idup.lo
CC pcomm_f2c.lo
CC pcomm_free.lo
CC pcomm_free_keyval.lo
CC pcomm_get_attr.lo
CC pcomm_get_errhandler.lo
CC pcomm_get_info.lo
CC pcomm_get_name.lo
CC pcomm_get_parent.lo
CC pcomm_group.lo
CC pcomm_join.lo
CC pcomm_rank.lo
CC pcomm_remote_group.lo
CC pcomm_remote_size.lo
CC pcomm_set_attr.lo
CC pcomm_set_info.lo
CC pdist_graph_create.lo
CC pdist_graph_create_adjacent.lo
CC pdist_graph_neighbors.lo
CC pdist_graph_neighbors_count.lo
CC pcomm_set_errhandler.lo
CC pcomm_set_name.lo
CC pcomm_size.lo
CC pcomm_spawn.lo
CC pcomm_spawn_multiple.lo
CC pcomm_split.lo
CC pcomm_split_type.lo
CC pcomm_test_inter.lo
CC pcompare_and_swap.lo
CC pdims_create.lo
CC perrhandler_c2f.lo
CC perrhandler_f2c.lo
CC perrhandler_free.lo
CC perror_class.lo
CC perror_string.lo
CC pexscan.lo
CC pfetch_and_op.lo
CC piexscan.lo
CC pfile_c2f.lo
CC pfile_call_errhandler.lo
CC pfile_close.lo
CC pfile_create_errhandler.lo
CC pfile_delete.lo
CC pfile_f2c.lo
CC pfile_get_amode.lo
CC pfile_get_atomicity.lo
CC pfile_get_byte_offset.lo
CC pfile_get_errhandler.lo
CC pfile_get_group.lo
CC pfile_get_info.lo
CC pfile_get_position.lo
CC pfile_get_position_shared.lo
CC pfile_get_size.lo
CC pfile_get_type_extent.lo
CC pfile_get_view.lo
CC pfile_iread_at.lo
CC pfile_iread.lo
CC pfile_iread_at_all.lo
CC pfile_iread_all.lo
CC pfile_iwrite_at.lo
CC pfile_iread_shared.lo
CC pfile_iwrite.lo
CC pfile_iwrite_at_all.lo
CC pfile_iwrite_all.lo
CC pfile_iwrite_shared.lo
CC pfile_open.lo
CC pfile_preallocate.lo
CC pfile_read_all_begin.lo
CC pfile_read_all.lo
CC pfile_read_all_end.lo
CC pfile_read_at_all_begin.lo
CC pfile_read_at_all.lo
CC pfile_read_at_all_end.lo
CC pfile_read_at.lo
CC pfile_read.lo
CC pfile_read_ordered_begin.lo
CC pfile_read_ordered.lo
CC pfile_read_ordered_end.lo
CC pfile_read_shared.lo
CC pfile_seek.lo
CC pfile_seek_shared.lo
CC pfile_set_atomicity.lo
CC pfile_set_errhandler.lo
CC pfile_set_info.lo
CC pfile_set_size.lo
CC pfile_set_view.lo
CC pfile_sync.lo
CC pfile_write_all_begin.lo
CC pfile_write_all.lo
CC pfile_write_all_end.lo
CC pfile_write_at_all_begin.lo
CC pfile_write_at_all.lo
CC pfile_write_at_all_end.lo
CC pfile_write_at.lo
CC pfile_write.lo
CC pfile_write_ordered_begin.lo
CC pfile_write_ordered.lo
CC pfile_write_ordered_end.lo
CC pfile_write_shared.lo
CC pfinalize.lo
CC pfinalized.lo
CC pfree_mem.lo
CC pgather.lo
CC pigather.lo
CC pgatherv.lo
CC pigatherv.lo
CC pget_address.lo
CC pget_count.lo
CC pget_elements.lo
CC pget_elements_x.lo
CC pget_accumulate.lo
CC pget_library_version.lo
CC pget_processor_name.lo
CC pget_version.lo
CC pgraph_create.lo
CC pgraph_get.lo
CC pgraph_map.lo
CC pgraph_neighbors_count.lo
CC pgraph_neighbors.lo
CC pgraphdims_get.lo
CC pgrequest_complete.lo
CC pgrequest_start.lo
CC pgroup_c2f.lo
CC pgroup_compare.lo
CC pgroup_difference.lo
CC pgroup_excl.lo
CC pgroup_f2c.lo
CC pgroup_incl.lo
CC pgroup_free.lo
CC pgroup_intersection.lo
CC pgroup_range_excl.lo
CC pgroup_range_incl.lo
CC pgroup_rank.lo
CC pgroup_size.lo
CC pgroup_translate_ranks.lo
CC pgroup_union.lo
CC pibsend.lo
CC pimprobe.lo
CC pimrecv.lo
CC pinfo_c2f.lo
CC pinfo_create.lo
CC pinfo_delete.lo
CC pinfo_dup.lo
CC pinfo_f2c.lo
CC pinfo_free.lo
CC pinfo_get.lo
CC pinfo_get_nkeys.lo
CC pinfo_get_nthkey.lo
CC pinfo_get_valuelen.lo
CC pinfo_set.lo
CC pinit.lo
CC pinit_thread.lo
CC pinitialized.lo
CC pintercomm_create.lo
CC pintercomm_merge.lo
CC piprobe.lo
CC pirecv.lo
CC pirsend.lo
CC pis_thread_main.lo
CC pisend.lo
CC pissend.lo
CC plookup_name.lo
CC pmessage_f2c.lo
CC pmessage_c2f.lo
CC pmprobe.lo
CC pmrecv.lo
CC pneighbor_allgather.lo
CC pineighbor_allgather.lo
CC pneighbor_allgatherv.lo
CC pineighbor_allgatherv.lo
CC pneighbor_alltoall.lo
CC pineighbor_alltoall.lo
CC pneighbor_alltoallv.lo
CC pineighbor_alltoallv.lo
CC pneighbor_alltoallw.lo
CC pineighbor_alltoallw.lo
CC pkeyval_create.lo
CC pkeyval_free.lo
CC pop_c2f.lo
CC pop_create.lo
CC pop_commutative.lo
CC pop_f2c.lo
CC pop_free.lo
CC popen_port.lo
CC ppack_external.lo
CC ppack_external_size.lo
CC ppack.lo
CC ppack_size.lo
CC ppcontrol.lo
CC pprobe.lo
CC ppublish_name.lo
CC pquery_thread.lo
CC praccumulate.lo
CC precv_init.lo
CC precv.lo
CC preduce.lo
CC pregister_datarep.lo
CC pireduce.lo
CC preduce_local.lo
CC preduce_scatter.lo
CC pireduce_scatter.lo
CC preduce_scatter_block.lo
CC pireduce_scatter_block.lo
CC prequest_c2f.lo
CC prequest_f2c.lo
CC prequest_free.lo
CC prequest_get_status.lo
CC prget.lo
CC prget_accumulate.lo
CC prput.lo
CC prsend_init.lo
CC prsend.lo
CC pscan.lo
CC piscan.lo
CC pscatter.lo
CC piscatter.lo
CC pscatterv.lo
CC piscatterv.lo
CC psend.lo
CC psend_init.lo
CC psendrecv.lo
CC psendrecv_replace.lo
CC pssend_init.lo
CC pssend.lo
CC pstart.lo
CC pstartall.lo
CC pstatus_c2f.lo
CC pstatus_f2c.lo
CC pstatus_set_cancelled.lo
CC pstatus_set_elements.lo
CC pstatus_set_elements_x.lo
CC ptestall.lo
CC ptestany.lo
CC ptest.lo
CC ptest_cancelled.lo
CC ptestsome.lo
CC ptopo_test.lo
CC ptype_c2f.lo
CC ptype_commit.lo
CC ptype_contiguous.lo
CC ptype_create_darray.lo
CC ptype_create_f90_complex.lo
CC ptype_create_f90_integer.lo
CC ptype_create_f90_real.lo
CC ptype_create_hindexed.lo
CC ptype_create_hvector.lo
CC ptype_create_indexed_block.lo
CC ptype_create_hindexed_block.lo
CC ptype_create_keyval.lo
CC ptype_create_resized.lo
../../../../ompi/include/mpi.h: In function ‘PMPI_Type_create_f90_complex’:
ptype_create_f90_complex.c:112:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
112 | asprintf(&new_name, "COMBINER %s", (*newtype)->name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC ptype_create_struct.lo
../../../../ompi/include/mpi.h: In function ‘PMPI_Type_create_f90_real’:
ptype_create_f90_real.c:112:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
112 | asprintf(&new_name, "COMBINER %s", (*newtype)->name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../ompi/include/mpi.h: In function ‘PMPI_Type_create_f90_integer’:
ptype_create_f90_integer.c:107:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
107 | asprintf(&new_name, "COMBINER %s", (*newtype)->name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC ptype_create_subarray.lo
CC ptype_delete_attr.lo
CC ptype_dup.lo
CC ptype_f2c.lo
CC ptype_free.lo
CC ptype_free_keyval.lo
CC ptype_get_attr.lo
CC ptype_get_contents.lo
CC ptype_get_envelope.lo
CC ptype_get_extent.lo
CC ptype_get_extent_x.lo
CC ptype_get_name.lo
CC ptype_get_true_extent.lo
CC ptype_get_true_extent_x.lo
CC ptype_indexed.lo
CC ptype_match_size.lo
CC ptype_set_attr.lo
CC ptype_set_name.lo
CC ptype_size.lo
CC ptype_size_x.lo
CC ptype_vector.lo
CC punpack_external.lo
CC punpack.lo
CC punpublish_name.lo
CC pwait.lo
CC pwaitall.lo
CC pwaitany.lo
In file included from /usr/include/string.h:495,
from ptype_set_name.c:26:
In function ‘strncpy’,
inlined from ‘PMPI_Type_set_name’ at ptype_set_name.c:69:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../ompi/include/mpi.h: In function ‘PMPI_Type_set_name’:
ptype_set_name.c:65:19: note: length computed here
65 | length = (int)strlen( type_name );
| ^~~~~~~~~~~~~~~~~~~
CC pwaitsome.lo
CC pwtime.lo
CC pwtick.lo
CC paccumulate.lo
CC pget.lo
CC pput.lo
CC pwin_allocate.lo
CC pwin_allocate_shared.lo
CC pwin_attach.lo
CC pwin_c2f.lo
CC pwin_call_errhandler.lo
CC pwin_complete.lo
CC pwin_create_errhandler.lo
CC pwin_create_keyval.lo
CC pwin_create.lo
CC pwin_create_dynamic.lo
CC pwin_delete_attr.lo
CC pwin_detach.lo
CC pwin_f2c.lo
CC pwin_fence.lo
CC pwin_flush.lo
CC pwin_flush_all.lo
CC pwin_flush_local.lo
CC pwin_flush_local_all.lo
CC pwin_free_keyval.lo
CC pwin_free.lo
CC pwin_get_attr.lo
CC pwin_get_errhandler.lo
CC pwin_get_group.lo
CC pwin_get_info.lo
CC pwin_get_name.lo
CC pwin_lock.lo
CC pwin_lock_all.lo
CC pwin_post.lo
CC pwin_set_attr.lo
CC pwin_set_errhandler.lo
CC pwin_set_info.lo
CC pwin_set_name.lo
CC pwin_shared_query.lo
CC pwin_start.lo
CC pwin_sync.lo
CC pwin_test.lo
CC pwin_unlock.lo
CC pwin_unlock_all.lo
CC pwin_wait.lo
CC paddress.lo
CC perrhandler_create.lo
CC perrhandler_get.lo
CC perrhandler_set.lo
CC ptype_extent.lo
CC ptype_hindexed.lo
CC ptype_hvector.lo
CC ptype_lb.lo
CC ptype_struct.lo
CC ptype_ub.lo
CCLD libmpi_c_pmpi.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/c/profile'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/c'
CC attr_fn.lo
CCLD libmpi_c.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/c'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/c'
Making all in mpi/tool
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/tool'
Making all in profile
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/tool/profile'
LN_S pcategory_changed.c
LN_S pcategory_get_categories.c
LN_S pcategory_get_index.c
LN_S pcategory_get_num.c
LN_S pcategory_get_info.c
LN_S pcategory_get_pvars.c
LN_S pcategory_get_cvars.c
LN_S pcvar_get_num.c
LN_S pcvar_get_info.c
LN_S pcvar_handle_alloc.c
LN_S pcvar_get_index.c
LN_S pcvar_handle_free.c
LN_S pcvar_read.c
LN_S pcvar_write.c
LN_S penum_get_info.c
LN_S penum_get_item.c
LN_S pfinalize.c
LN_S pinit_thread.c
LN_S ppvar_get_info.c
LN_S ppvar_get_num.c
LN_S ppvar_handle_alloc.c
LN_S ppvar_get_index.c
LN_S ppvar_handle_free.c
LN_S ppvar_read.c
LN_S ppvar_readreset.c
LN_S ppvar_reset.c
LN_S ppvar_session_free.c
LN_S ppvar_session_create.c
LN_S ppvar_stop.c
LN_S ppvar_start.c
LN_S ppvar_write.c
CC pcategory_changed.lo
CC pcategory_get_categories.lo
CC pcategory_get_cvars.lo
CC pcategory_get_index.lo
CC pcategory_get_num.lo
CC pcategory_get_pvars.lo
CC pcategory_get_info.lo
CC pcvar_get_info.lo
CC pcvar_get_index.lo
CC pcvar_get_num.lo
CC pcvar_handle_alloc.lo
CC pcvar_handle_free.lo
CC pcvar_read.lo
CC pcvar_write.lo
CC penum_get_info.lo
CC penum_get_item.lo
CC pfinalize.lo
CC pinit_thread.lo
CC ppvar_get_info.lo
CC ppvar_get_index.lo
CC ppvar_get_num.lo
CC ppvar_handle_alloc.lo
CC ppvar_handle_free.lo
CC ppvar_read.lo
CC ppvar_readreset.lo
CC ppvar_reset.lo
CC ppvar_session_create.lo
CC ppvar_session_free.lo
CC ppvar_start.lo
CC ppvar_stop.lo
CC ppvar_write.lo
CCLD libmpi_pmpit.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/tool/profile'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/tool'
CC mpit_common.lo
CCLD libmpi_mpit_common.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/tool'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/tool'
Making all in mpiext/affinity/c
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/affinity/c'
CC mpiext_affinity_str.lo
GENERATE OMPI_Affinity_str.3
CCLD libmpiext_affinity_c.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/affinity/c'
Making all in mpiext/cuda/c
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/cuda/c'
make all-am
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/cuda/c'
CC mpiext_cuda.lo
GENERATE MPIX_Query_cuda_support.3
CCLD libmpiext_cuda_c.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/cuda/c'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/cuda/c'
Making all in mpiext/pcollreq/c
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/pcollreq/c'
Making all in profile
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/pcollreq/c/profile'
LN_S palltoall_init.c
LN_S pallreduce_init.c
LN_S palltoallv_init.c
LN_S palltoallw_init.c
LN_S pbarrier_init.c
LN_S pallgather_init.c
LN_S pallgatherv_init.c
LN_S pgatherv_init.c
LN_S pgather_init.c
LN_S preduce_init.c
LN_S pbcast_init.c
LN_S pexscan_init.c
LN_S preduce_scatter_block_init.c
LN_S preduce_scatter_init.c
LN_S pscan_init.c
LN_S pscatter_init.c
LN_S pscatterv_init.c
LN_S pneighbor_allgather_init.c
LN_S pneighbor_allgatherv_init.c
LN_S pneighbor_alltoall_init.c
LN_S pneighbor_alltoallv_init.c
LN_S pneighbor_alltoallw_init.c
CC pallgather_init.lo
CC pallgatherv_init.lo
CC pallreduce_init.lo
CC palltoall_init.lo
CC palltoallv_init.lo
CC palltoallw_init.lo
CC pbarrier_init.lo
CC pbcast_init.lo
CC pexscan_init.lo
CC pgather_init.lo
CC pgatherv_init.lo
CC preduce_init.lo
CC preduce_scatter_block_init.lo
CC preduce_scatter_init.lo
CC pscan_init.lo
CC pscatter_init.lo
CC pscatterv_init.lo
CC pneighbor_allgather_init.lo
CC pneighbor_allgatherv_init.lo
CC pneighbor_alltoall_init.lo
CC pneighbor_alltoallv_init.lo
CC pneighbor_alltoallw_init.lo
CCLD libpmpiext_pcollreq_c.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/pcollreq/c/profile'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/pcollreq/c'
CC mpiext_pcollreq_c.lo
GENERATE MPIX_Allgatherv_init.3
GENERATE MPIX_Allgather_init.3
GENERATE MPIX_Alltoallv_init.3
GENERATE MPIX_Barrier_init.3
GENERATE MPIX_Alltoall_init.3
GENERATE MPIX_Bcast_init.3
GENERATE MPIX_Allreduce_init.3
GENERATE MPIX_Exscan_init.3
GENERATE MPIX_Alltoallw_init.3
GENERATE MPIX_Gatherv_init.3
GENERATE MPIX_Gather_init.3
GENERATE MPIX_Reduce_init.3
GENERATE MPIX_Reduce_scatter_block_init.3
GENERATE MPIX_Reduce_scatter_init.3
GENERATE MPIX_Scan_init.3
GENERATE MPIX_Scatter_init.3
GENERATE MPIX_Scatterv_init.3
GENERATE MPIX_Neighbor_allgather_init.3
GENERATE MPIX_Neighbor_allgatherv_init.3
GENERATE MPIX_Neighbor_alltoall_init.3
GENERATE MPIX_Neighbor_alltoallv_init.3
GENERATE MPIX_Neighbor_alltoallw_init.3
CCLD libmpiext_pcollreq_c.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/pcollreq/c'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/pcollreq/c'
Making all in mpi/fortran/base/
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/base'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/base'
Making all in mca/common
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/common'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/common'
Making all in mca/bml
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/bml'
CC base/bml_base_btl.lo
CC base/bml_base_init.lo
CC base/bml_base_ft.lo
CC base/bml_base_endpoint.lo
CC base/bml_base_frame.lo
CCLD libmca_bml.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/bml'
Making all in mca/coll
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll'
CC base/coll_base_comm_select.lo
CC base/coll_base_comm_unselect.lo
CC base/coll_base_scatter.lo
CC base/coll_base_topo.lo
CC base/coll_base_find_available.lo
CC base/coll_base_frame.lo
CC base/coll_base_bcast.lo
CC base/coll_base_util.lo
CC base/coll_base_allgather.lo
CC base/coll_base_allreduce.lo
CC base/coll_base_alltoall.lo
CC base/coll_base_allgatherv.lo
CC base/coll_base_gather.lo
CC base/coll_base_alltoallv.lo
CC base/coll_base_reduce.lo
CC base/coll_base_barrier.lo
CC base/coll_base_reduce_scatter.lo
CC base/coll_base_reduce_scatter_block.lo
CC base/coll_base_exscan.lo
CC base/coll_base_scan.lo
CCLD libmca_coll.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll'
Making all in mca/crcp
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/crcp'
GENERATE ompi_crcp.7
CC base/crcp_base_frame.lo
CC base/crcp_base_select.lo
CC base/crcp_base_fns.lo
CCLD libmca_crcp.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/crcp'
Making all in mca/fbtl
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fbtl'
CC base/fbtl_base_frame.lo
CC base/fbtl_base_file_unselect.lo
CC base/fbtl_base_find_available.lo
CC base/fbtl_base_file_select.lo
CCLD libmca_fbtl.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fbtl'
Making all in mca/fcoll
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fcoll'
CC base/fcoll_base_find_available.lo
CC base/fcoll_base_sort.lo
CC base/fcoll_base_frame.lo
CC base/fcoll_base_file_select.lo
CC base/fcoll_base_file_unselect.lo
CC base/fcoll_base_coll_array.lo
CCLD libmca_fcoll.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fcoll'
Making all in mca/fs
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fs'
CC base/fs_base_frame.lo
CC base/fs_base_get_parent_dir.lo
CC base/fs_base_file_sync.lo
CC base/fs_base_file_select.lo
CC base/fs_base_file_unselect.lo
CC base/fs_base_file_close.lo
CC base/fs_base_find_available.lo
CC base/fs_base_file_delete.lo
CC base/fs_base_file_set_size.lo
CC base/fs_base_file_get_size.lo
CCLD libmca_fs.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fs'
Making all in mca/hook
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/hook'
CC base/hook_base.lo
CCLD libmca_hook.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/hook'
Making all in mca/io
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/io'
CC base/io_base_frame.lo
CC base/io_base_find_available.lo
CC base/io_base_register_datarep.lo
CC base/io_base_delete.lo
CC base/io_base_file_select.lo
CC base/io_base_request.lo
CCLD libmca_io.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/io'
Making all in mca/mtl
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/mtl'
CC base/mtl_base_frame.lo
CCLD libmca_mtl.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/mtl'
Making all in mca/op
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/op'
CC base/op_base_frame.lo
CC base/op_base_find_available.lo
CC base/op_base_functions.lo
CC base/op_base_op_select.lo
CCLD libmca_op.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/op'
Making all in mca/osc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/osc'
CC base/osc_base_frame.lo
CC base/osc_base_obj_convert.lo
CC base/osc_base_init.lo
CCLD libmca_osc.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/osc'
Making all in mca/pml
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/pml'
CC base/pml_base_bsend.lo
CC base/pml_base_frame.lo
CC base/pml_base_recvreq.lo
CC base/pml_base_sendreq.lo
CC base/pml_base_request.lo
CC base/pml_base_ft.lo
CC base/pml_base_select.lo
CCLD libmca_pml.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/pml'
Making all in mca/rte
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/rte'
CC base/rte_base_frame.lo
CCLD libmca_rte.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/rte'
Making all in mca/sharedfp
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/sharedfp'
CC base/sharedfp_base_file_select.lo
CC base/sharedfp_base_find_available.lo
CC base/sharedfp_base_frame.lo
CC base/sharedfp_base_file_unselect.lo
CCLD libmca_sharedfp.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/sharedfp'
Making all in mca/topo
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/topo'
CC base/topo_base_cart_coords.lo
CC base/topo_base_cart_create.lo
CC base/topo_base_cart_map.lo
CC base/topo_base_cart_shift.lo
CC base/topo_base_cart_rank.lo
CC base/topo_base_cartdim_get.lo
CC base/topo_base_cart_get.lo
CC base/topo_base_comm_select.lo
CC base/topo_base_dist_graph_create.lo
CC base/topo_base_cart_sub.lo
CC base/topo_base_dist_graph_create_adjacent.lo
CC base/topo_base_dist_graph_neighbors.lo
CC base/topo_base_dist_graph_neighbors_count.lo
CC base/topo_base_find_available.lo
CC base/topo_base_frame.lo
CC base/topo_base_graph_create.lo
CC base/topo_base_graph_get.lo
CC base/topo_base_graph_map.lo
CC base/topo_base_graph_neighbors.lo
CC base/topo_base_graph_neighbors_count.lo
CC base/topo_base_graphdims_get.lo
CC base/topo_base_lazy_init.lo
CCLD libmca_topo.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/topo'
Making all in mca/vprotocol
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/vprotocol'
CC base/vprotocol_base_parasite.lo
CC base/vprotocol_base_request.lo
CC base/vprotocol_base_select.lo
CC base/vprotocol_base.lo
CCLD libmca_vprotocol.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/vprotocol'
Making all in mca/common/monitoring
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/common/monitoring'
CC common_monitoring.lo
CC common_monitoring_coll.lo
LN_S libmca_common_monitoring.la
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/common/monitoring/common_monitoring.c: In function ‘mca_common_monitoring_init’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/common/monitoring/common_monitoring.c:219:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
219 | asprintf(&mca_common_monitoring_output_stream_obj.lds_prefix,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
220 | "[%s:%06d] monitoring: ", hostname, getpid());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/common/monitoring/common_monitoring.c: In function ‘mca_common_monitoring_flush’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/common/monitoring/common_monitoring.c:778:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
778 | asprintf(&tmpfn, "%s.%" PRId32 ".prof", filename, rank_world);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_common_monitoring_noinst.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/common/monitoring'
Making all in mca/common/ompio
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/common/ompio'
CC common_ompio_aggregators.lo
CC common_ompio_request.lo
CC common_ompio_file_open.lo
CC common_ompio_file_view.lo
CC common_ompio_file_read.lo
CC common_ompio_buffer.lo
CC common_ompio_print_queue.lo
CC common_ompio_file_write.lo
LN_S libmca_common_ompio.la
CCLD libmca_common_ompio_noinst.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/common/ompio'
Making all in mca/bml/r2
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/bml/r2'
CC bml_r2.lo
CC bml_r2_ft.lo
CC bml_r2_component.lo
CCLD libmca_bml_r2.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/bml/r2'
Making all in mca/coll/adapt
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/adapt'
CC coll_adapt_component.lo
CC coll_adapt_bcast.lo
CC coll_adapt_ibcast.lo
CC coll_adapt_module.lo
CC coll_adapt_context.lo
CC coll_adapt_inbuf.lo
CC coll_adapt_ireduce.lo
CC coll_adapt_reduce.lo
CC coll_adapt_item.lo
CC coll_adapt_topocache.lo
CCLD libmca_coll_adapt.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/adapt'
Making all in mca/coll/basic
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/basic'
CC coll_basic_allgatherv.lo
CC coll_basic_allreduce.lo
CC coll_basic_alltoall.lo
CC coll_basic_alltoallv.lo
CC coll_basic_allgather.lo
CC coll_basic_alltoallw.lo
CC coll_basic_barrier.lo
CC coll_basic_component.lo
CC coll_basic_bcast.lo
CC coll_basic_gather.lo
CC coll_basic_gatherv.lo
CC coll_basic_module.lo
CC coll_basic_neighbor_allgather.lo
CC coll_basic_neighbor_allgatherv.lo
CC coll_basic_neighbor_alltoall.lo
CC coll_basic_neighbor_alltoallv.lo
CC coll_basic_neighbor_alltoallw.lo
CC coll_basic_reduce.lo
CC coll_basic_reduce_scatter.lo
CC coll_basic_reduce_scatter_block.lo
CC coll_basic_scan.lo
CC coll_basic_exscan.lo
CC coll_basic_scatter.lo
CC coll_basic_scatterv.lo
CCLD libmca_coll_basic.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/basic'
Making all in mca/coll/han
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/han'
CC coll_han_barrier.lo
CC coll_han_scatter.lo
CC coll_han_allreduce.lo
CC coll_han_bcast.lo
CC coll_han_reduce.lo
CC coll_han_gather.lo
CC coll_han_trigger.lo
CC coll_han_allgather.lo
CC coll_han_component.lo
CC coll_han_dynamic.lo
CC coll_han_module.lo
CC coll_han_dynamic_file.lo
CC coll_han_topo.lo
CC coll_han_subcomms.lo
CCLD libmca_coll_han.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/han'
Making all in mca/coll/inter
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/inter'
CC coll_inter_allgatherv.lo
CC coll_inter_gather.lo
CC coll_inter.lo
CC coll_inter_allreduce.lo
CC coll_inter_gatherv.lo
CC coll_inter_scatter.lo
CC coll_inter_allgather.lo
CC coll_inter_component.lo
CC coll_inter_reduce.lo
CC coll_inter_scatterv.lo
CC coll_inter_bcast.lo
CCLD libmca_coll_inter.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/inter'
Making all in mca/coll/libnbc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/libnbc'
CC coll_libnbc_component.lo
CC nbc.lo
CC nbc_iallgather.lo
CC nbc_iallreduce.lo
CC nbc_iallgatherv.lo
CC nbc_ialltoall.lo
CC nbc_ialltoallw.lo
CC nbc_ialltoallv.lo
CC nbc_ibarrier.lo
CC nbc_ibcast.lo
CC nbc_iexscan.lo
CC nbc_igather.lo
CC nbc_igatherv.lo
CC nbc_ineighbor_allgather.lo
CC nbc_ineighbor_allgatherv.lo
CC nbc_ineighbor_alltoall.lo
CC nbc_ineighbor_alltoallv.lo
CC nbc_ineighbor_alltoallw.lo
CC nbc_ireduce.lo
CC nbc_ireduce_scatter.lo
CC nbc_ireduce_scatter_block.lo
CC nbc_iscan.lo
CC nbc_iscatter.lo
CC nbc_iscatterv.lo
CC nbc_neighbor_helpers.lo
CC libdict/dict.lo
CC libdict/hb_tree.lo
CCLD libmca_coll_libnbc.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/libnbc'
Making all in mca/coll/self
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/self'
CC coll_self_allgather.lo
CC coll_self_alltoall.lo
CC coll_self_allreduce.lo
CC coll_self_alltoallv.lo
CC coll_self_alltoallw.lo
CC coll_self_allgatherv.lo
CC coll_self_barrier.lo
CC coll_self_component.lo
CC coll_self_gather.lo
CC coll_self_bcast.lo
CC coll_self_gatherv.lo
CC coll_self_module.lo
CC coll_self_reduce.lo
CC coll_self_scan.lo
CC coll_self_reduce_scatter.lo
CC coll_self_exscan.lo
CC coll_self_scatter.lo
CC coll_self_scatterv.lo
CCLD libmca_coll_self.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/self'
Making all in mca/coll/sm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/sm'
CC coll_sm_component.lo
CC coll_sm_bcast.lo
CC coll_sm_barrier.lo
CC coll_sm_reduce.lo
CC coll_sm_allreduce.lo
CC coll_sm_module.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/coll/sm/coll_sm_module.c: In function ‘bootstrap_comm’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/coll/sm/coll_sm_module.c:521:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
521 | asprintf(&shortpath, "coll-sm-cid-%d-name-%s.mmap", comm->c_contextid,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
522 | OMPI_NAME_PRINT(lowest_name));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_coll_sm.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/sm'
Making all in mca/coll/sync
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/sync'
CC coll_sync_module.lo
CC coll_sync_bcast.lo
CC coll_sync_component.lo
CC coll_sync_exscan.lo
CC coll_sync_gather.lo
CC coll_sync_gatherv.lo
CC coll_sync_reduce.lo
CC coll_sync_reduce_scatter.lo
CC coll_sync_scan.lo
CC coll_sync_scatter.lo
CC coll_sync_scatterv.lo
CCLD libmca_coll_sync.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/sync'
Making all in mca/coll/tuned
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/tuned'
CC coll_tuned_decision_fixed.lo
CC coll_tuned_decision_dynamic.lo
CC coll_tuned_dynamic_file.lo
CC coll_tuned_component.lo
CC coll_tuned_module.lo
CC coll_tuned_allgather_decision.lo
CC coll_tuned_allgatherv_decision.lo
CC coll_tuned_allreduce_decision.lo
CC coll_tuned_dynamic_rules.lo
CC coll_tuned_alltoall_decision.lo
CC coll_tuned_gather_decision.lo
CC coll_tuned_alltoallv_decision.lo
CC coll_tuned_barrier_decision.lo
CC coll_tuned_reduce_decision.lo
CC coll_tuned_bcast_decision.lo
CC coll_tuned_reduce_scatter_decision.lo
CC coll_tuned_scatter_decision.lo
CC coll_tuned_reduce_scatter_block_decision.lo
CC coll_tuned_exscan_decision.lo
CC coll_tuned_scan_decision.lo
CCLD libmca_coll_tuned.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/coll/tuned'
Making all in mca/fbtl/posix
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fbtl/posix'
CC fbtl_posix.lo
CC fbtl_posix_ipreadv.lo
CC fbtl_posix_ipwritev.lo
CC fbtl_posix_component.lo
CC fbtl_posix_lock.lo
CC fbtl_posix_preadv.lo
CC fbtl_posix_pwritev.lo
CCLD libmca_fbtl_posix.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fbtl/posix'
Making all in mca/fcoll/dynamic
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fcoll/dynamic'
CC fcoll_dynamic_component.lo
CC fcoll_dynamic_file_read_all.lo
CC fcoll_dynamic_file_write_all.lo
CC fcoll_dynamic_module.lo
CCLD libmca_fcoll_dynamic.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fcoll/dynamic'
Making all in mca/fcoll/dynamic_gen2
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fcoll/dynamic_gen2'
CC fcoll_dynamic_gen2_module.lo
CC fcoll_dynamic_gen2_component.lo
CC fcoll_dynamic_gen2_file_read_all.lo
CC fcoll_dynamic_gen2_file_write_all.lo
CCLD libmca_fcoll_dynamic_gen2.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fcoll/dynamic_gen2'
Making all in mca/fcoll/individual
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fcoll/individual'
CC fcoll_individual_file_read_all.lo
CC fcoll_individual_module.lo
CC fcoll_individual_component.lo
CC fcoll_individual_file_write_all.lo
CCLD libmca_fcoll_individual.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fcoll/individual'
Making all in mca/fcoll/two_phase
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fcoll/two_phase'
CC fcoll_two_phase_component.lo
CC fcoll_two_phase_module.lo
CC fcoll_two_phase_file_read_all.lo
CC fcoll_two_phase_file_write_all.lo
CC fcoll_two_phase_support_fns.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c: In function ‘two_phase_exchange_data.constprop’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:911:23: warning: argument 1 range [18446744071562067968, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
911 | recv_buf = (char **) calloc (fh->f_size, sizeof(char *));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/class/opal_object.h:124,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/base.h:31,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/fcoll/fcoll.h:31,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/fcoll/two_phase/fcoll_two_phase.h:29,
from /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:27:
/usr/include/stdlib.h:542:14: note: in a call to allocation function ‘calloc’ declared here
542 | extern void *calloc (size_t __nmemb, size_t __size)
| ^~~~~~
CCLD libmca_fcoll_two_phase.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fcoll/two_phase'
Making all in mca/fcoll/vulcan
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fcoll/vulcan'
CC fcoll_vulcan_module.lo
CC fcoll_vulcan_component.lo
CC fcoll_vulcan_file_read_all.lo
CC fcoll_vulcan_file_write_all.lo
CCLD libmca_fcoll_vulcan.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fcoll/vulcan'
Making all in mca/fs/ufs
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fs/ufs'
CC fs_ufs_component.lo
CC fs_ufs.lo
CC fs_ufs_file_open.lo
CCLD libmca_fs_ufs.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/fs/ufs'
Making all in mca/io/ompio
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/io/ompio'
CC io_ompio_component.lo
CC io_ompio_module.lo
CC io_ompio.lo
CC io_ompio_file_set_view.lo
CC io_ompio_file_open.lo
CC io_ompio_file_write.lo
CC io_ompio_file_read.lo
CCLD libmca_io_ompio.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/io/ompio'
Making all in mca/io/romio321
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/io/romio321'
Making all in romio
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/io/romio321/romio'
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/io/romio321/romio'
CC mpi-io/delete.lo
CC mpi-io/fsync.lo
CC mpi-io/get_amode.lo
CC mpi-io/get_atom.lo
CC mpi-io/get_bytoff.lo
CC mpi-io/get_extent.lo
CC mpi-io/close.lo
CC mpi-io/get_group.lo
CC mpi-io/get_info.lo
CC mpi-io/get_posn.lo
CC mpi-io/get_posn_sh.lo
CC mpi-io/get_size.lo
CC mpi-io/get_view.lo
CC mpi-io/iread.lo
CC mpi-io/iread_all.lo
CC mpi-io/iread_at.lo
CC mpi-io/iread_atall.lo
CC mpi-io/iread_sh.lo
CC mpi-io/iwrite.lo
CC mpi-io/iwrite_all.lo
CC mpi-io/iwrite_at.lo
CC mpi-io/iwrite_atall.lo
CC mpi-io/iwrite_sh.lo
CC mpi-io/open.lo
CC mpi-io/prealloc.lo
CC mpi-io/rd_atallb.lo
CC mpi-io/rd_atalle.lo
CC mpi-io/read_all.lo
CC mpi-io/read.lo
CC mpi-io/read_allb.lo
CC mpi-io/read_alle.lo
CC mpi-io/read_at.lo
CC mpi-io/read_atall.lo
CC mpi-io/read_ord.lo
CC mpi-io/read_ordb.lo
CC mpi-io/read_orde.lo
CC mpi-io/read_sh.lo
CC mpi-io/register_datarep.lo
CC mpi-io/seek.lo
CC mpi-io/seek_sh.lo
CC mpi-io/set_atom.lo
CC mpi-io/set_info.lo
CC mpi-io/set_size.lo
CC mpi-io/wr_atallb.lo
CC mpi-io/set_view.lo
CC mpi-io/wr_atalle.lo
CC mpi-io/write.lo
CC mpi-io/write_all.lo
CC mpi-io/write_allb.lo
CC mpi-io/write_alle.lo
CC mpi-io/write_at.lo
CC mpi-io/write_atall.lo
CC mpi-io/write_ord.lo
CC mpi-io/write_ordb.lo
CC mpi-io/write_orde.lo
CC mpi-io/write_sh.lo
CC mpi-io/glue/openmpi/mpio_file.lo
CC mpi-io/glue/openmpi/mpio_err.lo
CC mpi-io/mpich_fileutil.lo
CC mpi-io/mpir-mpioinit.lo
CC mpi-io/mpiu_greq.lo
CC mpi-io/mpiu_external32.lo
CC adio/ad_nfs/ad_nfs_read.lo
CC adio/ad_nfs/ad_nfs_write.lo
CC adio/ad_nfs/ad_nfs_open.lo
CC adio/ad_nfs/ad_nfs_done.lo
CC adio/ad_nfs/ad_nfs_fcntl.lo
CC adio/ad_nfs/ad_nfs_iread.lo
CC adio/ad_nfs/ad_nfs_iwrite.lo
CC adio/ad_nfs/ad_nfs_wait.lo
CC adio/ad_nfs/ad_nfs_setsh.lo
CC adio/ad_nfs/ad_nfs_getsh.lo
CC adio/ad_nfs/ad_nfs.lo
CC adio/ad_nfs/ad_nfs_resize.lo
CC adio/ad_nfs/ad_nfs_features.lo
CC adio/ad_testfs/ad_testfs_close.lo
CC adio/ad_testfs/ad_testfs_read.lo
CC adio/ad_testfs/ad_testfs_rdcoll.lo
CC adio/ad_testfs/ad_testfs_wrcoll.lo
CC adio/ad_testfs/ad_testfs_open.lo
CC adio/ad_testfs/ad_testfs_write.lo
CC adio/ad_testfs/ad_testfs_done.lo
CC adio/ad_testfs/ad_testfs_fcntl.lo
CC adio/ad_testfs/ad_testfs_iread.lo
CC adio/ad_testfs/ad_testfs_iwrite.lo
CC adio/ad_testfs/ad_testfs_wait.lo
CC adio/ad_testfs/ad_testfs_flush.lo
CC adio/ad_testfs/ad_testfs_seek.lo
CC adio/ad_testfs/ad_testfs_resize.lo
CC adio/ad_testfs/ad_testfs_hints.lo
CC adio/ad_testfs/ad_testfs_delete.lo
CC adio/ad_testfs/ad_testfs.lo
CC adio/ad_ufs/ad_ufs.lo
CC adio/ad_ufs/ad_ufs_open.lo
CC adio/common/ad_aggregate.lo
CC adio/common/ad_aggregate_new.lo
CC adio/common/ad_close.lo
CC adio/common/ad_coll_build_req_new.lo
CC adio/common/ad_coll_exch_new.lo
CC adio/common/ad_darray.lo
CC adio/common/ad_delete.lo
CC adio/common/ad_done.lo
CC adio/common/ad_done_fake.lo
CC adio/common/ad_end.lo
CC adio/common/ad_fcntl.lo
CC adio/common/ad_features.lo
CC adio/common/ad_flush.lo
CC adio/common/ad_fstype.lo
CC adio/common/ad_get_sh_fp.lo
CC adio/common/ad_hints.lo
CC adio/common/ad_init.lo
CC adio/common/ad_io_coll.lo
CC adio/common/ad_iopen.lo
CC adio/common/ad_iread.lo
CC adio/common/ad_iread_coll.lo
CC adio/common/ad_iread_fake.lo
CC adio/common/ad_iwrite.lo
CC adio/common/ad_iwrite_coll.lo
CC adio/common/ad_iwrite_fake.lo
CC adio/common/ad_open.lo
CC adio/common/ad_opencoll_failsafe.lo
CC adio/common/ad_opencoll.lo
CC adio/common/ad_opencoll_scalable.lo
CC adio/common/ad_prealloc.lo
CC adio/common/ad_read.lo
CC adio/common/ad_read_coll.lo
CC adio/common/ad_read_str.lo
CC adio/common/ad_read_str_naive.lo
CC adio/common/ad_resize.lo
CC adio/common/ad_seek.lo
CC adio/common/ad_set_sh_fp.lo
CC adio/common/ad_set_view.lo
CC adio/common/ad_subarray.lo
CC adio/common/ad_wait.lo
CC adio/common/ad_wait_fake.lo
CC adio/common/ad_write.lo
CC adio/common/ad_write_coll.lo
CC adio/common/ad_write_nolock.lo
CC adio/common/ad_write_str.lo
CC adio/common/ad_write_str_naive.lo
CC adio/common/adi_close.lo
CC adio/common/byte_offset.lo
CC adio/common/cb_config_list.lo
CC adio/common/eof_offset.lo
CC adio/common/error.lo
CC adio/common/flatten.lo
CC adio/common/get_fp_posn.lo
CC adio/common/greq_fns.lo
CC adio/common/heap-sort.lo
CC adio/common/iscontig.lo
CC adio/common/lock.lo
CC adio/common/malloc.lo
CC adio/common/shfp_fname.lo
CC adio/common/status_setb.lo
CC adio/common/strfns.lo
CC adio/common/system_hints.lo
CC adio/common/hint_fns.lo
CC adio/common/ad_threaded_io.lo
CC adio/common/p2p_aggregation.lo
CC adio/common/onesided_aggregation.lo
CC adio/common/utils.lo
CCLD libromio_dist.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/io/romio321/romio'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/io/romio321/romio'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/io/romio321'
CC src/io_romio321_module.lo
CC src/io_romio321_component.lo
CC src/io_romio321_file_read.lo
CC src/io_romio321_file_write.lo
CC src/io_romio321_file_open.lo
CCLD libmca_io_romio321.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/io/romio321'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/io/romio321'
Making all in mca/op/avx
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/op/avx'
CC liblocal_ops_avx2_la-op_avx_functions.lo
CC op_avx_component.lo
CC liblocal_ops_avx_la-op_avx_functions.lo
CC liblocal_ops_avx512_la-op_avx_functions.lo
CCLD liblocal_ops_avx.la
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD liblocal_ops_avx2.la
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD liblocal_ops_avx512.la
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD libmca_op_avx.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/op/avx'
Making all in mca/osc/sm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/osc/sm'
CC osc_sm_comm.lo
CC osc_sm_component.lo
CC osc_sm_active_target.lo
CC osc_sm_passive_target.lo
CCLD libmca_osc_sm.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/osc/sm'
Making all in mca/osc/pt2pt
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/osc/pt2pt'
CC osc_pt2pt_module.lo
CC osc_pt2pt_comm.lo
CC osc_pt2pt_component.lo
CC osc_pt2pt_request.lo
CC osc_pt2pt_active_target.lo
CC osc_pt2pt_frag.lo
CC osc_pt2pt_data_move.lo
CC osc_pt2pt_passive_target.lo
CC osc_pt2pt_sync.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/osc/pt2pt/osc_pt2pt_component.c: In function ‘component_select’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/osc/pt2pt/osc_pt2pt_component.c:419:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
419 | asprintf(&name, "pt2pt window %d", ompi_comm_get_cid(module->comm));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_osc_pt2pt.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/osc/pt2pt'
Making all in mca/osc/rdma
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/osc/rdma'
CC osc_rdma_module.lo
CC osc_rdma_comm.lo
CC osc_rdma_accumulate.lo
CC osc_rdma_frag.lo
CC osc_rdma_component.lo
CC osc_rdma_request.lo
CC osc_rdma_active_target.lo
CC osc_rdma_passive_target.lo
CC osc_rdma_peer.lo
CC osc_rdma_dynamic.lo
CC osc_rdma_sync.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/osc/rdma/osc_rdma_component.c: In function ‘ompi_osc_rdma_component_select’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/osc/rdma/osc_rdma_component.c:1360:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
1360 | asprintf(&name, "rdma window %d", ompi_comm_get_cid(module->comm));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/osc/rdma/osc_rdma_component.c: In function ‘ompi_osc_rdma_component_register’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/osc/rdma/osc_rdma_component.c:191:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
191 | asprintf(&description_str, "Enable optimizations available only if MPI_LOCK is "
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
192 | "not used. Info key of same name overrides this value (default: %s)",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
193 | mca_osc_rdma_component.no_locks ? "true" : "false");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/osc/rdma/osc_rdma_component.c:200:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
200 | asprintf(&description_str, "Enable optimizations for MPI_Fetch_and_op, MPI_Accumulate, etc for codes "
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
201 | "that will not use anything more than a single predefined datatype (default: %s)",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
202 | mca_osc_rdma_component.acc_single_intrinsic ? "true" : "false");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/osc/rdma/osc_rdma_component.c:209:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
209 | asprintf(&description_str, "Enable the use of network atomic memory operations when using single "
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
210 | "intrinsic optimizations. If not set network compare-and-swap will be "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
211 | "used instread (default: %s)", mca_osc_rdma_component.acc_use_amo ? "true" : "false");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/osc/rdma/osc_rdma_component.c:218:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
218 | asprintf(&description_str, "Size of temporary buffers (default: %d)", mca_osc_rdma_component.buffer_size);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/osc/rdma/osc_rdma_component.c:225:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
225 | asprintf(&description_str, "Maximum number of buffers that can be attached to a dynamic window. "
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
226 | "Keep in mind that each attached buffer will use a potentially limited "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
227 | "resource (default: %d)", mca_osc_rdma_component.max_attach);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/osc/rdma/osc_rdma_component.c:234:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
234 | asprintf(&description_str, "Priority of the osc/rdma component (default: %d)",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
235 | mca_osc_rdma_component.priority);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/osc/rdma/osc_rdma_component.c:251:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
251 | asprintf(&description_str, "Comma-delimited list of BTL component names to allow without verifying "
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
252 | "connectivity. Do not add a BTL to to this list unless it can reach all "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
253 | "processes in any communicator used with an MPI window (default: %s)",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
254 | ompi_osc_rdma_btl_names);
| ~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/osc/rdma/osc_rdma_component.c:261:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
261 | asprintf(&description_str, "Comma-delimited list of MTL component names to lower the priority of rdma "
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
262 | "osc component favoring pt2pt osc (default: %s)", ompi_osc_rdma_mtl_names);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_osc_rdma.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/osc/rdma'
Making all in mca/pml/cm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/pml/cm'
CC pml_cm.lo
CC pml_cm_cancel.lo
CC pml_cm_recvreq.lo
CC pml_cm_request.lo
CC pml_cm_start.lo
CC pml_cm_sendreq.lo
CC pml_cm_component.lo
CCLD libmca_pml_cm.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/pml/cm'
Making all in mca/pml/ob1
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/pml/ob1'
CC pml_ob1_comm.lo
CC pml_ob1_component.lo
CC pml_ob1_iprobe.lo
CC pml_ob1.lo
CC pml_ob1_isend.lo
CC pml_ob1_progress.lo
CC pml_ob1_irecv.lo
CC pml_ob1_rdma.lo
CC pml_ob1_rdmafrag.lo
CC pml_ob1_recvfrag.lo
CC pml_ob1_recvreq.lo
CC pml_ob1_sendreq.lo
CC pml_ob1_start.lo
CCLD libmca_pml_ob1.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/pml/ob1'
Making all in mca/pml/v
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/pml/v'
CC pml_v_component.lo
CC pml_v_output.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/pml/v/pml_v_output.c: In function ‘ompi_pml_v_output_open’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/pml/v/pml_v_output.c:45:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
45 | asprintf(&lds.lds_prefix, "[%s:%05d] pml_v: ", hostname, getpid());
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/pml/v/pml_v_component.c: In function ‘mca_pml_v_component_close’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/pml/v/pml_v_component.c:144:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
144 | asprintf(&new_name, "%s]v%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
145 | mca_pml_v.host_pml_component.pmlm_version.mca_component_name,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
146 | mca_vprotocol_component.pmlm_version.mca_component_name);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_pml_v.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/pml/v'
Making all in mca/rte/orte
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/rte/orte'
cp -f ../../../../orte/tools/orterun/orterun.1 mpirun.1
cp -f ../../../../orte/tools/orterun/orterun.1 mpiexec.1
cp -f ../../../../orte/tools/orte-clean/orte-clean.1 ompi-clean.1
cp -f ../../../../orte/tools/orte-server/orte-server.1 ompi-server.1
CC rte_orte_component.lo
CC rte_orte_module.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/rte/orte/rte_orte.h: In function ‘ompi_rte_abort’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/rte/orte/rte_orte_module.c:64:9: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result]
64 | vasprintf( &buffer, fmt, arglist );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_rte_orte.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/rte/orte'
Making all in mca/sharedfp/individual
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/sharedfp/individual'
CC sharedfp_individual.lo
CC sharedfp_individual_component.lo
CC sharedfp_individual_seek.lo
CC sharedfp_individual_get_position.lo
CC sharedfp_individual_collaborate_data.lo
CC sharedfp_individual_write.lo
CC sharedfp_individual_iwrite.lo
CC sharedfp_individual_read.lo
CC sharedfp_individual_insert_metadata.lo
CC sharedfp_individual_file_open.lo
CC sharedfp_individual_gettime.lo
CCLD libmca_sharedfp_individual.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/sharedfp/individual'
Making all in mca/sharedfp/lockedfile
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/sharedfp/lockedfile'
CC sharedfp_lockedfile_seek.lo
CC sharedfp_lockedfile.lo
CC sharedfp_lockedfile_request_position.lo
CC sharedfp_lockedfile_write.lo
CC sharedfp_lockedfile_get_position.lo
CC sharedfp_lockedfile_iwrite.lo
CC sharedfp_lockedfile_component.lo
CC sharedfp_lockedfile_iread.lo
CC sharedfp_lockedfile_file_open.lo
CC sharedfp_lockedfile_read.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c: In function ‘mca_sharedfp_lockedfile_seek’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c:122:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
122 | write ( fd_lockedfilehandle, &offset, sizeof(OMPI_MPI_OFFSET_TYPE));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_sharedfp_lockedfile.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/sharedfp/lockedfile'
Making all in mca/sharedfp/sm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/sharedfp/sm'
CC sharedfp_sm.lo
CC sharedfp_sm_write.lo
CC sharedfp_sm_seek.lo
CC sharedfp_sm_iwrite.lo
CC sharedfp_sm_component.lo
CC sharedfp_sm_get_position.lo
CC sharedfp_sm_request_position.lo
CC sharedfp_sm_file_open.lo
CC sharedfp_sm_read.lo
CC sharedfp_sm_iread.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c: In function ‘mca_sharedfp_sm_file_open’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c:122:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
122 | asprintf(&sm_filename, "%s/%s_cid-%d-%d.sm", ompi_process_info.job_session_dir,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123 | filename_basename, comm_cid, int_pid);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c:142:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
142 | write ( sm_fd, &sm_offset, sizeof(struct mca_sharedfp_sm_offset));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/sharedfp/sm/sharedfp_sm.h: In function ‘mca_sharedfp_sm_component_file_query’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/sharedfp/sm/sharedfp_sm.c:108:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
108 | asprintf(&sm_filename, "%s/%s_cid-%d-%d.sm", ompi_process_info.job_session_dir,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
109 | filename_basename, comm_cid, pid);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_sharedfp_sm.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/sharedfp/sm'
Making all in mca/topo/basic
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/topo/basic'
CC topo_basic_component.lo
CCLD libmca_topo_basic.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/topo/basic'
Making all in mca/vprotocol/pessimist
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/vprotocol/pessimist'
CC vprotocol_pessimist.lo
CC vprotocol_pessimist_component.lo
CC vprotocol_pessimist_proc.lo
CC vprotocol_pessimist_request.lo
CC vprotocol_pessimist_progress.lo
CC vprotocol_pessimist_comm.lo
CC vprotocol_pessimist_start.lo
CC vprotocol_pessimist_recv.lo
CC vprotocol_pessimist_send.lo
CC vprotocol_pessimist_probe.lo
CC vprotocol_pessimist_wait.lo
CC vprotocol_pessimist_event.lo
CC vprotocol_pessimist_eventlog.lo
CC vprotocol_pessimist_sender_based.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/vprotocol/pessimist/vprotocol_pessimist_sender_based.c: In function ‘vprotocol_pessimist_sender_based_init’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/vprotocol/pessimist/vprotocol_pessimist_sender_based.c:99:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
99 | asprintf(&path, "%s"OPAL_PATH_SEP"%s", ompi_process_info.proc_session_dir,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
100 | mmapfile);
| ~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c: In function ‘vprotocol_pessimist_event_logger_connect’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c:30:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
30 | asprintf(&pdat->value.key, VPROTOCOL_EVENT_LOGGER_NAME_FMT, el_rank);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libmca_vprotocol_pessimist.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mca/vprotocol/pessimist'
Making all in .
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi'
/usr/bin/mkdir -p `dirname ../ompi/mpi/man/man3/.dir-stamp`
touch "../ompi/mpi/man/man3/.dir-stamp"
CC attribute/attribute_predefined.lo
CC class/ompi_seq_tracker.lo
CC communicator/comm_init.lo
CC communicator/comm.lo
CC attribute/attribute.lo
CC dpm/dpm.lo
CC communicator/comm_request.lo
CC communicator/comm_cid.lo
CC errhandler/errhandler_invoke.lo
CC errhandler/errhandler.lo
CC errhandler/errhandler_predefined.lo
CC errhandler/errcode.lo
CC errhandler/errcode-internal.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/dpm/dpm.h: In function ‘ompi_dpm_connect_accept’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/dpm/dpm.c:156:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
156 | (void)asprintf(&nstring, "%d", size);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/dpm/dpm.c:211:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
211 | (void)asprintf(&info.key, "%s:connect", port_string);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/dpm/dpm.c:212:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
212 | (void)asprintf(&pdat.value.key, "%s:accept", port_string);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/dpm/dpm.c:214:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
214 | (void)asprintf(&info.key, "%s:accept", port_string);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/dpm/dpm.c:215:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
215 | (void)asprintf(&pdat.value.key, "%s:connect", port_string);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/dpm/dpm.h: In function ‘ompi_dpm_spawn’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/dpm/dpm.c:875:23: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
875 | (void)asprintf(&(info->data.string), "%s:n", slot_list);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC file/file.lo
CC group/group.lo
CC group/group_init.lo
CC group/group_set_rank.lo
CC group/group_plist.lo
CC group/group_sporadic.lo
CC group/group_strided.lo
CC group/group_bitmap.lo
CC info/info.lo
CC interlib/interlib.lo
CC message/message.lo
CC op/op.lo
CC proc/proc.lo
CC request/grequest.lo
CC request/request.lo
CC request/req_test.lo
CC request/req_wait.lo
CC runtime/ompi_mpi_dynamics.lo
CC runtime/ompi_mpi_abort.lo
CC runtime/ompi_mpi_finalize.lo
CC runtime/ompi_mpi_params.lo
CC runtime/ompi_mpi_preconnect.lo
CC runtime/ompi_cr.lo
CC runtime/ompi_info_support.lo
CC runtime/ompi_spc.lo
CC win/win.lo
CC mpiext/mpiext.lo
CC patterns/net/netpatterns_base.lo
CC patterns/net/netpatterns_multinomial_tree.lo
CC patterns/net/netpatterns_nary_tree.lo
CC patterns/net/netpatterns_knomial_tree.lo
CC patterns/comm/allreduce.lo
CC patterns/comm/allgather.lo
CC patterns/comm/bcast.lo
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/runtime/ompi_info_support.h: In function ‘ompi_info_show_ompi_version’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/runtime/ompi_info_support.c:123:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
123 | (void)asprintf(&tmp, "%s:version:full", ompi_info_type_ompi);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/runtime/ompi_info_support.c:132:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
132 | (void)asprintf(&tmp, "%s:version:repo", ompi_info_type_ompi);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/runtime/ompi_info_support.c:135:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
135 | (void)asprintf(&tmp, "%s:version:release_date", ompi_info_type_ompi);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC runtime/libompi_mpir_la-ompi_mpi_init.lo
GENERATE mpi/man/man3/MPI.3
GENERATE mpi/man/man3/MPI_Abort.3
GENERATE mpi/man/man3/MPI_Accumulate.3
GENERATE mpi/man/man3/MPI_Add_error_class.3
GENERATE mpi/man/man3/MPI_Add_error_code.3
GENERATE mpi/man/man3/MPI_Add_error_string.3
GENERATE mpi/man/man3/MPI_Address.3
GENERATE mpi/man/man3/MPI_Aint_add.3
GENERATE mpi/man/man3/MPI_Aint_diff.3
GENERATE mpi/man/man3/MPI_Allgather.3
GENERATE mpi/man/man3/MPI_Iallgatherv.3
GENERATE mpi/man/man3/MPI_Allgatherv.3
GENERATE mpi/man/man3/MPI_Iallgather.3
GENERATE mpi/man/man3/MPI_Alloc_mem.3
GENERATE mpi/man/man3/MPI_Allreduce.3
GENERATE mpi/man/man3/MPI_Iallreduce.3
GENERATE mpi/man/man3/MPI_Alltoall.3
GENERATE mpi/man/man3/MPI_Ialltoall.3
GENERATE mpi/man/man3/MPI_Alltoallv.3
GENERATE mpi/man/man3/MPI_Alltoallw.3
GENERATE mpi/man/man3/MPI_Ialltoallw.3
GENERATE mpi/man/man3/MPI_Ialltoallv.3
GENERATE mpi/man/man3/MPI_Attr_delete.3
GENERATE mpi/man/man3/MPI_Attr_get.3
GENERATE mpi/man/man3/MPI_Attr_put.3
GENERATE mpi/man/man3/MPI_Barrier.3
GENERATE mpi/man/man3/MPI_Ibarrier.3
GENERATE mpi/man/man3/MPI_Bcast.3
GENERATE mpi/man/man3/MPI_Ibcast.3
GENERATE mpi/man/man3/MPI_Bsend.3
GENERATE mpi/man/man3/MPI_Buffer_attach.3
GENERATE mpi/man/man3/MPI_Bsend_init.3
GENERATE mpi/man/man3/MPI_Buffer_detach.3
GENERATE mpi/man/man3/MPI_Cancel.3
GENERATE mpi/man/man3/MPI_Cart_coords.3
GENERATE mpi/man/man3/MPI_Cart_create.3
GENERATE mpi/man/man3/MPI_Cartdim_get.3
GENERATE mpi/man/man3/MPI_Cart_get.3
GENERATE mpi/man/man3/MPI_Cart_map.3
GENERATE mpi/man/man3/MPI_Cart_shift.3
GENERATE mpi/man/man3/MPI_Cart_rank.3
GENERATE mpi/man/man3/MPI_Cart_sub.3
GENERATE mpi/man/man3/MPI_Close_port.3
GENERATE mpi/man/man3/MPI_Comm_accept.3
GENERATE mpi/man/man3/MPI_Comm_c2f.3
GENERATE mpi/man/man3/MPI_Comm_call_errhandler.3
GENERATE mpi/man/man3/MPI_Comm_compare.3
GENERATE mpi/man/man3/MPI_Comm_connect.3
GENERATE mpi/man/man3/MPI_Comm_create.3
GENERATE mpi/man/man3/MPI_Comm_create_errhandler.3
GENERATE mpi/man/man3/MPI_Comm_create_group.3
GENERATE mpi/man/man3/MPI_Comm_create_keyval.3
GENERATE mpi/man/man3/MPI_Comm_delete_attr.3
GENERATE mpi/man/man3/MPI_Comm_disconnect.3
GENERATE mpi/man/man3/MPI_Comm_dup.3
GENERATE mpi/man/man3/MPI_Comm_dup_with_info.3
GENERATE mpi/man/man3/MPI_Comm_idup.3
GENERATE mpi/man/man3/MPI_Comm_f2c.3
GENERATE mpi/man/man3/MPI_Comm_free_keyval.3
GENERATE mpi/man/man3/MPI_Comm_free.3
GENERATE mpi/man/man3/MPI_Comm_get_attr.3
GENERATE mpi/man/man3/MPI_Comm_get_errhandler.3
GENERATE mpi/man/man3/MPI_Comm_get_info.3
GENERATE mpi/man/man3/MPI_Comm_get_name.3
GENERATE mpi/man/man3/MPI_Comm_get_parent.3
GENERATE mpi/man/man3/MPI_Comm_group.3
GENERATE mpi/man/man3/MPI_Comm_join.3
GENERATE mpi/man/man3/MPI_Comm_rank.3
GENERATE mpi/man/man3/MPI_Comm_remote_size.3
GENERATE mpi/man/man3/MPI_Comm_remote_group.3
GENERATE mpi/man/man3/MPI_Comm_set_attr.3
GENERATE mpi/man/man3/MPI_Comm_set_info.3
GENERATE mpi/man/man3/MPI_Comm_set_errhandler.3
GENERATE mpi/man/man3/MPI_Comm_set_name.3
GENERATE mpi/man/man3/MPI_Comm_size.3
GENERATE mpi/man/man3/MPI_Comm_spawn.3
GENERATE mpi/man/man3/MPI_Comm_spawn_multiple.3
GENERATE mpi/man/man3/MPI_Comm_split.3
GENERATE mpi/man/man3/MPI_Comm_split_type.3
GENERATE mpi/man/man3/MPI_Comm_test_inter.3
GENERATE mpi/man/man3/MPI_Compare_and_swap.3
GENERATE mpi/man/man3/MPI_Dims_create.3
GENERATE mpi/man/man3/MPI_Dist_graph_create.3
GENERATE mpi/man/man3/MPI_Dist_graph_create_adjacent.3
GENERATE mpi/man/man3/MPI_Dist_graph_neighbors_count.3
GENERATE mpi/man/man3/MPI_Errhandler_create.3
GENERATE mpi/man/man3/MPI_Dist_graph_neighbors.3
GENERATE mpi/man/man3/MPI_Errhandler_get.3
GENERATE mpi/man/man3/MPI_Errhandler_free.3
GENERATE mpi/man/man3/MPI_Error_class.3
GENERATE mpi/man/man3/MPI_Errhandler_set.3
GENERATE mpi/man/man3/MPI_Error_string.3
GENERATE mpi/man/man3/MPI_Exscan.3
GENERATE mpi/man/man3/MPI_Iexscan.3
GENERATE mpi/man/man3/MPI_Fetch_and_op.3
GENERATE mpi/man/man3/MPI_File_c2f.3
GENERATE mpi/man/man3/MPI_File_close.3
GENERATE mpi/man/man3/MPI_File_call_errhandler.3
GENERATE mpi/man/man3/MPI_File_create_errhandler.3
GENERATE mpi/man/man3/MPI_File_f2c.3
GENERATE mpi/man/man3/MPI_File_delete.3
GENERATE mpi/man/man3/MPI_File_get_amode.3
GENERATE mpi/man/man3/MPI_File_get_atomicity.3
GENERATE mpi/man/man3/MPI_File_get_errhandler.3
GENERATE mpi/man/man3/MPI_File_get_byte_offset.3
GENERATE mpi/man/man3/MPI_File_get_info.3
GENERATE mpi/man/man3/MPI_File_get_group.3
GENERATE mpi/man/man3/MPI_File_get_position.3
GENERATE mpi/man/man3/MPI_File_get_position_shared.3
GENERATE mpi/man/man3/MPI_File_get_size.3
GENERATE mpi/man/man3/MPI_File_get_type_extent.3
GENERATE mpi/man/man3/MPI_File_get_view.3
GENERATE mpi/man/man3/MPI_File_iread.3
GENERATE mpi/man/man3/MPI_File_iread_at.3
GENERATE mpi/man/man3/MPI_File_iread_all.3
GENERATE mpi/man/man3/MPI_File_iread_at_all.3
GENERATE mpi/man/man3/MPI_File_iread_shared.3
GENERATE mpi/man/man3/MPI_File_iwrite.3
GENERATE mpi/man/man3/MPI_File_iwrite_at_all.3
GENERATE mpi/man/man3/MPI_File_iwrite_all.3
GENERATE mpi/man/man3/MPI_File_iwrite_at.3
GENERATE mpi/man/man3/MPI_File_iwrite_shared.3
GENERATE mpi/man/man3/MPI_File_open.3
GENERATE mpi/man/man3/MPI_File_preallocate.3
GENERATE mpi/man/man3/MPI_File_read.3
GENERATE mpi/man/man3/MPI_File_read_all.3
GENERATE mpi/man/man3/MPI_File_read_all_begin.3
GENERATE mpi/man/man3/MPI_File_read_all_end.3
GENERATE mpi/man/man3/MPI_File_read_at.3
GENERATE mpi/man/man3/MPI_File_read_at_all.3
GENERATE mpi/man/man3/MPI_File_read_at_all_end.3
GENERATE mpi/man/man3/MPI_File_read_at_all_begin.3
GENERATE mpi/man/man3/MPI_File_read_ordered.3
GENERATE mpi/man/man3/MPI_File_read_ordered_begin.3
GENERATE mpi/man/man3/MPI_File_read_ordered_end.3
GENERATE mpi/man/man3/MPI_File_read_shared.3
GENERATE mpi/man/man3/MPI_File_seek.3
GENERATE mpi/man/man3/MPI_File_seek_shared.3
GENERATE mpi/man/man3/MPI_File_set_atomicity.3
GENERATE mpi/man/man3/MPI_File_set_errhandler.3
GENERATE mpi/man/man3/MPI_File_set_info.3
GENERATE mpi/man/man3/MPI_File_set_size.3
GENERATE mpi/man/man3/MPI_File_set_view.3
GENERATE mpi/man/man3/MPI_File_sync.3
GENERATE mpi/man/man3/MPI_File_write.3
GENERATE mpi/man/man3/MPI_File_write_all.3
GENERATE mpi/man/man3/MPI_File_write_all_begin.3
GENERATE mpi/man/man3/MPI_File_write_all_end.3
GENERATE mpi/man/man3/MPI_File_write_at.3
GENERATE mpi/man/man3/MPI_File_write_at_all.3
GENERATE mpi/man/man3/MPI_File_write_at_all_begin.3
GENERATE mpi/man/man3/MPI_File_write_at_all_end.3
GENERATE mpi/man/man3/MPI_File_write_ordered_begin.3
GENERATE mpi/man/man3/MPI_File_write_ordered.3
GENERATE mpi/man/man3/MPI_File_write_ordered_end.3
GENERATE mpi/man/man3/MPI_File_write_shared.3
GENERATE mpi/man/man3/MPI_Finalize.3
GENERATE mpi/man/man3/MPI_Finalized.3
GENERATE mpi/man/man3/MPI_Free_mem.3
GENERATE mpi/man/man3/MPI_Gather.3
GENERATE mpi/man/man3/MPI_Igather.3
GENERATE mpi/man/man3/MPI_Gatherv.3
GENERATE mpi/man/man3/MPI_Igatherv.3
GENERATE mpi/man/man3/MPI_Get.3
GENERATE mpi/man/man3/MPI_Get_accumulate.3
GENERATE mpi/man/man3/MPI_Get_address.3
GENERATE mpi/man/man3/MPI_Get_count.3
GENERATE mpi/man/man3/MPI_Get_elements_x.3
GENERATE mpi/man/man3/MPI_Get_elements.3
GENERATE mpi/man/man3/MPI_Get_library_version.3
GENERATE mpi/man/man3/MPI_Get_processor_name.3
GENERATE mpi/man/man3/MPI_Get_version.3
GENERATE mpi/man/man3/MPI_Graph_create.3
GENERATE mpi/man/man3/MPI_Graphdims_get.3
GENERATE mpi/man/man3/MPI_Graph_map.3
GENERATE mpi/man/man3/MPI_Graph_get.3
GENERATE mpi/man/man3/MPI_Graph_neighbors.3
GENERATE mpi/man/man3/MPI_Graph_neighbors_count.3
GENERATE mpi/man/man3/MPI_Grequest_complete.3
GENERATE mpi/man/man3/MPI_Grequest_start.3
GENERATE mpi/man/man3/MPI_Group_c2f.3
GENERATE mpi/man/man3/MPI_Group_compare.3
GENERATE mpi/man/man3/MPI_Group_difference.3
GENERATE mpi/man/man3/MPI_Group_excl.3
GENERATE mpi/man/man3/MPI_Group_f2c.3
GENERATE mpi/man/man3/MPI_Group_incl.3
GENERATE mpi/man/man3/MPI_Group_free.3
GENERATE mpi/man/man3/MPI_Group_intersection.3
GENERATE mpi/man/man3/MPI_Group_range_excl.3
GENERATE mpi/man/man3/MPI_Group_range_incl.3
GENERATE mpi/man/man3/MPI_Group_rank.3
GENERATE mpi/man/man3/MPI_Group_size.3
GENERATE mpi/man/man3/MPI_Group_translate_ranks.3
GENERATE mpi/man/man3/MPI_Ibsend.3
GENERATE mpi/man/man3/MPI_Group_union.3
GENERATE mpi/man/man3/MPI_Improbe.3
GENERATE mpi/man/man3/MPI_Imrecv.3
GENERATE mpi/man/man3/MPI_Info_create.3
GENERATE mpi/man/man3/MPI_Info_delete.3
GENERATE mpi/man/man3/MPI_Info_dup.3
GENERATE mpi/man/man3/MPI_Info_c2f.3
GENERATE mpi/man/man3/MPI_Info_env.3
GENERATE mpi/man/man3/MPI_Info_f2c.3
GENERATE mpi/man/man3/MPI_Info_free.3
GENERATE mpi/man/man3/MPI_Info_get.3
GENERATE mpi/man/man3/MPI_Info_get_nkeys.3
GENERATE mpi/man/man3/MPI_Info_get_nthkey.3
GENERATE mpi/man/man3/MPI_Info_get_valuelen.3
GENERATE mpi/man/man3/MPI_Init.3
GENERATE mpi/man/man3/MPI_Info_set.3
GENERATE mpi/man/man3/MPI_Initialized.3
GENERATE mpi/man/man3/MPI_Init_thread.3
GENERATE mpi/man/man3/MPI_Intercomm_create.3
GENERATE mpi/man/man3/MPI_Intercomm_merge.3
GENERATE mpi/man/man3/MPI_Iprobe.3
GENERATE mpi/man/man3/MPI_Irecv.3
GENERATE mpi/man/man3/MPI_Irsend.3
GENERATE mpi/man/man3/MPI_Isend.3
GENERATE mpi/man/man3/MPI_Issend.3
GENERATE mpi/man/man3/MPI_Is_thread_main.3
GENERATE mpi/man/man3/MPI_Keyval_create.3
GENERATE mpi/man/man3/MPI_Keyval_free.3
GENERATE mpi/man/man3/MPI_Lookup_name.3
GENERATE mpi/man/man3/MPI_Message_c2f.3
GENERATE mpi/man/man3/MPI_Message_f2c.3
GENERATE mpi/man/man3/MPI_Mprobe.3
GENERATE mpi/man/man3/MPI_Mrecv.3
GENERATE mpi/man/man3/MPI_Neighbor_allgather.3
GENERATE mpi/man/man3/MPI_Neighbor_allgatherv.3
GENERATE mpi/man/man3/MPI_Ineighbor_allgather.3
GENERATE mpi/man/man3/MPI_Ineighbor_allgatherv.3
GENERATE mpi/man/man3/MPI_Neighbor_alltoall.3
GENERATE mpi/man/man3/MPI_Ineighbor_alltoall.3
GENERATE mpi/man/man3/MPI_Neighbor_alltoallv.3
GENERATE mpi/man/man3/MPI_Ineighbor_alltoallv.3
GENERATE mpi/man/man3/MPI_Neighbor_alltoallw.3
GENERATE mpi/man/man3/MPI_Ineighbor_alltoallw.3
GENERATE mpi/man/man3/MPI_Op_c2f.3
GENERATE mpi/man/man3/MPI_Op_commutative.3
GENERATE mpi/man/man3/MPI_Op_create.3
GENERATE mpi/man/man3/MPI_Open_port.3
GENERATE mpi/man/man3/MPI_Op_f2c.3
GENERATE mpi/man/man3/MPI_Op_free.3
GENERATE mpi/man/man3/MPI_Pack.3
GENERATE mpi/man/man3/MPI_Pack_external.3
GENERATE mpi/man/man3/MPI_Pack_external_size.3
GENERATE mpi/man/man3/MPI_Pack_size.3
GENERATE mpi/man/man3/MPI_Pcontrol.3
GENERATE mpi/man/man3/MPI_Probe.3
GENERATE mpi/man/man3/MPI_Publish_name.3
GENERATE mpi/man/man3/MPI_Put.3
GENERATE mpi/man/man3/MPI_Query_thread.3
GENERATE mpi/man/man3/MPI_Recv.3
GENERATE mpi/man/man3/MPI_Raccumulate.3
GENERATE mpi/man/man3/MPI_Recv_init.3
GENERATE mpi/man/man3/MPI_Reduce.3
GENERATE mpi/man/man3/MPI_Ireduce.3
GENERATE mpi/man/man3/MPI_Reduce_local.3
GENERATE mpi/man/man3/MPI_Reduce_scatter.3
GENERATE mpi/man/man3/MPI_Ireduce_scatter.3
GENERATE mpi/man/man3/MPI_Reduce_scatter_block.3
GENERATE mpi/man/man3/MPI_Ireduce_scatter_block.3
GENERATE mpi/man/man3/MPI_Register_datarep.3
GENERATE mpi/man/man3/MPI_Request_f2c.3
GENERATE mpi/man/man3/MPI_Request_free.3
GENERATE mpi/man/man3/MPI_Request_c2f.3
GENERATE mpi/man/man3/MPI_Request_get_status.3
GENERATE mpi/man/man3/MPI_Rget.3
GENERATE mpi/man/man3/MPI_Rget_accumulate.3
GENERATE mpi/man/man3/MPI_Rput.3
GENERATE mpi/man/man3/MPI_Rsend.3
GENERATE mpi/man/man3/MPI_Rsend_init.3
GENERATE mpi/man/man3/MPI_Scan.3
GENERATE mpi/man/man3/MPI_Iscan.3
GENERATE mpi/man/man3/MPI_Scatter.3
GENERATE mpi/man/man3/MPI_Iscatter.3
GENERATE mpi/man/man3/MPI_Scatterv.3
GENERATE mpi/man/man3/MPI_Send.3
GENERATE mpi/man/man3/MPI_Iscatterv.3
GENERATE mpi/man/man3/MPI_Send_init.3
GENERATE mpi/man/man3/MPI_Sendrecv.3
GENERATE mpi/man/man3/MPI_Sendrecv_replace.3
GENERATE mpi/man/man3/MPI_Sizeof.3
GENERATE mpi/man/man3/MPI_Ssend.3
GENERATE mpi/man/man3/MPI_Ssend_init.3
GENERATE mpi/man/man3/MPI_Start.3
GENERATE mpi/man/man3/MPI_Startall.3
GENERATE mpi/man/man3/MPI_Status_c2f.3
GENERATE mpi/man/man3/MPI_Status_f2c.3
GENERATE mpi/man/man3/MPI_Status_set_cancelled.3
GENERATE mpi/man/man3/MPI_Status_set_elements.3
GENERATE mpi/man/man3/MPI_Status_set_elements_x.3
GENERATE mpi/man/man3/MPI_T_category_changed.3
GENERATE mpi/man/man3/MPI_T_category_get_categories.3
GENERATE mpi/man/man3/MPI_T_category_get_info.3
GENERATE mpi/man/man3/MPI_T_category_get_cvars.3
GENERATE mpi/man/man3/MPI_T_category_get_num.3
GENERATE mpi/man/man3/MPI_T_category_get_pvars.3
GENERATE mpi/man/man3/MPI_T_cvar_get_info.3
GENERATE mpi/man/man3/MPI_T_cvar_get_num.3
GENERATE mpi/man/man3/MPI_T_cvar_handle_alloc.3
GENERATE mpi/man/man3/MPI_T_cvar_handle_free.3
GENERATE mpi/man/man3/MPI_T_cvar_read.3
GENERATE mpi/man/man3/MPI_T_cvar_write.3
GENERATE mpi/man/man3/MPI_T_enum_get_info.3
GENERATE mpi/man/man3/MPI_T_enum_get_item.3
GENERATE mpi/man/man3/MPI_T_finalize.3
GENERATE mpi/man/man3/MPI_T_init_thread.3
GENERATE mpi/man/man3/MPI_T_pvar_get_info.3
GENERATE mpi/man/man3/MPI_T_pvar_get_num.3
GENERATE mpi/man/man3/MPI_T_pvar_handle_alloc.3
GENERATE mpi/man/man3/MPI_T_pvar_handle_free.3
GENERATE mpi/man/man3/MPI_T_pvar_read.3
GENERATE mpi/man/man3/MPI_T_pvar_readreset.3
GENERATE mpi/man/man3/MPI_T_pvar_reset.3
GENERATE mpi/man/man3/MPI_T_pvar_session_create.3
GENERATE mpi/man/man3/MPI_T_pvar_session_free.3
GENERATE mpi/man/man3/MPI_T_pvar_start.3
GENERATE mpi/man/man3/MPI_T_pvar_stop.3
GENERATE mpi/man/man3/MPI_T_pvar_write.3
GENERATE mpi/man/man3/MPI_Test.3
GENERATE mpi/man/man3/MPI_Testall.3
GENERATE mpi/man/man3/MPI_Testany.3
GENERATE mpi/man/man3/MPI_Testsome.3
GENERATE mpi/man/man3/MPI_Test_cancelled.3
GENERATE mpi/man/man3/MPI_Topo_test.3
GENERATE mpi/man/man3/MPI_Type_c2f.3
GENERATE mpi/man/man3/MPI_Type_commit.3
GENERATE mpi/man/man3/MPI_Type_contiguous.3
GENERATE mpi/man/man3/MPI_Type_create_darray.3
GENERATE mpi/man/man3/MPI_Type_create_f90_complex.3
GENERATE mpi/man/man3/MPI_Type_create_f90_integer.3
GENERATE mpi/man/man3/MPI_Type_create_hindexed.3
GENERATE mpi/man/man3/MPI_Type_create_f90_real.3
GENERATE mpi/man/man3/MPI_Type_create_hindexed_block.3
GENERATE mpi/man/man3/MPI_Type_create_hvector.3
GENERATE mpi/man/man3/MPI_Type_create_indexed_block.3
GENERATE mpi/man/man3/MPI_Type_create_keyval.3
GENERATE mpi/man/man3/MPI_Type_create_resized.3
GENERATE mpi/man/man3/MPI_Type_create_struct.3
GENERATE mpi/man/man3/MPI_Type_create_subarray.3
GENERATE mpi/man/man3/MPI_Type_delete_attr.3
GENERATE mpi/man/man3/MPI_Type_dup.3
GENERATE mpi/man/man3/MPI_Type_extent.3
GENERATE mpi/man/man3/MPI_Type_f2c.3
GENERATE mpi/man/man3/MPI_Type_free.3
GENERATE mpi/man/man3/MPI_Type_free_keyval.3
GENERATE mpi/man/man3/MPI_Type_get_attr.3
GENERATE mpi/man/man3/MPI_Type_get_contents.3
GENERATE mpi/man/man3/MPI_Type_get_envelope.3
GENERATE mpi/man/man3/MPI_Type_get_extent.3
GENERATE mpi/man/man3/MPI_Type_get_extent_x.3
GENERATE mpi/man/man3/MPI_Type_get_name.3
GENERATE mpi/man/man3/MPI_Type_get_true_extent.3
GENERATE mpi/man/man3/MPI_Type_get_true_extent_x.3
GENERATE mpi/man/man3/MPI_Type_hindexed.3
GENERATE mpi/man/man3/MPI_Type_hvector.3
GENERATE mpi/man/man3/MPI_Type_indexed.3
GENERATE mpi/man/man3/MPI_Type_lb.3
GENERATE mpi/man/man3/MPI_Type_match_size.3
GENERATE mpi/man/man3/MPI_Type_set_attr.3
GENERATE mpi/man/man3/MPI_Type_set_name.3
GENERATE mpi/man/man3/MPI_Type_size.3
GENERATE mpi/man/man3/MPI_Type_size_x.3
GENERATE mpi/man/man3/MPI_Type_struct.3
GENERATE mpi/man/man3/MPI_Type_ub.3
GENERATE mpi/man/man3/MPI_Type_vector.3
GENERATE mpi/man/man3/MPI_Unpack.3
GENERATE mpi/man/man3/MPI_Unpack_external.3
GENERATE mpi/man/man3/MPI_Unpublish_name.3
GENERATE mpi/man/man3/MPI_Wait.3
GENERATE mpi/man/man3/MPI_Waitall.3
GENERATE mpi/man/man3/MPI_Waitany.3
GENERATE mpi/man/man3/MPI_Waitsome.3
GENERATE mpi/man/man3/MPI_Win_allocate_shared.3
GENERATE mpi/man/man3/MPI_Win_allocate.3
GENERATE mpi/man/man3/MPI_Win_attach.3
GENERATE mpi/man/man3/MPI_Win_c2f.3
GENERATE mpi/man/man3/MPI_Win_call_errhandler.3
GENERATE mpi/man/man3/MPI_Win_complete.3
GENERATE mpi/man/man3/MPI_Win_create.3
GENERATE mpi/man/man3/MPI_Win_create_dynamic.3
GENERATE mpi/man/man3/MPI_Win_create_errhandler.3
GENERATE mpi/man/man3/MPI_Win_create_keyval.3
GENERATE mpi/man/man3/MPI_Win_delete_attr.3
GENERATE mpi/man/man3/MPI_Win_f2c.3
GENERATE mpi/man/man3/MPI_Win_detach.3
GENERATE mpi/man/man3/MPI_Win_fence.3
GENERATE mpi/man/man3/MPI_Win_flush.3
GENERATE mpi/man/man3/MPI_Win_flush_local.3
GENERATE mpi/man/man3/MPI_Win_flush_all.3
GENERATE mpi/man/man3/MPI_Win_flush_local_all.3
GENERATE mpi/man/man3/MPI_Win_free.3
GENERATE mpi/man/man3/MPI_Win_free_keyval.3
GENERATE mpi/man/man3/MPI_Win_get_attr.3
GENERATE mpi/man/man3/MPI_Win_get_errhandler.3
GENERATE mpi/man/man3/MPI_Win_get_group.3
GENERATE mpi/man/man3/MPI_Win_get_info.3
GENERATE mpi/man/man3/MPI_Win_get_name.3
GENERATE mpi/man/man3/MPI_Win_lock.3
GENERATE mpi/man/man3/MPI_Win_lock_all.3
GENERATE mpi/man/man3/MPI_Win_post.3
GENERATE mpi/man/man3/MPI_Win_set_attr.3
GENERATE mpi/man/man3/MPI_Win_set_errhandler.3
GENERATE mpi/man/man3/MPI_Win_set_info.3
GENERATE mpi/man/man3/MPI_Win_set_name.3
GENERATE mpi/man/man3/MPI_Win_shared_query.3
GENERATE mpi/man/man3/MPI_Win_start.3
GENERATE mpi/man/man3/MPI_Win_sync.3
GENERATE mpi/man/man3/MPI_Win_test.3
GENERATE mpi/man/man3/MPI_Win_unlock.3
GENERATE mpi/man/man3/MPI_Win_unlock_all.3
GENERATE mpi/man/man3/MPI_Win_wait.3
GENERATE mpi/man/man3/MPI_Wtick.3
GENERATE mpi/man/man3/MPI_Wtime.3
GENERATE mpi/man/man3/OpenMPI.3
CCLD libompi_mpir.la
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD libmpi.la
copying selected object files to avoid basename conflicts...
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi'
Making all in mpi/cxx
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/cxx'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/cxx'
Making all in mpiext/pcollreq/mpif-h
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/pcollreq/mpif-h'
Making all in profile
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/pcollreq/mpif-h/profile'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/pcollreq/mpif-h/profile'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/pcollreq/mpif-h'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/pcollreq/mpif-h'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/pcollreq/mpif-h'
Making all in mpi/fortran/mpif-h
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/mpif-h'
Making all in profile
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/mpif-h/profile'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/mpif-h/profile'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/mpif-h'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/mpif-h'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/mpif-h'
Making all in mpi/fortran/mpiext-use-mpi
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/mpiext-use-mpi'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/mpiext-use-mpi'
Making all in mpi/fortran/use-mpi-f08/base
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/use-mpi-f08/base'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/use-mpi-f08/base'
Making all in mpi/fortran/use-mpi-f08/mod
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/use-mpi-f08/mod'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/use-mpi-f08/mod'
Making all in mpi/fortran/use-mpi-f08/bindings
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/use-mpi-f08/bindings'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/use-mpi-f08/bindings'
Making all in mpiext/pcollreq/use-mpi-f08
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/pcollreq/use-mpi-f08'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpiext/pcollreq/use-mpi-f08'
Making all in mpi/fortran/use-mpi-f08
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/use-mpi-f08'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/use-mpi-f08'
Making all in mpi/fortran/mpiext-use-mpi-f08
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/mpiext-use-mpi-f08'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/mpi/fortran/mpiext-use-mpi-f08'
Making all in contrib/libompitrace
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/contrib/libompitrace'
CC abort.lo
CC add_error_string.lo
CC allgather.lo
CC accumulate.lo
CC add_error_class.lo
CC add_error_code.lo
CC allgatherv.lo
CC barrier.lo
CC alloc_mem.lo
CC allreduce.lo
CC bcast.lo
CC get_address.lo
CC finalize.lo
CC init.lo
CC isend.lo
CC recv.lo
CC reduce.lo
CC request_free.lo
CC send.lo
CC sendrecv.lo
CCLD libompitrace.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/contrib/libompitrace'
Making all in tools/ompi_info
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/tools/ompi_info'
CC param.o
CC ompi_info.o
GENERATE ompi_info.1
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/tools/ompi_info/param.c: In function ‘ompi_info_do_config’:
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/tools/ompi_info/param.c:334:59: warning: unknown escape sequence: '\$'
334 | opal_info_out("Configure command line", "config:cli", OPAL_CONFIGURE_CLI);
| ^~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/tools/ompi_info/param.c:334:59: warning: unknown escape sequence: '\$'
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/tools/ompi_info/param.c:334:59: warning: unknown escape sequence: '\$'
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/tools/ompi_info/param.c:334:59: warning: unknown escape sequence: '\$'
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/tools/ompi_info/param.c:334:59: warning: unknown escape sequence: '\$'
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/tools/ompi_info/param.c:334:59: warning: unknown escape sequence: '\$'
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/tools/ompi_info/param.c:296:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
296 | (void)asprintf(&fortran_mpifh, "yes (%s)",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
297 | (OPAL_HAVE_WEAK_SYMBOLS ? "all" :
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
298 | (OMPI_FORTRAN_CAPS ? "caps" :
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
299 | (OMPI_FORTRAN_PLAIN ? "lower case" :
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
300 | (OMPI_FORTRAN_SINGLE_UNDERSCORE ? "single underscore" : "double underscore")))));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/tools/ompi_info/param.c:310:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
310 | (void)asprintf(&fortran_have_ignore_tkr, "yes (%s)",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
311 | OMPI_FORTRAN_IGNORE_TKR_PREDECL);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/tools/ompi_info/param.c:317:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
317 | (void)asprintf(&threads, "%s (MPI_THREAD_MULTIPLE: yes, OPAL support: yes, OMPI progress: %s, ORTE progress: yes, Event lib: yes)",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
318 | "posix", OPAL_ENABLE_PROGRESS_THREADS ? "yes" : "no");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/tools/ompi_info/param.c:324:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
324 | (void)asprintf(&ft_support, "%s (checkpoint thread: %s)",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
325 | OPAL_ENABLE_FT ? "yes" : "no", OPAL_ENABLE_FT_THREAD ? "yes" : "no");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/tools/ompi_info/param.c:327:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
327 | (void)asprintf(&crdebug_support, "%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
328 | OPAL_ENABLE_CRDEBUG ? "yes" : "no");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD ompi_info
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/tools/ompi_info'
Making all in tools/wrappers
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/tools/wrappers'
(cd ../../../opal/tools/wrappers && make generic_wrapper.1)
rm -f mpif77.1
sed -e 's/#PROJECT#/Open MPI/g' \
-e 's/#PROJECT_SHORT#/OMPI/g' \
-e 's/#LANGUAGE#/Fortran/g' \
-e 's/#PACKAGE_NAME#/Open MPI/g' \
-e 's/#PACKAGE_VERSION#/4.1.6/g' \
-e 's/#OMPI_DATE#/Sep 30, 2023/g' \
< /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/ompi/tools/wrappers/mpif77.1in > mpif77.1
LN_S mpif90.1
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/tools/wrappers'
GENERATE generic_wrapper.1
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/tools/wrappers'
rm -f mpicc.1
rm -f mpic++.1
rm -f mpicxx.1
rm -f mpifort.1
sed -e 's/#COMMAND#/mpicc/g' -e 's/#PROJECT#/Open MPI/g' -e 's/#PROJECT_SHORT#/OMPI/g' -e 's/#LANGUAGE#/C/g' < ../../../opal/tools/wrappers/generic_wrapper.1 > mpicc.1
sed -e 's/#COMMAND#/mpic++/g' -e 's/#PROJECT#/Open MPI/g' -e 's/#PROJECT_SHORT#/OMPI/g' -e 's/#LANGUAGE#/C++/g' < ../../../opal/tools/wrappers/generic_wrapper.1 > mpic++.1
sed -e 's/#COMMAND#/mpicxx/g' -e 's/#PROJECT#/Open MPI/g' -e 's/#PROJECT_SHORT#/OMPI/g' -e 's/#LANGUAGE#/C++/g' < ../../../opal/tools/wrappers/generic_wrapper.1 > mpicxx.1
sed -e 's/#COMMAND#/mpifort/g' -e 's/#PROJECT#/Open MPI/g' -e 's/#PROJECT_SHORT#/OMPI/g' -e 's/#LANGUAGE#/Fortran/g' < ../../../opal/tools/wrappers/generic_wrapper.1 > mpifort.1
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/tools/wrappers'
Making all in tools/mpisync
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/tools/mpisync'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/tools/mpisync'
make[1]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi'
Making all in test
make[1]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test'
Making all in support
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/support'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/support'
Making all in asm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/asm'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/asm'
Making all in class
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/class'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/class'
Making all in threads
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/threads'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/threads'
Making all in datatype
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/datatype'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/datatype'
Making all in util
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/util'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/util'
Making all in dss
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/dss'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/dss'
Making all in mpool
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/mpool'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/mpool'
Making all in monitoring
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/monitoring'
CC monitoring_test.o
CC test_pvar_access.o
CC test_overhead.o
CC check_monitoring.o
CC example_reduce_count.o
CCLD example_reduce_count
CCLD monitoring_test
CCLD test_overhead
CCLD test_pvar_access
CCLD check_monitoring
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/monitoring'
Making all in spc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/spc'
CC spc_test.o
CCLD spc_test
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test/spc'
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test'
make[1]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/test'
make[1]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release'
openmpi/4.1.6: Package '53fd97bae148487adbbebcdd41b58a7ca647b64f' built
openmpi/4.1.6: Build folder /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release
openmpi/4.1.6: Generating the package
openmpi/4.1.6: Packaging in folder /home/conan/.conan2/p/b/openm7d55797ee1f5e/p
openmpi/4.1.6: Calling package()
openmpi/4.1.6: RUN: make install DESTDIR=/home/conan/.conan2/p/b/openm7d55797ee1f5e/p -j12
Making install in config
make[1]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/config'
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/config'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/config'
make[1]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/config'
Making install in contrib
make[1]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/contrib'
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/contrib'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi/amca-param-sets'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/contrib/amca-param-sets/example.conf '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi/amca-param-sets'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/contrib/openmpi-valgrind.supp '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/contrib'
make[1]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/contrib'
Making install in opal
make[1]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal'
Making install in include
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/include'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/include'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/include'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/include'
Making install in datatype
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/datatype'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/datatype'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/datatype'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/datatype'
Making install in etc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/etc'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/etc'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//etc
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/etc/openmpi-mca-params.conf /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//etc/openmpi-mca-params.conf
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/etc'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/etc'
Making install in util
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util'
Making install in keyval
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util/keyval'
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util/keyval'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util/keyval'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util/keyval'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util'
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/util/help-opal-util.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/util'
Making install in mca/base
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/base'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/base'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/help-mca-base.txt /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/base/help-mca-var.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/base'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/base'
Making install in mca/common
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/common'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/common'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/common'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/common'
Making install in mca/allocator
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator'
Making install in mca/backtrace
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/backtrace'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/backtrace'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/backtrace'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/backtrace'
Making install in mca/btl
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/btl/base/help-mpi-btl-base.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl'
Making install in mca/compress
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress'
Making install in mca/crs
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/crs'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/crs'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man7'
/usr/bin/install -c -m 644 opal_crs.7 '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man7'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/crs'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/crs'
Making install in mca/dl
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/dl'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/dl'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/dl'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/dl'
Making install in mca/event
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event'
Making install in mca/hwloc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/hwloc'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/hwloc'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/hwloc/base/help-opal-hwloc-base.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/hwloc'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/hwloc'
Making install in mca/if
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if'
Making install in mca/installdirs
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs'
Making install in mca/memchecker
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memchecker'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memchecker'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memchecker'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memchecker'
Making install in mca/memcpy
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memcpy'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memcpy'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memcpy'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memcpy'
Making install in mca/memory
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memory'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memory'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memory'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memory'
Making install in mca/mpool
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/mpool'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/mpool'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/mpool/base/help-mpool-base.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/mpool'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/mpool'
Making install in mca/patcher
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/patcher'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/patcher'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/patcher'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/patcher'
Making install in mca/pmix
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/base/help-pmix-base.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix'
Making install in mca/pstat
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pstat'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pstat'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pstat'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pstat'
Making install in mca/rcache
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/rcache'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/rcache'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/rcache/base/help-rcache-base.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/rcache'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/rcache'
Making install in mca/reachable
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable'
Making install in mca/shmem
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem'
Making install in mca/timer
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/timer'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/timer'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/timer'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/timer'
Making install in mca/common/sm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/common/sm'
LN_S libmca_common_sm.la
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/common/sm'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/common/sm/help-mpi-common-sm.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/common/sm'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/common/sm'
Making install in mca/allocator/basic
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator/basic'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator/basic'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator/basic'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator/basic'
Making install in mca/allocator/bucket
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator/bucket'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator/bucket'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator/bucket'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/allocator/bucket'
Making install in mca/backtrace/execinfo
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/backtrace/execinfo'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/backtrace/execinfo'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/backtrace/execinfo'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/backtrace/execinfo'
Making install in mca/btl/self
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/self'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/self'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/self'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/self'
Making install in mca/btl/sm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/sm'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/sm'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/btl/sm/help-mpi-btl-sm.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/sm'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/sm'
Making install in mca/btl/tcp
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/tcp'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/tcp'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/btl/tcp/help-mpi-btl-tcp.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/tcp'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/tcp'
Making install in mca/btl/vader
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/vader'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/vader'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/btl/vader/help-btl-vader.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/vader'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/btl/vader'
Making install in mca/compress/bzip
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress/bzip'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress/bzip'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress/bzip'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress/bzip'
Making install in mca/compress/gzip
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress/gzip'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress/gzip'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress/gzip'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/compress/gzip'
Making install in mca/crs/none
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/crs/none'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/crs/none'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/crs/none/help-opal-crs-none.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/crs/none'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/crs/none'
Making install in mca/dl/dlopen
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/dl/dlopen'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/dl/dlopen'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/dl/dlopen'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/dl/dlopen'
Making install in mca/event/libevent2022
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022'
Making install in libevent
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent'
Making install in .
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent'
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent'
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent'
Making install in include
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent/include'
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent/include'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent/include'
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent/include'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022/libevent'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022'
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/event/libevent2022'
Making install in mca/hwloc/external
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/hwloc/external'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/hwloc/external'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/hwloc/external'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/hwloc/external'
Making install in mca/if/linux_ipv6
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if/linux_ipv6'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if/linux_ipv6'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if/linux_ipv6'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if/linux_ipv6'
Making install in mca/if/posix_ipv4
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if/posix_ipv4'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if/posix_ipv4'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if/posix_ipv4'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/if/posix_ipv4'
Making install in mca/installdirs/env
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs/env'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs/env'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs/env'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs/env'
Making install in mca/installdirs/config
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs/config'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs/config'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs/config'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/installdirs/config'
Making install in mca/memory/patcher
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memory/patcher'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memory/patcher'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memory/patcher'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/memory/patcher'
Making install in mca/mpool/hugepage
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/mpool/hugepage'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/mpool/hugepage'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/mpool/hugepage'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/mpool/hugepage'
Making install in mca/patcher/overwrite
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/patcher/overwrite'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/patcher/overwrite'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/patcher/overwrite'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/patcher/overwrite'
Making install in mca/pmix/isolated
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/isolated'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/isolated'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/isolated'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/isolated'
Making install in mca/pmix/pmix3x
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x'
Making install in pmix
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix'
Making install in config
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/config'
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/config'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/config'
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/config'
Making install in contrib
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/contrib'
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/contrib'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/pmix'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/contrib/pmix-valgrind.supp '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/pmix'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/contrib'
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/contrib'
Making install in include
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/include'
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/include'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/include'
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/include'
Making install in src
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src'
Making install in util/keyval
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/util/keyval'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/util/keyval'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/util/keyval'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/util/keyval'
Making install in mca/base
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/base'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/base'
make[6]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/pmix'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/base/help-pmix-mca-base.txt /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/base/help-pmix-mca-var.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/pmix'
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/base'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/base'
Making install in mca/common
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/common'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/common'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/common'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/common'
Making install in mca/bfrops
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops'
Making install in mca/gds
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds'
Making install in mca/pcompress
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pcompress'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pcompress'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pcompress'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pcompress'
Making install in mca/pdl
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pdl'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pdl'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pdl'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pdl'
Making install in mca/pif
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif'
Making install in mca/pinstalldirs
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs'
Making install in mca/plog
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog'
make[6]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/pmix'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/plog/base/help-pmix-plog.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/pmix'
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog'
Making install in mca/pnet
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pnet'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pnet'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pnet'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pnet'
Making install in mca/preg
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg'
Making install in mca/psec
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec'
Making install in mca/psensor
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor'
Making install in mca/pshmem
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pshmem'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pshmem'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pshmem'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pshmem'
Making install in mca/psquash
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash'
Making install in mca/ptl
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl'
Making install in mca/common/dstore
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/common/dstore'
if test -z ""; then \
rm -f "libmca_common_dstore.la"; \
ln -s "libmca_common_dstore_noinst.la" "libmca_common_dstore.la"; \
fi
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/common/dstore'
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/common/dstore'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/common/dstore'
Making install in mca/bfrops/v12
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v12'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v12'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v12'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v12'
Making install in mca/bfrops/v20
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v20'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v20'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v20'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v20'
Making install in mca/bfrops/v21
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v21'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v21'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v21'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v21'
Making install in mca/bfrops/v3
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v3'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v3'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v3'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/v3'
Making install in mca/gds/hash
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/hash'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/hash'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/hash'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/hash'
Making install in mca/gds/ds12
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12'
Making install in mca/gds/ds21
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds21'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds21'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds21'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds21'
Making install in mca/pcompress/zlib
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pcompress/zlib'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pcompress/zlib'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pcompress/zlib'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pcompress/zlib'
Making install in mca/pdl/pdlopen
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pdl/pdlopen'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pdl/pdlopen'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pdl/pdlopen'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pdl/pdlopen'
Making install in mca/pif/linux_ipv6
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif/linux_ipv6'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif/linux_ipv6'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif/linux_ipv6'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif/linux_ipv6'
Making install in mca/pif/posix_ipv4
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif/posix_ipv4'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif/posix_ipv4'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif/posix_ipv4'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pif/posix_ipv4'
Making install in mca/pinstalldirs/env
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/env'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/env'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/env'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/env'
Making install in mca/pinstalldirs/config
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/config'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/config'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/config'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/config'
Making install in mca/plog/default
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/default'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/default'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/default'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/default'
Making install in mca/plog/stdfd
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/stdfd'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/stdfd'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/stdfd'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/stdfd'
Making install in mca/plog/syslog
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/syslog'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/syslog'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/syslog'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/plog/syslog'
Making install in mca/preg/compress
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg/compress'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg/compress'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg/compress'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg/compress'
Making install in mca/preg/native
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg/native'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg/native'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg/native'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/preg/native'
Making install in mca/psec/native
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec/native'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec/native'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec/native'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec/native'
Making install in mca/psec/none
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec/none'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec/none'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec/none'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psec/none'
Making install in mca/psensor/file
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor/file'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor/file'
make[6]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/pmix'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/psensor/file/help-pmix-psensor-file.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/pmix'
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor/file'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor/file'
Making install in mca/psensor/heartbeat
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat'
make[6]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/pmix'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat/help-pmix-psensor-heartbeat.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/pmix'
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat'
Making install in mca/pshmem/mmap
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/mmap'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/mmap'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/mmap'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/pshmem/mmap'
Making install in mca/psquash/flex128
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash/flex128'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash/flex128'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash/flex128'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash/flex128'
Making install in mca/psquash/native
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash/native'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash/native'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash/native'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/psquash/native'
Making install in mca/ptl/tcp
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp'
Making install in mca/ptl/usock
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/usock'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/usock'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/usock'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/mca/ptl/usock'
Making install in .
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/pmix'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/server/help-pmix-server.txt /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/src/runtime/help-pmix-runtime.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/pmix'
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src'
Making install in tools/pevent
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pevent'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pevent'
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pevent'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pevent'
Making install in tools/pmix_info
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pmix_info'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pmix_info'
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pmix_info'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pmix_info'
Making install in tools/plookup
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/plookup'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/plookup'
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/plookup'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/plookup'
Making install in tools/pps
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pps'
make[6]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pps'
make[6]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pps'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src/tools/pps'
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/src'
Making install in etc
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/etc'
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/etc'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//etc
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/pmix/etc/pmix-mca-params.conf /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//etc/pmix-mca-params.conf
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/etc'
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix/etc'
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix'
make[5]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib/pkgconfig'
/usr/bin/install -c -m 644 maint/pmix.pc '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib/pkgconfig'
make[5]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix'
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x/pmix'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x'
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/pmix/pmix3x/help-pmix-pmix3x.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pmix/pmix3x'
Making install in mca/pstat/linux
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pstat/linux'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pstat/linux'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pstat/linux'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/pstat/linux'
Making install in mca/rcache/grdma
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/rcache/grdma'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/rcache/grdma'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/rcache/grdma'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/rcache/grdma'
Making install in mca/reachable/weighted
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable/weighted'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable/weighted'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable/weighted'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable/weighted'
Making install in mca/reachable/netlink
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable/netlink'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable/netlink'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable/netlink'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/reachable/netlink'
Making install in mca/shmem/mmap
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/mmap'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/mmap'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/shmem/mmap/help-opal-shmem-mmap.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/mmap'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/mmap'
Making install in mca/shmem/posix
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/posix'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/posix'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/shmem/posix/help-opal-shmem-posix.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/posix'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/posix'
Making install in mca/shmem/sysv
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/sysv'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/sysv'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/shmem/sysv/help-opal-shmem-sysv.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/sysv'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/shmem/sysv'
Making install in mca/timer/linux
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/timer/linux'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/timer/linux'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/mca/timer/linux/help-opal-timer-linux.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/timer/linux'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/mca/timer/linux'
Making install in .
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/bin/bash ../libtool --mode=install /usr/bin/install -c libopen-pal.la '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/help-opal-runtime.txt /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/runtime/help-opal_info.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
libtool: install: /usr/bin/install -c .libs/libopen-pal.lai /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib/libopen-pal.la
libtool: install: /usr/bin/install -c .libs/libopen-pal.a /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib/libopen-pal.a
libtool: install: chmod 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib/libopen-pal.a
libtool: install: ranlib /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib/libopen-pal.a
libtool: warning: remember to run 'libtool --finish //lib'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal'
Making install in tools/wrappers
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/tools/wrappers'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/tools/wrappers'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man1'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/opal/tools/wrappers/help-opal-wrapper.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/bin/bash ../../../libtool --mode=install /usr/bin/install -c opal_wrapper '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin'
/usr/bin/install -c -m 644 opal_wrapper.1 '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man1'
libtool: install: /usr/bin/install -c opal_wrapper /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin/opal_wrapper
make install-exec-hook
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/tools/wrappers'
make[4]: Nothing to be done for 'install-exec-hook'.
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/tools/wrappers'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/tools/wrappers'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal/tools/wrappers'
make[1]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/opal'
Making install in orte
make[1]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte'
Making install in include
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/include'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/include'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/include'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/include'
Making install in mca/common
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/common'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/common'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/common'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/common'
Making install in mca/errmgr
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/errmgr/base/help-errmgr-base.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr'
Making install in mca/ess
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ess/base/help-ess-base.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess'
Making install in mca/filem
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/filem'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/filem'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man7'
/usr/bin/install -c -m 644 orte_filem.7 '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man7'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/filem'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/filem'
Making install in mca/grpcomm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/grpcomm'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/grpcomm'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/grpcomm'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/grpcomm'
Making install in mca/iof
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof'
Making install in mca/odls
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/base/help-orte-odls-base.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls'
Making install in mca/oob
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/oob'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/oob'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/oob/base/help-oob-base.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/oob'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/oob'
Making install in mca/plm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/base/help-plm-base.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm'
Making install in mca/ras
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/base/help-ras-base.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras'
Making install in mca/regx
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx'
Making install in mca/rmaps
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/base/help-orte-rmaps-base.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps'
Making install in mca/rml
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rml'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rml'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rml'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rml'
Making install in mca/routed
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed'
Making install in mca/rtc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rtc'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rtc'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rtc/base/help-orte-rtc-base.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rtc'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rtc'
Making install in mca/schizo
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo'
Making install in mca/snapc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/snapc'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/snapc'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man7'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/snapc/base/help-orte-snapc-base.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 orte_snapc.7 '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man7'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/snapc'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/snapc'
Making install in mca/sstore
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/sstore'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/sstore'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man7'
/usr/bin/install -c -m 644 orte_sstore.7 '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man7'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/sstore'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/sstore'
Making install in mca/state
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/state/base/help-state-base.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state'
Making install in mca/errmgr/default_app
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_app'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_app'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_app'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_app'
Making install in mca/errmgr/default_hnp
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_hnp'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_hnp'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_hnp'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_hnp'
Making install in mca/errmgr/default_orted
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_orted'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_orted'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_orted'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_orted'
Making install in mca/errmgr/default_tool
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_tool'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_tool'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_tool'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/errmgr/default_tool'
Making install in mca/ess/env
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/env'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/env'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/env'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/env'
Making install in mca/ess/hnp
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/hnp'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/hnp'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/hnp'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/hnp'
Making install in mca/ess/pmi
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/pmi'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/pmi'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/pmi'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/pmi'
Making install in mca/ess/singleton
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/singleton'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/singleton'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/singleton'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/singleton'
Making install in mca/ess/tool
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/tool'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/tool'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/tool'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/tool'
Making install in mca/ess/slurm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/slurm'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/slurm'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/slurm'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ess/slurm'
Making install in mca/filem/raw
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/filem/raw'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/filem/raw'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/filem/raw/help-orte-filem-raw.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/filem/raw'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/filem/raw'
Making install in mca/grpcomm/direct
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/grpcomm/direct'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/grpcomm/direct'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/grpcomm/direct'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/grpcomm/direct'
Making install in mca/iof/hnp
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/hnp'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/hnp'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/hnp'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/hnp'
Making install in mca/iof/orted
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/orted'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/orted'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/orted'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/orted'
Making install in mca/iof/tool
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/tool'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/tool'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/tool'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/iof/tool'
Making install in mca/odls/default
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls/default'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls/default'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/default/help-orte-odls-default.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls/default'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls/default'
Making install in mca/odls/pspawn
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls/pspawn'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls/pspawn'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/odls/pspawn/help-orte-odls-pspawn.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls/pspawn'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/odls/pspawn'
Making install in mca/oob/tcp
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/oob/tcp'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/oob/tcp'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/oob/tcp/help-oob-tcp.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/oob/tcp'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/oob/tcp'
Making install in mca/plm/isolated
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/isolated'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/isolated'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/isolated'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/isolated'
Making install in mca/plm/rsh
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/rsh'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/rsh'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/rsh/help-plm-rsh.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/rsh'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/rsh'
Making install in mca/plm/slurm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/slurm'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/slurm'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/plm/slurm/help-plm-slurm.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/slurm'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/plm/slurm'
Making install in mca/ras/simulator
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras/simulator'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras/simulator'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/simulator/help-ras-simulator.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras/simulator'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras/simulator'
Making install in mca/ras/slurm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras/slurm'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras/slurm'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/ras/slurm/help-ras-slurm.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras/slurm'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/ras/slurm'
Making install in mca/regx/fwd
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/fwd'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/fwd'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/fwd'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/fwd'
Making install in mca/regx/naive
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/naive'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/naive'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/naive'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/naive'
Making install in mca/regx/reverse
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/reverse'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/reverse'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/reverse'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/regx/reverse'
Making install in mca/rmaps/mindist
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/mindist'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/mindist'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/mindist/help-orte-rmaps-md.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/mindist'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/mindist'
Making install in mca/rmaps/ppr
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/ppr'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/ppr'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/ppr/help-orte-rmaps-ppr.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/ppr'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/ppr'
Making install in mca/rmaps/rank_file
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/rank_file'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/rank_file'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/rank_file/help-rmaps_rank_file.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/rank_file'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/rank_file'
Making install in mca/rmaps/resilient
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/resilient'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/resilient'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/resilient/help-orte-rmaps-resilient.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/resilient'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/resilient'
Making install in mca/rmaps/round_robin
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/round_robin'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/round_robin'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/round_robin/help-orte-rmaps-rr.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/round_robin'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/round_robin'
Making install in mca/rmaps/seq
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/seq'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/seq'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rmaps/seq/help-orte-rmaps-seq.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/seq'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rmaps/seq'
Making install in mca/rml/oob
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rml/oob'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rml/oob'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rml/oob'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rml/oob'
Making install in mca/routed/binomial
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/binomial'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/binomial'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/binomial'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/binomial'
Making install in mca/routed/direct
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/direct'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/direct'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/direct'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/direct'
Making install in mca/routed/radix
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/radix'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/radix'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/radix'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/routed/radix'
Making install in mca/rtc/hwloc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rtc/hwloc'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rtc/hwloc'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/mca/rtc/hwloc/help-orte-rtc-hwloc.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rtc/hwloc'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/rtc/hwloc'
Making install in mca/schizo/flux
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/flux'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/flux'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/flux'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/flux'
Making install in mca/schizo/ompi
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/ompi'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/ompi'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/ompi'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/ompi'
Making install in mca/schizo/orte
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/orte'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/orte'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/orte'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/orte'
Making install in mca/schizo/jsm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/jsm'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/jsm'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/jsm'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/jsm'
Making install in mca/schizo/slurm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/slurm'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/slurm'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/slurm'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/schizo/slurm'
Making install in mca/state/app
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/app'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/app'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/app'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/app'
Making install in mca/state/hnp
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/hnp'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/hnp'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/hnp'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/hnp'
Making install in mca/state/novm
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/novm'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/novm'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/novm'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/novm'
Making install in mca/state/orted
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/orted'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/orted'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/orted'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/orted'
Making install in mca/state/tool
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/tool'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/tool'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/tool'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/mca/state/tool'
Making install in etc
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/etc'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/etc'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//etc
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/etc/openmpi-default-hostfile /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//etc/openmpi-default-hostfile
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/etc'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/etc'
Making install in orted/orted-mpir
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/orted/orted-mpir'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/orted/orted-mpir'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/orted/orted-mpir'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/orted/orted-mpir'
Making install in .
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man7'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/bin/bash ../libtool --mode=install /usr/bin/install -c libopen-rte.la '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/runtime/help-orte-runtime.txt /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/hostfile/help-hostfile.txt /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/dash_host/help-dash-host.txt /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/util/help-regex.txt /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/orted/help-orted.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 util/hostfile/orte_hosts.7 '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man7'
libtool: install: /usr/bin/install -c .libs/libopen-rte.lai /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib/libopen-rte.la
libtool: install: /usr/bin/install -c .libs/libopen-rte.a /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib/libopen-rte.a
libtool: install: chmod 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib/libopen-rte.a
libtool: install: ranlib /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib/libopen-rte.a
libtool: warning: remember to run 'libtool --finish //lib'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte'
Making install in tools/orte-clean
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-clean'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-clean'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man1'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/bin/bash ../../../libtool --mode=install /usr/bin/install -c orte-clean '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-clean/help-orte-clean.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 orte-clean.1 '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man1'
libtool: install: /usr/bin/install -c orte-clean /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin/orte-clean
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-clean'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-clean'
Making install in tools/orted
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orted'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orted'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man1'
/bin/bash ../../../libtool --mode=install /usr/bin/install -c orted '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin'
/usr/bin/install -c -m 644 orted.1 '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man1'
libtool: install: /usr/bin/install -c orted /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin/orted
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orted'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orted'
Making install in tools/orterun
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orterun'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orterun'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man1'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orterun/help-orterun.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/bin/bash ../../../libtool --mode=install /usr/bin/install -c orterun '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin'
/usr/bin/install -c -m 644 orterun.1 '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man1'
libtool: install: /usr/bin/install -c orterun /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin/orterun
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orterun'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orterun'
Making install in tools/wrappers
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/wrappers'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/wrappers'
make install-exec-hook
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib/pkgconfig'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 orte.pc '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//lib/pkgconfig'
/usr/bin/install -c -m 644 ortecc-wrapper-data.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
make[4]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/wrappers'
test -z "//bin" || /usr/bin/mkdir -p "/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin"
(cd /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin; rm -f ortecc; ln -s opal_wrapper ortecc)
make[4]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/wrappers'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/wrappers'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/wrappers'
Making install in tools/orte-info
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-info'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-info'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man1'
/bin/bash ../../../libtool --mode=install /usr/bin/install -c orte-info '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-info/help-orte-info.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 orte-info.1 '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man1'
libtool: install: /usr/bin/install -c orte-info /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin/orte-info
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-info'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-info'
Making install in tools/orte-server
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-server'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-server'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man1'
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/usr/bin/install -c -m 644 /home/conan/.conan2/p/b/openm7d55797ee1f5e/b/src/orte/tools/orte-server/help-orte-server.txt '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/openmpi'
/bin/bash ../../../libtool --mode=install /usr/bin/install -c orte-server '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin'
/usr/bin/install -c -m 644 orte-server.1 '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//res/man/man1'
libtool: install: /usr/bin/install -c orte-server /home/conan/.conan2/p/b/openm7d55797ee1f5e/p//bin/orte-server
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-server'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte/tools/orte-server'
make[1]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/orte'
Making install in ompi
make[1]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi'
Making install in include
make[2]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/include'
make[3]: Entering directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/include'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//include'
/usr/bin/install -c -m 644 mpi.h mpi-ext.h mpif.h mpif-ext.h mpif-sizeof.h mpif-c-constants-decl.h mpi_portable_platform.h '/home/conan/.conan2/p/b/openm7d55797ee1f5e/p//include'
make[3]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/include'
make[2]: Leaving directory '/home/conan/.conan2/p/b/openm7d55797ee1f5e/b/build-release/ompi/include'
Making install in datatype
make[2]: Entering directory '/home/co
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment