hi Alastair

On Wed, 30 Aug 2017, Alastair McKinstry wrote:

I suspect this is due to the libgfortran4 transition that is currently
in progress. 2.1.1-6 was built against libgfortran3;
2.1.1-6+b1 against libgfortran4 and should not have this issue.

Can you please retest ?

I aptitude updated/upgraded, recompiled, and the error still occurs. To me
it looks unchanged.

If you still see the same problem, can you do
"ldd" on the binary produced and the OpenMPI libraries?

Diagnostics, including ldd, are below.

I'm doing this on a physical (primary) disk partition with Debian
kfreebsd-amd64 unstable, not an emulation. There are four Intel Core i5-2410M
cores available.

Cheers
Boud


----------------------------------------------------------------------

dpkg -l |egrep "(fortran|gcc|mpi)"  # "mpi" is in "compile", so some irrelevant 
packages are listed

ii  g++                                      4:7.1.0-2                      
kfreebsd-amd64 GNU C++ compiler
ii  g++-7                                    7.2.0-2                        
kfreebsd-amd64 GNU C++ compiler
ii  gcc                                      4:7.1.0-2                      
kfreebsd-amd64 GNU C compiler
ii  gcc-5-base:kfreebsd-amd64                5.4.1-5                        
kfreebsd-amd64 GCC, the GNU Compiler Collection (base package)
ii  gcc-6-base:kfreebsd-amd64                6.4.0-4                        
kfreebsd-amd64 GCC, the GNU Compiler Collection (base package)
ii  gcc-7                                    7.2.0-2                        
kfreebsd-amd64 GNU C compiler
ii  gcc-7-base:kfreebsd-amd64                7.2.0-2                        
kfreebsd-amd64 GCC, the GNU Compiler Collection (base package)
ii  gfortran                                 4:7.1.0-2                      
kfreebsd-amd64 GNU Fortran 95 compiler
ii  gfortran-7                               7.2.0-2                        
kfreebsd-amd64 GNU Fortran compiler
ii  libgcc-7-dev:kfreebsd-amd64              7.2.0-2                        
kfreebsd-amd64 GCC support library (development files)
ii  libgcc1:kfreebsd-amd64                   1:7.2.0-2                      
kfreebsd-amd64 GCC support library
ii  libgfortran-7-dev:kfreebsd-amd64         7.2.0-2                        
kfreebsd-amd64 Runtime library for GNU Fortran applications (development files)
ii  libgfortran4:kfreebsd-amd64              7.2.0-2                        
kfreebsd-amd64 Runtime library for GNU Fortran applications
ii  libmagic-mgc                             1:5.31-1                       
kfreebsd-amd64 File type determination library using "magic" numbers (compiled 
magic file)
ii  libopenmpi-dev                           2.1.1-6+b1                     
kfreebsd-amd64 high performance message passing library -- header files
ii  libopenmpi2:kfreebsd-amd64               2.1.1-6+b1                     
kfreebsd-amd64 high performance message passing library -- shared library
ii  make                                     4.1-9                          
kfreebsd-amd64 utility for directing compilation
ii  openmpi-bin                              2.1.1-6+b1                     
kfreebsd-amd64 high performance message passing library -- binaries
ii  openmpi-common                           2.1.1-6                        all 
           high performance message passing library -- common files


=========

$ which gfortran
/usr/bin/gfortran

$ which gcc
/usr/bin/gcc

ls -l /usr/bin/gfortran /usr/bin/gcc

lrwxr-xr-x 1 root root  5 Aug  8 17:56 /usr/bin/gcc -> gcc-7
lrwxr-xr-x 1 root root 10 Aug  8 17:56 /usr/bin/gfortran -> gfortran-7

gfortran --version; gcc --version

GNU Fortran (Debian 7.2.0-2) 7.2.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

gcc (Debian 7.2.0-2) 7.2.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


=======

uname -a
GNU/kFreeBSD myhost 10.3-0-amd64 #0 Fri Jan 20 17:41:38 UTC 2017 x86_64 amd64 
Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz GNU/kFreeBSD

mpifort --showme

gfortran -I/usr/lib/x86_64-kfreebsd-gnu/openmpi/include -pthread 
-I/usr/lib/x86_64-kfreebsd-gnu/openmpi/lib -L/usr//lib 
-L/usr/lib/x86_64-kfreebsd-gnu/openmpi/lib -lmpi_usempif08 
-lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi

=======


======= program (1) mpifort -o a.out mpi_include_mpif_h_detect.f90 && ./a.out

