Re: [OMPI devel] Help regarding Openmpi source code

2019-03-04 Thread Clement Foyer
Hi, The reason you cannot find it is because it actually is not define as such. The PMPI interface is defined as the profiling interface. The principle is you have the real symbol in your shared library that is PMPI_Send, with a weak alias being MPI_Send. So, if a third party want to intercept

[OMPI devel] Help regarding Openmpi source code

2019-03-04 Thread vishakha patil
Hi, Greetings for the day! I am a MTech(Computer) student of Savitribai Phule Pune University, Maharashtra, India. For my project purpose I have downloaded nightly snapshot tarball of openmpi v4.0.x series. It got build successfully. But while traversing the code (manually as well as using cscope