Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: mpich-ofi_4_1_2-gnu-hpc-devel | Distribution: SUSE Linux Enterprise 15 |
Version: 4.1.2 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150600.1.3 | Build date: Thu May 9 16:50:19 2024 |
Group: Development/Libraries/Parallel | Build host: h01-ch3b |
Size: 2232591 | Source RPM: mpich-ofi_4_1_2-gnu-hpc-4.1.2-150600.1.3.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://www.mpich.org/ | |
Summary: SDK for MPICH HPC version 4.1.2 |
MPICH is a freely available, portable implementation of MPI, the Standard for message-passing libraries. This package contains manpages, headers and libraries needed for developing MPI applications. This RPM contains all the wrappers necessary to compile, link, and run Open MPI jobs.
MIT
* Tue Jul 25 2023 nicolas.morey@suse.com - Update to 4.1.2 - Update UCX module to includes fixes for building with GCC 13 - Update libfabric module to 1.18.0 with additional fixes for building with recent versions of LLVM/Clang - Fix compiler wrapper scripts to be compatible with CUDA memory hooks - Fix MPIX_WAITALL_ENQUEUE to make a copy of the input request array - Fix bug in MPI_ALLREDUCE that could result in ranks receiving different floating point values - Fix potential deadlock when progressing RMA windows - Fix potential crash in MPI_REDUCE with non-zero root and MPI_IN_PLACE - Fix potential crash during probe with libfabric CXI provider - Fix MPI_PARRIVED when the partitioned request is inactive - Fix potential bug when an attribute delete callback deletes another attribute on the same object - Fix build issue in ROMIO Lustre driver - Improve Fortran 2008 binding support detection during configure - Report an error if collective tuning json file fails to open - Several fixes for testsuite programs and build configuration - Update embedded UCX module to 1.13.1. Fixes a build issue with binutils >= 2.39. - Update yaksa module. Support explicit NVCC setting by the user. Fixes a build issue when there is no libtool available in PATH. - Fix ch4:ucx initialization when configured with - -enable-ch4-vci-method=implicit. - Fix potential error handler leak during MPI_SESSION_FINALIZE - Fix value of MPI_UNDEFINED in mpif.h binding - Fix MPI_IALLTOALLW with MPI_IN_PLACE - Fix send attribute handling in IPC path - Fix a bug in persistent MPI_ALLGATHER - Fix tests for use with non-MPICH libraries - Add missing MPI_T_ERR_NOT_ACCESSIBLE error code - Fix manpages for MPIX functions - Thread-cs in ch4 changed to per-vci. - Testsuite (test/mpi) is configured separately from mpich configure. - Added options in autogen to accelerate CI builds, including using pre-built sub-modules. Added -yaksa-depth option to generate shallower yaksa pup code for faster build and smaller binaries. - Support singleton init using hydra. - Generate mpi.mod Fortran interfaces using Python 3. For many compilers, including gfortran, flags such as -fallow-mismatched-args is no longer necessary. - Fixed message queue debugger interface in ch4. - PMI (src/pmi) is refactored as a subdir and can be separately distributed. - Added MPIX_Comm_get_failed. - Experimental MPIX stream API to enable explicit thread contexts. - Experimental MPIX gpu enqueue API. It currently only supports CUDA streams. - Delays GPU resource allocation in yaksa. - CH3 nemesis ofi netmod is removed. - New collective algorithms. All collective algorithms are listed in src/mpi/coll/coll_algorithms.txt - Removed hydra2. We will port unique features of hydra2, including tree-launching, to hydra in the future release. - Added in-repository wiki documentation. - Added stream workq to support optimizations for enqueue operations. - Better support for large count APIs by eliminating type conversion issues. - Hydra now uses libpmi (src/pmi) for handling PMI messages. - Many bug fixes and enhancements. - Refresh autogen-only-deal-with-json-yaksa-if-enabled.patch * Tue Oct 25 2022 nmoreychaisemartin@suse.com - Revert use of internal PMIx and hwloc library - Using external libraries disables the build of all process managers * Mon Oct 17 2022 nmoreychaisemartin@suse.com - Disable valgrind on ppc64 to fix build dependency issues. - Add _constraints to fix compilation running out of disk space. * Thu Sep 29 2022 nmoreychaisemartin@suse.com - Update to 4.0.2 - Fix support for dynamic process functionality with PMI2 clients - Fix non-zero appnum bug in PMI2 server in Hydra - Fix MPI_Op support for types created with MPI_Type_create_f90_xxx - Fix Level Zero properties initialization in MPL. - Use standard names for CPU affinity functions with POSIX threads. - Add elemental to eq/neq operators in Fortran 2008 binding * Wed Jul 06 2022 nmoreychaisemartin@suse.com - Switch to external hwloc, and PMIx - On 32b systems, use ofi instead of verbs flavor by default * Mon Mar 07 2022 nmoreychaisemartin@suse.com - Update to mpich 4.0.1 (bsc#1194369) - All MPI-4 APIs have been implemented. Major MPI-4 features include MPI sessions, partitioned point-to-point communications, events in the MPI tool information interface, large-count functions, persistent collectives, MPI_Comm_idup_with_info, MPI_Isendrecv and MPI_Isendrecv_replace, MPI_Info_get_string, MPI_Comm_split_type with new split_type -- MPI_COMM_TYPE_HW_GUIDED and MPI_COMM_TYPE_HW_UNGUIDED. - Add MPIX_Delete_error_{class,code,string}. - MPI_Info objects can be accessed before MPI_Init{_thread}. - Drop support for UCX version < 1.7.0. - Multi-NIC support in ch4:ofi. - Extend IPC to support non-contig datatypes. - Many bug fixes and code clean-ups. - Drop 0001-Drop-real128.patch as it was fixed upstream - Refresh autogen-only-deal-with-json-yaksa-if-enabled.patch against latest sources * Wed Jan 12 2022 nmoreychaisemartin@suse.com - Update to mpich 3.4.3 - Fix nemesis shm bug on systems with weak memory consistency - Fix progress issue in ch4:ucx finalize - Fix nonblocking collective issue during finalize - Fix predefined datatype handle leaks - Fix bug in topology-aware communicator creation - Fix Slurm nodelist parsing - Hydra help message improvements * Tue Oct 19 2021 nmoreychaisemartin@suse.com - Move rpm macros to %_rpmmacrodir (bsc#1191385) * Tue Aug 24 2021 nmoreychaisemartin@suse.com - Update to mpich 3.4.2 - Update embedded hwloc to version 2.4.1. Fixes a build issue on systems with OpenCL. - Fix additional bugs in GPU-aware nonblocking op collectives - Fix support for GNI provider in ch4:ofi netmod - Fix bug in dynamic window memory registration with ch4:ofi netmod - Fix bug in persistent pt2pt when used with MPI_PROC_NULL - Fix bug in hydra nameserver when freeing published entries - Fix bugs in XPMEM support - Fix bug in MPI_Comm_spawn_multiple where non-root args were not ignored * Sun Jun 13 2021 suse-beta@cboltz.de - don't own /usr/share/doc (owned by "filesystem") to avoid conflict on install * Tue Mar 30 2021 nmoreychaisemartin@suse.com - Update to mpich 3.4.1 - ch4 replaces ch3 as the default device configuration. If no network module is specified at configuration-time, MPICH will search the user environment in order to select one to build. The user will be prompted to choose if no preferred network library is dectected. - Add support for XPMEM. - Add support for multiple virtual communication interfaces for more efficient MPI_THREAD_MULTIPLE (experimental). - Add support for Arm compiler toolchain - Add support for flang/f18 Fortran compiler - See CHANGES for the complete list of CHANGES - Changed MPI interface in mpich package - 64bit archs use ch4:ucx - 32bit archs use ch3:nemesis (verbs) - Drop patches merged upstream: - ch3-fix-improper-error-handling-from-MPL_get_sockaddr.patch - opmi-fix-a-wrong-condition-checking-return-of-MPL_get_sockaddr.patch - Add patches to make sure built is used with the proper system libraries and not the embedded ones: - autogen-only-deal-with-json-yaksa-if-enabled.patch - autoconf-pull-dynamic-and-not-static-libs-from-pkg-config.patch - Refresh 0001-Drop-real128.patch against latest sources * Sun Nov 29 2020 eich@suse.com - HPC: Fix environment module settings for MANPATH. * Sat Jul 25 2020 eich@suse.com - For HPC builds check for gnu compiler suite version >= 10 and set -fallow-argument-mismatch. * Thu Jul 23 2020 eich@suse.com - Add build support for gcc8/9/10 to HPC build (bsc#1174439). * Tue Jun 09 2020 nmoreychaisemartin@suse.com - Fix compilation with GCC10 by adding -fallow-argument-mismatch to FFLAGS * Tue Apr 14 2020 nmoreychaisemartin@suse.com - Add ch3-fix-improper-error-handling-from-MPL_get_sockaddr.patch and pmi-fix-a-wrong-condition-checking-return-of-MPL_get_sockaddr.patch to fix crash when using getsockaddr (bsc#1168092) * Thu Nov 28 2019 nmoreychaisemartin@suse.com - Update to mpich 3.3.2 (jsc#SLE-8574) - See CHANGES for a list of changes * Thu Sep 26 2019 nmoreychaisemartin@suse.com - Update to mpich 3.3.1 (jsc#SLE-8574) - See CHANGES for a list of changes - Drop 0001-Drop-GCC-check.patch as it was picked upstream - Add 0001-Drop-real128.patch to fix a compilation error on armv7 * Thu Sep 26 2019 nmoreychaisemartin@suse.com - Fix LTO support in archive file * Fri May 03 2019 nmoreychaisemartin@suse.com - Update to mpich 3.3 - See CHANGES for a list of changes * Thu Mar 21 2019 aguerrero@suse.com - Add patch to remove obsolete GCC check (bnc#1129421). It also patches autogen.sh to get the autotools working in SLE12SP4. * 0001-Drop-GCC-check.patch - Force to re-run autotools to generate properly the files after patching src/binding/cxx/buildiface * Sun Nov 18 2018 eich@suse.com - Add macro _hpc_mpich_modules for modules support (bsc#1116458). * Mon Sep 10 2018 nmoreychaisemartin@suse.com - Remove bashism in postun scriptlet * Wed Sep 05 2018 nmoreychaisemartin@suse.com - Fix handling of mpi-selector during updates (bsc#1098653) * Sun Aug 19 2018 eich@suse.com - macros.hpc-mpich: replace %%compiler_family by %%hpc_compiler_family * Sun Apr 22 2018 eich@suse.com - Remove 'BuildRequires: Modules' for HPC builds: it conflicts with lmod (boo#1089970). * Fri Feb 09 2018 cgoll@suse.com - Fix summary in module files (bnc#1080259) * Tue Jan 30 2018 eich@suse.com - Use macro in mpivars.(c)sh to be independent of changes to the module setup for the compiler (boo#1078364). * Fri Jan 19 2018 nmoreychaisemartin@suse.com - Update to mpich 3.2.1 - Bug fixes - No release notes available * Fri Jan 05 2018 eich@suse.com - Add gcc7 as additional compiler flavor for HPC on SLES. - Fix library package requires - use HPC macro (boo#1074890). - Fix mpich HPC installation path in spec file. - Fix hpc macros: add %mpich_requires. * Thu Oct 26 2017 nmoreychaisemartin@suse.com - Add HPC specific build targets using environment modules (Fate#323977). * Tue Sep 12 2017 nmoreychaisemartin@suse.com - Drop unnecessary dependency to xorg-x11-devel * Thu Jul 13 2017 nmoreychaisemartin@suse.com - Add LD_LIBRARY_PATH to mpivars.sh and mpivars.csh * Thu Jul 13 2017 nmoreychaisemartin@suse.com - Disable rpath in pkgconfig files * Wed Jul 05 2017 nmoreychaisemartin@suse.com - Register mpich package to mpi-selector - Remove redondant configure options already passed by %configure * Mon Jul 03 2017 nmoreychaisemartin@suse.com - Fix compilation for aarch64 - Build multiple flavour of mpich (psm, psm2, tessuite) - Update to mpich 3.2 * see CHANGES file for all details, some pertinent changes are: - Added support for MPI-3.1 features including nonblocking collective I/O, address manipulation routines, thread-safety for MPI initialization, pre-init functionality, and new MPI_T routines to look up variables by name. - Fortran 2008 bindings are enabled by default and fully supported. - Completely revamped RMA infrastructure including several scalability improvements, performance improvements, and bug fixes. - Added experimental support for Open Fabrics Interfaces (OFI) version 1.0.0. https://github.com/ofiwg/libfabric (thanks to Intel for code contribution) * Thu Jan 08 2015 kkhere.geo@gmail.com - Update to 3.1.3 * see CHANGES file for all details, some pertinent changes are: - [3.1.2] MPI-3 support for Blue Gene/Q and ppc64le support. - [3.1.2] Fixes and testcases for Fortran 2008 bindings. - [3.1.1] Removal of the mpd process manager. - [3.1] MPICH now supports operations on very large datatypes (those that describe more than 32 bits of data).
/usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/include /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/include/mpi.h /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/include/mpi.mod /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/include/mpi_base.mod /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/include/mpi_constants.mod /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/include/mpi_proto.h /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/include/mpi_sizeofs.mod /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/include/mpicxx.h /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/include/mpif.h /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/include/mpio.h /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/include/mpiof.h /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/lib64/libfmpich.so /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/lib64/libmpi.so /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/lib64/libmpich.so /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/lib64/libmpichcxx.so /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/lib64/libmpichf90.so /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/lib64/libmpicxx.so /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/lib64/libmpifort.so /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/lib64/libmpl.so /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/lib64/libopa.so /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/lib64/pkgconfig /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/lib64/pkgconfig/mpich.pc /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Allreduce_enqueue.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Comm_agree.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Comm_failure_ack.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Comm_failure_get_acked.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Comm_get_failed.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Comm_get_stream.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Comm_revoke.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Comm_shrink.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Delete_error_class.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Delete_error_code.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Delete_error_string.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_GPU_query_support.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Grequest_class_allocate.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Grequest_class_create.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Grequest_start.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Info_set_hex.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Irecv_enqueue.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Isend_enqueue.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Query_cuda_support.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Query_hip_support.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Query_ze_support.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Recv_enqueue.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Send_enqueue.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Start_progress_thread.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Stop_progress_thread.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Stream_comm_create.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Stream_comm_create_multiplex.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Stream_create.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Stream_free.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Stream_irecv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Stream_isend.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Stream_progress.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Stream_recv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Stream_send.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Type_iov.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Type_iov_len.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Wait_enqueue.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPIX_Waitall_enqueue.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_2DOUBLE_PRECISION.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_2INT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_2INTEGER.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_2REAL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_AINT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ANY_SOURCE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ANY_TAG.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_APPNUM.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ARGVS_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ARGV_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Abort.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Accumulate.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Add_error_class.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Add_error_code.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Add_error_string.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Address.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Aint.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Aint_add.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Aint_diff.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Allgather.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Allgather_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Allgatherv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Allgatherv_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Alloc_mem.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Allreduce.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Allreduce_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Alltoall.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Alltoall_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Alltoallv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Alltoallv_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Alltoallw.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Alltoallw_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Attr_delete.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Attr_get.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Attr_put.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_BAND.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_BOR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_BOTTOM.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_BSEND_OVERHEAD.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_BXOR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_BYTE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Barrier.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Barrier_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Bcast.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Bcast_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Bsend.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Bsend_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Buffer_attach.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Buffer_detach.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_CART.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_CHAR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_CONTIGUOUS.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_DARRAY.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_DUP.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_F90_COMPLEX.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_F90_INTEGER.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_F90_REAL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_HINDEXED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_HINDEXED_BLOCK.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_HINDEXED_INTEGER.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_HVECTOR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_HVECTOR_INTEGER.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_INDEXED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_INDEXED_BLOCK.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_NAMED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_RESIZED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_STRUCT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_STRUCT_INTEGER.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_SUBARRAY.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMBINER_VECTOR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMM_DUP_FN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMM_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMM_NULL_COPY_FN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMM_NULL_DELETE_FN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMM_SELF.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMM_TYPE_SHARED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMM_WORLD.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMPLEX.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMPLEX16.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMPLEX32.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COMPLEX8.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_CONGRUENT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_COUNT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_C_BOOL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_C_COMPLEX.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_C_DOUBLE_COMPLEX.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_C_FLOAT_COMPLEX.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_C_LONG_DOUBLE_COMPLEX.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Cancel.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Cart_coords.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Cart_create.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Cart_get.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Cart_map.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Cart_rank.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Cart_shift.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Cart_sub.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Cartdim_get.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Close_port.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_accept.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_call_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_compare.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_connect.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_create.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_create_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_create_from_group.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_create_group.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_create_keyval.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_delete_attr.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_disconnect.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_dup.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_dup_with_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_free.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_free_keyval.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_get_attr.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_get_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_get_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_get_name.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_get_parent.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_group.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_idup.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_idup_with_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_join.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_rank.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_remote_group.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_remote_size.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_set_attr.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_set_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_set_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_set_name.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_size.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_spawn.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_spawn_multiple.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_split.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_split_type.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Comm_test_inter.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Compare_and_swap.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Copy_function.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Count.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_DATATYPE_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_DISPLACEMENT_CURRENT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_DISTRIBUTE_BLOCK.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_DISTRIBUTE_CYCLIC.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_DISTRIBUTE_DFLT_DARG.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_DISTRIBUTE_NONE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_DIST_GRAPH.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_DOUBLE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_DOUBLE_COMPLEX.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_DOUBLE_INT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_DOUBLE_PRECISION.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_DUP_FN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Delete_function.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Dims_create.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Dist_graph_create.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Dist_graph_create_adjacent.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Dist_graph_neighbors.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Dist_graph_neighbors_count.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERRCODES_IGNORE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERRHANDLER_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERROR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERRORS_ABORT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERRORS_ARE_FATAL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERRORS_RETURN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_ACCESS.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_AMODE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_ARG.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_ASSERT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_BAD_FILE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_BASE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_BUFFER.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_COMM.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_CONVERSION.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_COUNT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_DIMS.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_DISP.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_DUP_DATAREP.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_FILE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_FILE_EXISTS.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_FILE_IN_USE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_GROUP.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_INFO.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_INFO_KEY.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_INFO_NOKEY.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_INFO_VALUE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_INTERN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_IN_STATUS.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_IO.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_KEYVAL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_LASTCODE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_LOCKTYPE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_NAME.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_NOT_SAME.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_NO_MEM.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_NO_SPACE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_NO_SUCH_FILE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_OP.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_OTHER.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_PENDING.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_PORT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_QUOTA.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_RANK.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_READ_ONLY.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_REQUEST.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_RMA_ATTACH.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_RMA_CONFLICT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_RMA_FLAVOR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_RMA_RANGE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_RMA_SHARED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_RMA_SYNC.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_ROOT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_SERVICE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_SIZE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_SPAWN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_TAG.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_TOPOLOGY.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_TRUNCATE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_TYPE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_UNKNOWN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_UNSUPPORTED_DATAREP.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_UNSUPPORTED_OPERATION.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ERR_WIN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Errhandler_create.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Errhandler_free.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Errhandler_get.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Errhandler_set.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Error_class.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Error_string.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Exscan.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Exscan_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_FILE_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_FLOAT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_FLOAT_INT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Fetch_and_op.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_c2f.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_call_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_close.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_create_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_delete.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_f2c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_get_amode.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_get_atomicity.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_get_byte_offset.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_get_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_get_group.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_get_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_get_position.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_get_position_shared.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_get_size.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_get_type_extent.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_get_type_extent_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_get_view.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iread.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iread_all.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iread_all_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iread_at.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iread_at_all.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iread_at_all_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iread_at_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iread_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iread_shared.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iread_shared_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iwrite.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iwrite_all.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iwrite_all_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iwrite_at.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iwrite_at_all.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iwrite_at_all_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iwrite_at_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iwrite_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iwrite_shared.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_iwrite_shared_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_open.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_preallocate.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_all.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_all_begin.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_all_begin_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_all_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_all_end.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_at.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_at_all.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_at_all_begin.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_at_all_begin_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_at_all_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_at_all_end.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_at_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_ordered.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_ordered_begin.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_ordered_begin_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_ordered_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_ordered_end.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_shared.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_read_shared_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_seek.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_seek_shared.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_set_atomicity.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_set_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_set_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_set_size.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_set_view.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_sync.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_all.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_all_begin.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_all_begin_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_all_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_all_end.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_at.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_at_all.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_at_all_begin.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_at_all_begin_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_at_all_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_at_all_end.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_at_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_ordered.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_ordered_begin.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_ordered_begin_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_ordered_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_ordered_end.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_shared.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_File_write_shared_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Finalized.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Free_mem.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_GRAPH.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_GROUP_EMPTY.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_GROUP_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Gather.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Gather_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Gatherv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Gatherv_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Get.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Get_accumulate.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Get_address.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Get_count.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Get_elements.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Get_elements_x.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Get_library_version.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Get_processor_name.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Get_version.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Graph_create.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Graph_get.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Graph_map.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Graph_neighbors.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Graph_neighbors_count.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Graphdims_get.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Grequest_complete.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Grequest_start.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Group_compare.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Group_difference.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Group_excl.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Group_free.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Group_from_session_pset.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Group_incl.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Group_intersection.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Group_range_excl.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Group_range_incl.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Group_rank.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Group_size.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Group_translate_ranks.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Group_union.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_HOST.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Handler_function.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_IDENT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_INFO_ENV.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_INFO_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_INT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_INT16_T.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_INT32_T.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_INT64_T.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_INT8_T.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_INTEGER.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_INTEGER1.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_INTEGER16.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_INTEGER2.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_INTEGER4.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_INTEGER8.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_IN_PLACE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_IO.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Iallgather.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Iallgatherv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Iallreduce.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ialltoall.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ialltoallv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ialltoallw.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ibarrier.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ibcast.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ibsend.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Iexscan.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Igather.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Igatherv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Improbe.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Imrecv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ineighbor_allgather.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ineighbor_allgatherv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ineighbor_alltoall.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ineighbor_alltoallv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ineighbor_alltoallw.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Info_create.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Info_create_env.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Info_delete.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Info_dup.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Info_free.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Info_get.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Info_get_nkeys.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Info_get_nthkey.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Info_get_string.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Info_get_valuelen.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Info_set.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Initialized.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Intercomm_create.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Intercomm_create_from_groups.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Intercomm_merge.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Iprobe.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Irecv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ireduce.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ireduce_scatter.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ireduce_scatter_block.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Irsend.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Is_thread_main.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Iscan.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Iscatter.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Iscatterv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Isend.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Isendrecv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Isendrecv_replace.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Issend.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_KEYVAL_INVALID.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Keyval_create.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Keyval_free.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_LAND.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_LASTUSEDCODE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_LB.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_LOCK_EXCLUSIVE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_LOCK_SHARED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_LOGICAL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_LONG.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_LONG_DOUBLE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_LONG_DOUBLE_INT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_LONG_INT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_LONG_LONG.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_LONG_LONG_INT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_LOR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_LXOR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Lookup_name.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MAX.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MAXLOC.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MAX_ERROR_STRING.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MAX_INFO_KEY.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MAX_INFO_VAL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MAX_LIBRARY_VERSION_STRING.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MAX_OBJECT_NAME.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MAX_PORT_NAME.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MAX_PROCESSOR_NAME.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MESSAGE_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MIN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MINLOC.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MODE_APPEND.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MODE_CREATE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MODE_DELETE_ON_CLOSE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MODE_EXCL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MODE_NOCHECK.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MODE_NOPRECEDE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MODE_NOPUT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MODE_NOSTORE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MODE_NOSUCCEED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MODE_RDONLY.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MODE_RDWR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MODE_SEQUENTIAL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MODE_UNIQUE_OPEN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_MODE_WRONLY.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Mprobe.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Mrecv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_NO_OP.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_NULL_COPY_FN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_NULL_DELETE_FN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Neighbor_allgather.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Neighbor_allgather_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Neighbor_allgatherv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Neighbor_allgatherv_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Neighbor_alltoall.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Neighbor_alltoall_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Neighbor_alltoallv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Neighbor_alltoallv_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Neighbor_alltoallw.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Neighbor_alltoallw_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_OFFSET.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_OP_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ORDER_C.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_ORDER_FORTRAN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Offset.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Op_commutative.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Op_create.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Op_free.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Open_port.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_PACKED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_PROC_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_PROD.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Pack.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Pack_external.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Pack_external_size.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Pack_size.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Parrived.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Pcontrol.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Pready.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Pready_list.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Pready_range.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Precv_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Probe.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Psend_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Publish_name.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Put.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Query_thread.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_REAL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_REAL16.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_REAL4.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_REAL8.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_REPLACE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_REQUEST_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Raccumulate.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Recv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Recv_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Reduce.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Reduce_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Reduce_local.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Reduce_scatter.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Reduce_scatter_block.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Reduce_scatter_block_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Reduce_scatter_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Register_datarep.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Register_datarep_c.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Request_free.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Request_get_status.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Rget.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Rget_accumulate.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Rput.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Rsend.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Rsend_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_SEEK_CUR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_SEEK_END.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_SEEK_SET.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_SHORT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_SHORT_INT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_SIGNED_CHAR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_SIMILAR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_SOURCE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_STATUSES_IGNORE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_STATUS_IGNORE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_SUBVERSION.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_SUCCESS.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_SUM.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Scan.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Scan_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Scatter.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Scatter_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Scatterv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Scatterv_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Send.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Send_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Sendrecv.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Sendrecv_replace.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Session_call_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Session_create_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Session_finalize.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Session_get_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Session_get_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Session_get_nth_pset.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Session_get_num_psets.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Session_get_pset_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Session_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Session_set_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ssend.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Ssend_init.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Start.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Startall.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Status_set_cancelled.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Status_set_elements.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Status_set_elements_x.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_TAG.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_TAG_UB.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_THREAD_FUNNELED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_THREAD_MULTIPLE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_THREAD_SERIALIZED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_THREAD_SINGLE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_TYPECLASS_COMPLEX.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_TYPECLASS_INTEGER.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_TYPECLASS_REAL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_TYPE_DUP_FN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_TYPE_NULL_COPY_FN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_TYPE_NULL_DELETE_FN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_BIND_MPI_COMM.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_BIND_MPI_DATATYPE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_BIND_MPI_ERRHANDLER.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_BIND_MPI_FILE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_BIND_MPI_GROUP.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_BIND_MPI_INFO.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_BIND_MPI_MESSAGE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_BIND_MPI_OP.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_BIND_MPI_REQUEST.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_BIND_MPI_WIN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_BIND_NO_OBJECT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_CVAR_HANDLE_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ENUM_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ERR_CANNOT_INIT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ERR_CVAR_SET_NEVER.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ERR_CVAR_SET_NOT_NOW.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ERR_INVALID.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ERR_INVALID_HANDLE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ERR_INVALID_INDEX.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ERR_INVALID_NAME.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ERR_INVALID_SESSION.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ERR_MEMORY.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ERR_NOT_INITIALIZED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ERR_OUT_OF_HANDLES.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ERR_OUT_OF_SESSIONS.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ERR_PVAR_NO_ATOMIC.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ERR_PVAR_NO_STARTSTOP.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_ERR_PVAR_NO_WRITE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_PVAR_CLASS_AGGREGATE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_PVAR_CLASS_COUNTER.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_PVAR_CLASS_GENERIC.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_PVAR_CLASS_HIGHWATERMARK.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_PVAR_CLASS_LEVEL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_PVAR_CLASS_LOWWATERMARK.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_PVAR_CLASS_PERCENTAGE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_PVAR_CLASS_SIZE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_PVAR_CLASS_STATE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_PVAR_CLASS_TIMER.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_PVAR_HANDLE_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_PVAR_SESSION_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_SCOPE_ALL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_SCOPE_ALL_EQ.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_SCOPE_CONSTANT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_SCOPE_GROUP.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_SCOPE_GROUP_EQ.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_SCOPE_LOCAL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_SCOPE_READONLY.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_VERBOSITY_MPIDEV_ALL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_VERBOSITY_MPIDEV_BASIC.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_VERBOSITY_MPIDEV_DETAIL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_VERBOSITY_TUNER_ALL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_VERBOSITY_TUNER_BASIC.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_VERBOSITY_TUNER_DETAIL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_VERBOSITY_USER_ALL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_VERBOSITY_USER_BASIC.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_VERBOSITY_USER_DETAIL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_category_changed.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_category_get_categories.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_category_get_cvars.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_category_get_events.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_category_get_index.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_category_get_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_category_get_num.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_category_get_num_events.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_category_get_pvars.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_cvar_get_index.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_cvar_get_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_cvar_get_num.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_cvar_handle_alloc.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_cvar_handle_free.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_cvar_read.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_cvar_write.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_enum_get_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_enum_get_item.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_event_callback_get_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_event_callback_set_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_event_copy.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_event_get_index.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_event_get_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_event_get_num.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_event_get_source.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_event_get_timestamp.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_event_handle_alloc.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_event_handle_free.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_event_handle_get_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_event_handle_set_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_event_read.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_event_register_callback.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_event_set_dropped_handler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_finalize.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_init_thread.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_pvar_get_index.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_pvar_get_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_pvar_get_num.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_pvar_handle_alloc.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_pvar_handle_free.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_pvar_read.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_pvar_readreset.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_pvar_reset.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_pvar_session_create.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_pvar_session_free.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_pvar_start.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_pvar_stop.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_pvar_write.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_source_get_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_source_get_num.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_T_source_get_timestamp.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Test.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Test_cancelled.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Testall.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Testany.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Testsome.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Topo_test.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_commit.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_contiguous.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_create_darray.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_create_hindexed.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_create_hindexed_block.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_create_hvector.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_create_indexed_block.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_create_keyval.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_create_resized.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_create_struct.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_create_subarray.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_delete_attr.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_dup.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_extent.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_free.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_free_keyval.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_get_attr.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_get_contents.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_get_envelope.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_get_extent.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_get_extent_x.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_get_name.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_get_true_extent.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_get_true_extent_x.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_hindexed.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_hvector.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_indexed.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_lb.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_match_size.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_set_attr.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_set_name.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_size.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_size_x.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_struct.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_ub.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Type_vector.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_UB.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_UINT16_T.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_UINT32_T.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_UINT64_T.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_UINT8_T.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_UNDEFINED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_UNDEFINED_RANK.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_UNEQUAL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_UNIVERSE_SIZE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_UNSIGNED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_UNSIGNED_CHAR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_UNSIGNED_LONG.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_UNSIGNED_LONG_LONG.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_UNSIGNED_SHORT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_UNWEIGHTED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Unpack.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Unpack_external.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Unpublish_name.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_User_function.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_VERSION.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WCHAR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WEIGHTS_EMPTY.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WIN_BASE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WIN_CREATE_FLAVOR.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WIN_DISP_UNIT.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WIN_DUP_FN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WIN_FLAVOR_ALLOCATE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WIN_FLAVOR_CREATE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WIN_FLAVOR_DYNAMIC.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WIN_FLAVOR_SHARED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WIN_MODEL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WIN_NULL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WIN_NULL_COPY_FN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WIN_NULL_DELETE_FN.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WIN_SEPARATE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WIN_SIZE.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WIN_UNIFIED.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_WTIME_IS_GLOBAL.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Wait.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Waitall.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Waitany.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Waitsome.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_allocate.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_allocate_shared.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_attach.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_call_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_complete.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_create.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_create_dynamic.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_create_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_create_keyval.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_delete_attr.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_detach.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_fence.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_flush.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_flush_all.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_flush_local.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_flush_local_all.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_free.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_free_keyval.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_get_attr.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_get_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_get_group.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_get_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_get_name.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_lock.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_lock_all.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_post.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_set_attr.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_set_errhandler.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_set_info.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_set_name.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_shared_query.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_start.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_sync.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_test.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_unlock.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_unlock_all.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Win_wait.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Wtick.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/MPI_Wtime.3 /usr/lib/hpc/gnu7/mpi/mpich-ofi/4.1.2/share/man/man3/mpiconsts.3
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:06:21 2024