[k3bsd:02478] PMIX ERROR: UNREACHABLE in file src/client/pmix_client.c at line 
1017
[k3bsd:02479] PMIX ERROR: NOT-SUPPORTED in file 
src/server/pmix_server_listener.c at line 540
[k3bsd:02478] PMIX ERROR: UNREACHABLE in file src/client/pmix_client.c at line 
205
--------------------------------------------------------------------------
It looks like orte_init failed for some reason; your parallel process is
likely to abort.  There are many reasons that a parallel process can
fail during orte_init; some of which are due to configuration or
environment problems.  This failure appears to be an internal failure;
here's some additional information (which may only be relevant to an
Open MPI developer):

  init pmix failed
  --> Returned value Unreachable (-12) instead of ORTE_SUCCESS
--------------------------------------------------------------------------
--------------------------------------------------------------------------
It looks like orte_init failed for some reason; your parallel process is
likely to abort.  There are many reasons that a parallel process can
fail during orte_init; some of which are due to configuration or
environment problems.  This failure appears to be an internal failure;
here's some additional information (which may only be relevant to an
Open MPI developer):

  orte_ess_init failed
  --> Returned value Unreachable (-12) instead of ORTE_SUCCESS
--------------------------------------------------------------------------
--------------------------------------------------------------------------
It looks like MPI_INIT failed for some reason; your parallel process is
likely to abort.  There are many reasons that a parallel process can
fail during MPI_INIT; some of which are due to configuration or environment
problems.  This failure appears to be an internal failure; here's some
additional information (which may only be relevant to an Open MPI
developer):

  ompi_mpi_init: ompi_rte_init failed
  --> Returned "Unreachable" (-12) instead of "Success" (0)
--------------------------------------------------------------------------
*** An error occurred in MPI_Init
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
***    and potentially your MPI job)
[k3bsd:2478] Local abort before MPI_INIT completed completed successfully, but 
am not able to aggregate error messages, and not able to guarantee that all 
other processes were killed!


=======  program (2)

mpifort -o a.out mpi_use_f08_detect.f90 && ./a.out

[k3bsd:02494] PMIX ERROR: UNREACHABLE in file src/client/pmix_client.c at line 
1017
[k3bsd:02495] PMIX ERROR: NOT-SUPPORTED in file 
src/server/pmix_server_listener.c at line 540
[k3bsd:02494] PMIX ERROR: UNREACHABLE in file src/client/pmix_client.c at line 
205
--------------------------------------------------------------------------
It looks like orte_init failed for some reason; your parallel process is
likely to abort.  There are many reasons that a parallel process can
fail during orte_init; some of which are due to configuration or
environment problems.  This failure appears to be an internal failure;
here's some additional information (which may only be relevant to an
Open MPI developer):

  init pmix failed
  --> Returned value Unreachable (-12) instead of ORTE_SUCCESS
--------------------------------------------------------------------------
--------------------------------------------------------------------------
It looks like orte_init failed for some reason; your parallel process is
likely to abort.  There are many reasons that a parallel process can
fail during orte_init; some of which are due to configuration or
environment problems.  This failure appears to be an internal failure;
here's some additional information (which may only be relevant to an
Open MPI developer):

  orte_ess_init failed
  --> Returned value Unreachable (-12) instead of ORTE_SUCCESS
--------------------------------------------------------------------------
--------------------------------------------------------------------------
It looks like MPI_INIT failed for some reason; your parallel process is
likely to abort.  There are many reasons that a parallel process can
fail during MPI_INIT; some of which are due to configuration or environment
problems.  This failure appears to be an internal failure; here's some
additional information (which may only be relevant to an Open MPI
developer):

  ompi_mpi_init: ompi_rte_init failed
  --> Returned "Unreachable" (-12) instead of "Success" (0)
--------------------------------------------------------------------------
*** An error occurred in MPI_Init
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
***    and potentially your MPI job)
[k3bsd:2494] Local abort before MPI_INIT completed completed successfully, but 
am not able to aggregate error messages, and not able to guarantee that all 
other processes were killed!

============

ldd a.out # program (2)

        libmpi_usempif08.so.20 => 
/usr/lib/x86_64-kfreebsd-gnu/libmpi_usempif08.so.20 (0x0000000801601000)
        libmpi_usempi_ignore_tkr.so.20 => 
/usr/lib/x86_64-kfreebsd-gnu/libmpi_usempi_ignore_tkr.so.20 (0x0000000801830000)
        libmpi_mpifh.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libmpi_mpifh.so.20 
(0x0000000801a36000)
        libmpi.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libmpi.so.20 
(0x0000000801c8d000)
        libgfortran.so.4 => /usr/lib/x86_64-kfreebsd-gnu/libgfortran.so.4 
(0x00000008020aa000)
        libm.so.1 => /lib/x86_64-kfreebsd-gnu/libm.so.1 (0x000000080247b000)
        libgcc_s.so.1 => /lib/x86_64-kfreebsd-gnu/libgcc_s.so.1 
