open-mpi / ompi

Open MPI main development repository
https://www.open-mpi.org
Other
2.12k stars 858 forks source link

OpenMPI OSHMEM 4.0.2 missing some pshmem functions #7381

Open lriesen opened 4 years ago

lriesen commented 4 years ago

Our performance profiling tool intercepts application SHMEM functions, does some work, and then calls the related pshmem function in the OSHMEM library. OSHMEM is missing pshmem_info_get_version and pshmem_info_get_name. I know it seems pointless to include these 2 functions when doing performance profiling, but much of our tool is auto-generated, and the fact that there are no "p" versions of these requires us to make a special case in the code for OSHMEM applications.

yosefe commented 4 years ago

adding @jladd-mlnx