[OMPI devel] ABI Navigator for OpenMPI

2017-02-23 Thread Andrey Ponomarenko
Hello, I'd like to present a new project called "ABI Navigator" to search for binary symbols (functions, global data, etc.) in OpenMPI and other open-source libraries: https://abi-laboratory.pro/index.php?view=navigator The project allows to find out in which versions of the library some symbol

[OMPI devel] define a new ENV variable in etc/openmpi-mca-params.conf

2017-02-23 Thread Dahai Guo via devel
Hi, If I define a new ENV variable in etc/openmpi-mca-params.conf, what OMPI codes should I modify  in order for this parameter to be delivered to each rank? Thx,  D. G.___ devel mailing list devel@lists.open-mpi.org https://rfd.newmexicoconsortium.org/m

Re: [OMPI devel] Buiding error

2017-02-23 Thread Emin Nuriyev
Hi Jeff, Thanks a lot. I followed this document and built OpenMPI. On 23.02.2017 13:50, Jeff Squyres (jsquyres) wrote: Emin -- Have a look at the HACKING document in the top-level directory; it should explain the use of the GNU Autotools: https://github.com/open-mpi/ompi/blob/master/HA

Re: [OMPI devel] Minor typo in opal/class/opal_list.h

2017-02-23 Thread Clement FOYER
Thank you Gilles for your answer. Pull request #3023 added. Cheers, Clément FOYER On 02/23/2017 03:35 PM, gil...@rist.or.jp wrote: Thanks Clement, the best way is to make a pull request. your commit must contain a Signed-off-by: ... line in order to be considered for inclusion. and that can

Re: [OMPI devel] Minor typo in opal/class/opal_list.h

2017-02-23 Thread gilles
Thanks Clement, the best way is to make a pull request. your commit must contain a Signed-off-by: ... line in order to be considered for inclusion. and that can be achieved wirh git commit -s signing off a commit has some legal implications, so i encourage you to read the FAQ (and make sure you

[OMPI devel] Minor typo in opal/class/opal_list.h

2017-02-23 Thread Clement FOYER
Hi everyone, I found a typo in the comment for the opal_list_item_compare_fn_t typedef (opal/class/opal_list.h:877). It says the functions should return "11" instead of "-1" for a < b. Should I open a issue on the github, or is there already a thread where to add minor typo mistakes, or shoul

Re: [OMPI devel] Buiding error

2017-02-23 Thread Jeff Squyres (jsquyres)
Emin -- Have a look at the HACKING document in the top-level directory; it should explain the use of the GNU Autotools: https://github.com/open-mpi/ompi/blob/master/HACKING Post back here if that document does not address your questions. > On Feb 23, 2017, at 7:29 AM, Emin Nuriyev wrote:

[OMPI devel] Buiding error

2017-02-23 Thread Emin Nuriyev
Hi, I am trying to build OpenMPI, but I face some problem. I cloned OpenMPI source code from git-hub. The first, I got error message that I have to install latest version of Automake, Autoconf, Libtool. I installed them. It is ok. Now, when I execute autogen.pl, I get following error message 6