(0x000000080270f000)
        libquadmath.so.0 => /usr/lib/x86_64-kfreebsd-gnu/libquadmath.so.0 
(0x0000000802925000)
        libpthread.so.0 => /lib/x86_64-kfreebsd-gnu/libpthread.so.0 
(0x0000000802b64000)
        libc.so.0.1 => /lib/x86_64-kfreebsd-gnu/libc.so.0.1 (0x0000000802d7c000)
        librt.so.1 => /lib/x86_64-kfreebsd-gnu/librt.so.1 (0x00000008030de000)
        libutil.so.1 => /lib/x86_64-kfreebsd-gnu/libutil.so.1 
(0x00000008032e5000)
        libhwloc.so.5 => /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5 
(0x00000008034e8000)
        libopen-pal.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20 
(0x0000000803715000)
        libdl.so.2 => /lib/x86_64-kfreebsd-gnu/libdl.so.2 (0x00000008039cb000)
        libopen-rte.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-rte.so.20 
(0x0000000803bcf000)
        /lib/ld-kfreebsd-x86-64.so.1 (0x0000000001021000)
        libltdl.so.7 => /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7 
(0x0000000803e59000)


===========ldd /usr/lib/x86_64-kfreebsd-gnu/libmpi_usempif08.so.20===========
        libmpi_mpifh.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libmpi_mpifh.so.20 
(0x000000080147d000)
        libmpi.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libmpi.so.20 
(0x00000008016d4000)
        librt.so.1 => /lib/x86_64-kfreebsd-gnu/librt.so.1 (0x00000008019ca000)
        libutil.so.1 => /lib/x86_64-kfreebsd-gnu/libutil.so.1 
(0x0000000801bd1000)
        libhwloc.so.5 => /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5 
(0x0000000801dd4000)
        libgfortran.so.4 => /usr/lib/x86_64-kfreebsd-gnu/libgfortran.so.4 
(0x00000008020aa000)
        libm.so.1 => /lib/x86_64-kfreebsd-gnu/libm.so.1 (0x000000080247b000)
        libquadmath.so.0 => /usr/lib/x86_64-kfreebsd-gnu/libquadmath.so.0 
(0x000000080270f000)
        libc.so.0.1 => /lib/x86_64-kfreebsd-gnu/libc.so.0.1 (0x000000080294e000)
        libgcc_s.so.1 => /lib/x86_64-kfreebsd-gnu/libgcc_s.so.1 
(0x0000000802cb0000)
        libpthread.so.0 => /lib/x86_64-kfreebsd-gnu/libpthread.so.0 
(0x0000000802ec6000)
        libopen-pal.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20 
(0x00000008030de000)
        libdl.so.2 => /lib/x86_64-kfreebsd-gnu/libdl.so.2 (0x0000000803394000)
        libopen-rte.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-rte.so.20 
(0x00000008035cf000)
        libltdl.so.7 => /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7 
(0x0000000803859000)
        /lib/ld-kfreebsd-x86-64.so.1 (0x0000000001021000)

===========ldd 
/usr/lib/x86_64-kfreebsd-gnu/libmpi_usempi_ignore_tkr.so.20===========
        libopen-pal.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20 
(0x0000000801454000)
        librt.so.1 => /lib/x86_64-kfreebsd-gnu/librt.so.1 (0x000000080170a000)
        libutil.so.1 => /lib/x86_64-kfreebsd-gnu/libutil.so.1 
(0x0000000801911000)
        libhwloc.so.5 => /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5 
(0x0000000801b14000)
        libgfortran.so.4 => /usr/lib/x86_64-kfreebsd-gnu/libgfortran.so.4 
(0x0000000801eaa000)
        libm.so.1 => /lib/x86_64-kfreebsd-gnu/libm.so.1 (0x000000080227b000)
        libquadmath.so.0 => /usr/lib/x86_64-kfreebsd-gnu/libquadmath.so.0 
(0x000000080250f000)
        libc.so.0.1 => /lib/x86_64-kfreebsd-gnu/libc.so.0.1 (0x000000080274e000)
        libgcc_s.so.1 => /lib/x86_64-kfreebsd-gnu/libgcc_s.so.1 
(0x0000000802ab0000)
        libpthread.so.0 => /lib/x86_64-kfreebsd-gnu/libpthread.so.0 
(0x0000000802cc6000)
        libdl.so.2 => /lib/x86_64-kfreebsd-gnu/libdl.so.2 (0x0000000802ede000)
        libltdl.so.7 => /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7 
(0x00000008030e2000)
        /lib/ld-kfreebsd-x86-64.so.1 (0x0000000001021000)

===========ldd /usr/lib/x86_64-kfreebsd-gnu/libmpi_mpifh.so.20===========
        libmpi.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libmpi.so.20 
(0x00000008014a5000)
        libopen-pal.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20 
(0x000000080179b000)
        librt.so.1 => /lib/x86_64-kfreebsd-gnu/librt.so.1 (0x0000000801a51000)
        libm.so.1 => /lib/x86_64-kfreebsd-gnu/libm.so.1 (0x0000000801c58000)
        libutil.so.1 => /lib/x86_64-kfreebsd-gnu/libutil.so.1 
(0x0000000801eec000)
        libhwloc.so.5 => /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5 
(0x00000008020f1000)
        libpthread.so.0 => /lib/x86_64-kfreebsd-gnu/libpthread.so.0 
(0x000000080231e000)
        libc.so.0.1 => /lib/x86_64-kfreebsd-gnu/libc.so.0.1 (0x0000000802536000)
        libdl.so.2 => /lib/x86_64-kfreebsd-gnu/libdl.so.2 (0x0000000802898000)
        libopen-rte.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-rte.so.20 
(0x0000000802bcf000)
        libltdl.so.7 => /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7 
(0x0000000802e59000)
        /lib/ld-kfreebsd-x86-64.so.1 (0x0000000001021000)

===========ldd /usr/lib/x86_64-kfreebsd-gnu/libmpi.so.20===========
        libdl.so.2 => /lib/x86_64-kfreebsd-gnu/libdl.so.2 (0x0000000801544000)
        libopen-rte.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-rte.so.20 
(0x00000008017cf000)
        libopen-pal.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20 
(0x0000000801a59000)
        librt.so.1 => /lib/x86_64-kfreebsd-gnu/librt.so.1 (0x0000000801d0f000)
        libm.so.1 => /lib/x86_64-kfreebsd-gnu/libm.so.1 (0x0000000801f16000)
        libutil.so.1 => /lib/x86_64-kfreebsd-gnu/libutil.so.1 
(0x00000008021aa000)
        libhwloc.so.5 => /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5 
(0x00000008023ad000)
        libpthread.so.0 => /lib/x86_64-kfreebsd-gnu/libpthread.so.0 
(0x00000008025da000)
        libc.so.0.1 => /lib/x86_64-kfreebsd-gnu/libc.so.0.1 (0x00000008027f2000)
        /lib/ld-kfreebsd-x86-64.so.1 (0x0000000001021000)
        libltdl.so.7 => /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7 
(0x0000000802b54000)

==== still program (2), verbose ====
ldd --verbose a.out

        libmpi_usempif08.so.20 => 
/usr/lib/x86_64-kfreebsd-gnu/libmpi_usempif08.so.20 (0x0000000801601000)
        libmpi_usempi_ignore_tkr.so.20 => 
/usr/lib/x86_64-kfreebsd-gnu/libmpi_usempi_ignore_tkr.so.20 (0x0000000801830000)
        libmpi_mpifh.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libmpi_mpifh.so.20 
(0x0000000801a36000)
        libmpi.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libmpi.so.20 
(0x0000000801c8d000)
        libgfortran.so.4 => /usr/lib/x86_64-kfreebsd-gnu/libgfortran.so.4 
(0x00000008020aa000)
        libm.so.1 => /lib/x86_64-kfreebsd-gnu/libm.so.1 (0x000000080247b000)
        libgcc_s.so.1 => /lib/x86_64-kfreebsd-gnu/libgcc_s.so.1 
(0x000000080270f000)
        libquadmath.so.0 => /usr/lib/x86_64-kfreebsd-gnu/libquadmath.so.0 
(0x0000000802925000)
        libpthread.so.0 => /lib/x86_64-kfreebsd-gnu/libpthread.so.0 
(0x0000000802b64000)
        libc.so.0.1 => /lib/x86_64-kfreebsd-gnu/libc.so.0.1 (0x0000000802d7c000)
        librt.so.1 => /lib/x86_64-kfreebsd-gnu/librt.so.1 (0x00000008030de000)
        libutil.so.1 => /lib/x86_64-kfreebsd-gnu/libutil.so.1 
(0x00000008032e5000)
        libhwloc.so.5 => /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5 
(0x00000008034e8000)
        libopen-pal.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20 
(0x0000000803715000)
        libdl.so.2 => /lib/x86_64-kfreebsd-gnu/libdl.so.2 (0x00000008039cb000)
        libopen-rte.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-rte.so.20 
(0x0000000803bcf000)
        /lib/ld-kfreebsd-x86-64.so.1 (0x0000000001021000)
        libltdl.so.7 => /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7 
(0x0000000803e59000)

        Version information:
        ./a.out:
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libgfortran.so.4 (GFORTRAN_7) => 
/usr/lib/x86_64-kfreebsd-gnu/libgfortran.so.4
        /usr/lib/x86_64-kfreebsd-gnu/libmpi_usempif08.so.20:
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libmpi_usempi_ignore_tkr.so.20:
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libmpi_mpifh.so.20:
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libmpi.so.20:
                libm.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libm.so.1
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libgfortran.so.4:
                libgcc_s.so.1 (GCC_4.2.0) => 
/lib/x86_64-kfreebsd-gnu/libgcc_s.so.1
                libgcc_s.so.1 (GCC_3.0) => 
/lib/x86_64-kfreebsd-gnu/libgcc_s.so.1
                libgcc_s.so.1 (GCC_3.3) => 
/lib/x86_64-kfreebsd-gnu/libgcc_s.so.1
                libgcc_s.so.1 (GCC_4.3.0) => 
/lib/x86_64-kfreebsd-gnu/libgcc_s.so.1
                libm.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libm.so.1
                libquadmath.so.0 (QUADMATH_1.0) => 
/usr/lib/x86_64-kfreebsd-gnu/libquadmath.so.0
                libc.so.0.1 (GLIBC_2.6) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.7) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.17) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libm.so.1:
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libgcc_s.so.1:
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libquadmath.so.0:
                libm.so.1 (GLIBC_2.23) => /lib/x86_64-kfreebsd-gnu/libm.so.1
                libm.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libm.so.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.10) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libpthread.so.0:
                ld-kfreebsd-x86-64.so.1 (GLIBC_2.3) => 
/lib/ld-kfreebsd-x86-64.so.1
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.21) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libc.so.0.1:
                ld-kfreebsd-x86-64.so.1 (GLIBC_2.3) => 
/lib/ld-kfreebsd-x86-64.so.1
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
        /lib/x86_64-kfreebsd-gnu/librt.so.1:
                libpthread.so.0 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libutil.so.1:
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5:
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20:
                libutil.so.1 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libutil.so.1
                libdl.so.2 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libdl.so.2
                librt.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/librt.so.1
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.15) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.7) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libdl.so.2:
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libopen-rte.so.20:
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.15) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7:
                libdl.so.2 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libdl.so.2
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1


===========ldd --verbose 
/usr/lib/x86_64-kfreebsd-gnu/libmpi_usempif08.so.20===========
        libmpi_mpifh.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libmpi_mpifh.so.20 
(0x000000080147d000)
        libmpi.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libmpi.so.20 
(0x00000008016d4000)
        librt.so.1 => /lib/x86_64-kfreebsd-gnu/librt.so.1 (0x00000008019ca000)
        libutil.so.1 => /lib/x86_64-kfreebsd-gnu/libutil.so.1 
(0x0000000801bd1000)
        libhwloc.so.5 => /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5 
(0x0000000801dd4000)
        libgfortran.so.4 => /usr/lib/x86_64-kfreebsd-gnu/libgfortran.so.4 
(0x00000008020aa000)
        libm.so.1 => /lib/x86_64-kfreebsd-gnu/libm.so.1 (0x000000080247b000)
        libquadmath.so.0 => /usr/lib/x86_64-kfreebsd-gnu/libquadmath.so.0 
(0x000000080270f000)
        libc.so.0.1 => /lib/x86_64-kfreebsd-gnu/libc.so.0.1 (0x000000080294e000)
        libgcc_s.so.1 => /lib/x86_64-kfreebsd-gnu/libgcc_s.so.1 
(0x0000000802cb0000)
        libpthread.so.0 => /lib/x86_64-kfreebsd-gnu/libpthread.so.0 
(0x0000000802ec6000)
        libopen-pal.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20 
(0x00000008030de000)
        libdl.so.2 => /lib/x86_64-kfreebsd-gnu/libdl.so.2 (0x0000000803394000)
        libopen-rte.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-rte.so.20 
(0x00000008035cf000)
        libltdl.so.7 => /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7 
(0x0000000803859000)
        /lib/ld-kfreebsd-x86-64.so.1 (0x0000000001021000)

        Version information:
        /usr/lib/x86_64-kfreebsd-gnu/libmpi_usempif08.so.20:
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libmpi_mpifh.so.20:
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libmpi.so.20:
                libm.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libm.so.1
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/librt.so.1:
                libpthread.so.0 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libutil.so.1:
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5:
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libgfortran.so.4:
                libgcc_s.so.1 (GCC_4.2.0) => 
/lib/x86_64-kfreebsd-gnu/libgcc_s.so.1
                libgcc_s.so.1 (GCC_3.0) => 
/lib/x86_64-kfreebsd-gnu/libgcc_s.so.1
                libgcc_s.so.1 (GCC_3.3) => 
/lib/x86_64-kfreebsd-gnu/libgcc_s.so.1
                libgcc_s.so.1 (GCC_4.3.0) => 
/lib/x86_64-kfreebsd-gnu/libgcc_s.so.1
                libm.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libm.so.1
                libquadmath.so.0 (QUADMATH_1.0) => 
/usr/lib/x86_64-kfreebsd-gnu/libquadmath.so.0
                libc.so.0.1 (GLIBC_2.6) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.7) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.17) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libm.so.1:
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libquadmath.so.0:
                libm.so.1 (GLIBC_2.23) => /lib/x86_64-kfreebsd-gnu/libm.so.1
                libm.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libm.so.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.10) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libc.so.0.1:
                ld-kfreebsd-x86-64.so.1 (GLIBC_2.3) => 
/lib/ld-kfreebsd-x86-64.so.1
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
        /lib/x86_64-kfreebsd-gnu/libgcc_s.so.1:
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libpthread.so.0:
                ld-kfreebsd-x86-64.so.1 (GLIBC_2.3) => 
/lib/ld-kfreebsd-x86-64.so.1
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.21) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20:
                libutil.so.1 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libutil.so.1
                libdl.so.2 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libdl.so.2
                librt.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/librt.so.1
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.15) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.7) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libdl.so.2:
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libopen-rte.so.20:
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.15) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7:
                libdl.so.2 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libdl.so.2
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1

===========ldd --verbose 
/usr/lib/x86_64-kfreebsd-gnu/libmpi_usempi_ignore_tkr.so.20===========
        libopen-pal.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20 
(0x0000000801454000)
        librt.so.1 => /lib/x86_64-kfreebsd-gnu/librt.so.1 (0x000000080170a000)
        libutil.so.1 => /lib/x86_64-kfreebsd-gnu/libutil.so.1 
(0x0000000801911000)
        libhwloc.so.5 => /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5 
(0x0000000801b14000)
        libgfortran.so.4 => /usr/lib/x86_64-kfreebsd-gnu/libgfortran.so.4 
(0x0000000801eaa000)
        libm.so.1 => /lib/x86_64-kfreebsd-gnu/libm.so.1 (0x000000080227b000)
        libquadmath.so.0 => /usr/lib/x86_64-kfreebsd-gnu/libquadmath.so.0 
(0x000000080250f000)
        libc.so.0.1 => /lib/x86_64-kfreebsd-gnu/libc.so.0.1 (0x000000080274e000)
        libgcc_s.so.1 => /lib/x86_64-kfreebsd-gnu/libgcc_s.so.1 
(0x0000000802ab0000)
        libpthread.so.0 => /lib/x86_64-kfreebsd-gnu/libpthread.so.0 
(0x0000000802cc6000)
        libdl.so.2 => /lib/x86_64-kfreebsd-gnu/libdl.so.2 (0x0000000802ede000)
        libltdl.so.7 => /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7 
(0x00000008030e2000)
        /lib/ld-kfreebsd-x86-64.so.1 (0x0000000001021000)

        Version information:
        /usr/lib/x86_64-kfreebsd-gnu/libmpi_usempi_ignore_tkr.so.20:
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20:
                libutil.so.1 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libutil.so.1
                libdl.so.2 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libdl.so.2
                librt.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/librt.so.1
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.15) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.7) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/librt.so.1:
                libpthread.so.0 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libutil.so.1:
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5:
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libgfortran.so.4:
                libgcc_s.so.1 (GCC_4.2.0) => 
/lib/x86_64-kfreebsd-gnu/libgcc_s.so.1
                libgcc_s.so.1 (GCC_3.0) => 
/lib/x86_64-kfreebsd-gnu/libgcc_s.so.1
                libgcc_s.so.1 (GCC_3.3) => 
/lib/x86_64-kfreebsd-gnu/libgcc_s.so.1
                libgcc_s.so.1 (GCC_4.3.0) => 
/lib/x86_64-kfreebsd-gnu/libgcc_s.so.1
                libm.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libm.so.1
                libquadmath.so.0 (QUADMATH_1.0) => 
/usr/lib/x86_64-kfreebsd-gnu/libquadmath.so.0
                libc.so.0.1 (GLIBC_2.6) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.7) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.17) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libm.so.1:
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libquadmath.so.0:
                libm.so.1 (GLIBC_2.23) => /lib/x86_64-kfreebsd-gnu/libm.so.1
                libm.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libm.so.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.10) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libc.so.0.1:
                ld-kfreebsd-x86-64.so.1 (GLIBC_2.3) => 
/lib/ld-kfreebsd-x86-64.so.1
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
        /lib/x86_64-kfreebsd-gnu/libgcc_s.so.1:
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libpthread.so.0:
                ld-kfreebsd-x86-64.so.1 (GLIBC_2.3) => 
/lib/ld-kfreebsd-x86-64.so.1
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.21) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libdl.so.2:
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7:
                libdl.so.2 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libdl.so.2
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1

===========ldd --verbose 
/usr/lib/x86_64-kfreebsd-gnu/libmpi_mpifh.so.20===========
        libmpi.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libmpi.so.20 
(0x00000008014a5000)
        libopen-pal.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20 
(0x000000080179b000)
        librt.so.1 => /lib/x86_64-kfreebsd-gnu/librt.so.1 (0x0000000801a51000)
        libm.so.1 => /lib/x86_64-kfreebsd-gnu/libm.so.1 (0x0000000801c58000)
        libutil.so.1 => /lib/x86_64-kfreebsd-gnu/libutil.so.1 
(0x0000000801eec000)
        libhwloc.so.5 => /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5 
(0x00000008020f1000)
        libpthread.so.0 => /lib/x86_64-kfreebsd-gnu/libpthread.so.0 
(0x000000080231e000)
        libc.so.0.1 => /lib/x86_64-kfreebsd-gnu/libc.so.0.1 (0x0000000802536000)
        libdl.so.2 => /lib/x86_64-kfreebsd-gnu/libdl.so.2 (0x0000000802898000)
        libopen-rte.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-rte.so.20 
(0x0000000802bcf000)
        libltdl.so.7 => /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7 
(0x0000000802e59000)
        /lib/ld-kfreebsd-x86-64.so.1 (0x0000000001021000)

        Version information:
        /usr/lib/x86_64-kfreebsd-gnu/libmpi_mpifh.so.20:
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libmpi.so.20:
                libm.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libm.so.1
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20:
                libutil.so.1 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libutil.so.1
                libdl.so.2 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libdl.so.2
                librt.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/librt.so.1
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.15) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.7) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/librt.so.1:
                libpthread.so.0 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libm.so.1:
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libutil.so.1:
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5:
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libpthread.so.0:
                ld-kfreebsd-x86-64.so.1 (GLIBC_2.3) => 
/lib/ld-kfreebsd-x86-64.so.1
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.21) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libc.so.0.1:
                ld-kfreebsd-x86-64.so.1 (GLIBC_2.3) => 
/lib/ld-kfreebsd-x86-64.so.1
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
        /lib/x86_64-kfreebsd-gnu/libdl.so.2:
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libopen-rte.so.20:
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.15) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7:
                libdl.so.2 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libdl.so.2
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1

===========ldd --verbose /usr/lib/x86_64-kfreebsd-gnu/libmpi.so.20===========
        libdl.so.2 => /lib/x86_64-kfreebsd-gnu/libdl.so.2 (0x0000000801544000)
        libopen-rte.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-rte.so.20 
(0x00000008017cf000)
        libopen-pal.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20 
(0x0000000801a59000)
        librt.so.1 => /lib/x86_64-kfreebsd-gnu/librt.so.1 (0x0000000801d0f000)
        libm.so.1 => /lib/x86_64-kfreebsd-gnu/libm.so.1 (0x0000000801f16000)
        libutil.so.1 => /lib/x86_64-kfreebsd-gnu/libutil.so.1 
(0x00000008021aa000)
        libhwloc.so.5 => /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5 
(0x00000008023ad000)
        libpthread.so.0 => /lib/x86_64-kfreebsd-gnu/libpthread.so.0 
(0x00000008025da000)
        libc.so.0.1 => /lib/x86_64-kfreebsd-gnu/libc.so.0.1 (0x00000008027f2000)
        /lib/ld-kfreebsd-x86-64.so.1 (0x0000000001021000)
        libltdl.so.7 => /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7 
(0x0000000802b54000)

        Version information:
        /usr/lib/x86_64-kfreebsd-gnu/libmpi.so.20:
                libm.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libm.so.1
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libdl.so.2:
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libopen-rte.so.20:
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.15) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20:
                libutil.so.1 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libutil.so.1
                libdl.so.2 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libdl.so.2
                librt.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/librt.so.1
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.15) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.7) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/librt.so.1:
                libpthread.so.0 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libm.so.1:
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libutil.so.1:
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5:
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libpthread.so.0:
                ld-kfreebsd-x86-64.so.1 (GLIBC_2.3) => 
/lib/ld-kfreebsd-x86-64.so.1
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.21) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libc.so.0.1:
                ld-kfreebsd-x86-64.so.1 (GLIBC_2.3) => 
/lib/ld-kfreebsd-x86-64.so.1
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
        /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7:
                libdl.so.2 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libdl.so.2
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1

===========ldd --verbose 
/usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20===========
        libdl.so.2 => /lib/x86_64-kfreebsd-gnu/libdl.so.2 (0x0000000801504000)
        librt.so.1 => /lib/x86_64-kfreebsd-gnu/librt.so.1 (0x0000000801708000)
        libm.so.1 => /lib/x86_64-kfreebsd-gnu/libm.so.1 (0x000000080190f000)
        libutil.so.1 => /lib/x86_64-kfreebsd-gnu/libutil.so.1 
(0x0000000801ba3000)
        libhwloc.so.5 => /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5 
(0x0000000801da6000)
        libpthread.so.0 => /lib/x86_64-kfreebsd-gnu/libpthread.so.0 
(0x0000000801fd5000)
        libc.so.0.1 => /lib/x86_64-kfreebsd-gnu/libc.so.0.1 (0x00000008021ed000)
        /lib/ld-kfreebsd-x86-64.so.1 (0x0000000001021000)
        libltdl.so.7 => /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7 
(0x000000080254f000)

        Version information:
        /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20:
                libutil.so.1 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libutil.so.1
                libdl.so.2 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libdl.so.2
                librt.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/librt.so.1
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.15) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.7) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libdl.so.2:
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/librt.so.1:
                libpthread.so.0 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libm.so.1:
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libutil.so.1:
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5:
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libpthread.so.0:
                ld-kfreebsd-x86-64.so.1 (GLIBC_2.3) => 
/lib/ld-kfreebsd-x86-64.so.1
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.21) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libc.so.0.1:
                ld-kfreebsd-x86-64.so.1 (GLIBC_2.3) => 
/lib/ld-kfreebsd-x86-64.so.1
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
        /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7:
                libdl.so.2 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libdl.so.2
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1

===========ldd --verbose 
/usr/lib/x86_64-kfreebsd-gnu/libopen-rte.so.20===========
        libopen-pal.so.20 => /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20 
(0x0000000801659000)
        librt.so.1 => /lib/x86_64-kfreebsd-gnu/librt.so.1 (0x000000080190f000)
        libm.so.1 => /lib/x86_64-kfreebsd-gnu/libm.so.1 (0x0000000801b16000)
        libutil.so.1 => /lib/x86_64-kfreebsd-gnu/libutil.so.1 
(0x0000000801daa000)
        libhwloc.so.5 => /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5 
(0x0000000801fad000)
        libpthread.so.0 => /lib/x86_64-kfreebsd-gnu/libpthread.so.0 
(0x00000008021da000)
        libc.so.0.1 => /lib/x86_64-kfreebsd-gnu/libc.so.0.1 (0x00000008023f2000)
        libdl.so.2 => /lib/x86_64-kfreebsd-gnu/libdl.so.2 (0x0000000802754000)
        libltdl.so.7 => /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7 
(0x0000000802958000)
        /lib/ld-kfreebsd-x86-64.so.1 (0x0000000001021000)

        Version information:
        /usr/lib/x86_64-kfreebsd-gnu/libopen-rte.so.20:
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.15) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libopen-pal.so.20:
                libutil.so.1 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libutil.so.1
                libdl.so.2 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libdl.so.2
                librt.so.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/librt.so.1
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.8) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.15) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.7) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/librt.so.1:
                libpthread.so.0 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3) => 
/lib/x86_64-kfreebsd-gnu/libpthread.so.0
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libm.so.1:
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libutil.so.1:
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libhwloc.so.5:
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libpthread.so.0:
                ld-kfreebsd-x86-64.so.1 (GLIBC_2.3) => 
/lib/ld-kfreebsd-x86-64.so.1
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.21) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3.2) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libc.so.0.1:
                ld-kfreebsd-x86-64.so.1 (GLIBC_2.3) => 
/lib/ld-kfreebsd-x86-64.so.1
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
        /lib/x86_64-kfreebsd-gnu/libdl.so.2:
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7:
                libdl.so.2 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libdl.so.2
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1

===========ldd --verbose /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7===========
        libdl.so.2 => /lib/x86_64-kfreebsd-gnu/libdl.so.2 (0x0000000801458000)
        libc.so.0.1 => /lib/x86_64-kfreebsd-gnu/libc.so.0.1 (0x000000080165c000)
        /lib/ld-kfreebsd-x86-64.so.1 (0x0000000001021000)

        Version information:
        /usr/lib/x86_64-kfreebsd-gnu/libltdl.so.7:
                libdl.so.2 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libdl.so.2
                libc.so.0.1 (GLIBC_2.3.4) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.14) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.4) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libdl.so.2:
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1
                libc.so.0.1 (GLIBC_PRIVATE) => 
/lib/x86_64-kfreebsd-gnu/libc.so.0.1
                libc.so.0.1 (GLIBC_2.3) => /lib/x86_64-kfreebsd-gnu/libc.so.0.1
        /lib/x86_64-kfreebsd-gnu/libc.so.0.1:
                ld-kfreebsd-x86-64.so.1 (GLIBC_2.3) => 
/lib/ld-kfreebsd-x86-64.so.1
                ld-kfreebsd-x86-64.so.1 (GLIBC_PRIVATE) => 
/lib/ld-kfreebsd-x86-64.so.1

----------------------------------------------------------------------

Reply via email to