Re: [OMPI devel] v2.0.0rc4 is released

2016-07-07 Thread tmishima
Hi Jeff, sorry for a very short report. I saw the warning below at the end of installation of openmpi-2.0.0rc4. Is this okay? $ make install ... make install-exec-hook make[3]: Entering directory `/home/mishima/mis/openmpi/openmpi-pgi16.5/openmpi-2.0.0rc4' WARNING! Common symbols found:

Re: [OMPI devel] v2.0.0rc4 is released

2016-07-07 Thread Gilles Gouaillardet
This is a warning that can be safely ignored. That being said, this can be seen as a false positive (unless we fix flex or its generated output). Also, and generally speaking, these kind of warnings is for developers only (e.g. end users can do nothing about that). That raises the questio

Re: [OMPI devel] v2.0.0rc4 is released

2016-07-07 Thread tmishima
Hi Gilles san, thank you for your quick comment. I fully understand the meaning of the warning. Regarding the question you raise, I'm afraid that I'm not sure which solution is better ... Regards, Tetsuya Mishima 2016/07/07 14:13:02、"devel"さんは「Re: [OMPI devel] v2.0.0rc4 is released」で書きました > This

[OMPI devel] Caught ibv_create_ah error in executing multi-node MPI program with openmpi-1.10.3

2016-07-07 Thread Takashi Sato
Hi guys, I have a problem regarding the subject. The detail is below. Is there anybody who can answer this behavior is a restriction of openmpi or something? I executed an mpi program and caught the following error related to ibv_create_ah. [sho@host0 ~]$ /opt/openmpi1103_debug/bin/mpirun -host

Re: [OMPI devel] v2.0.0rc4 is released

2016-07-07 Thread Jeff Squyres (jsquyres)
It looks like we forgot to move https://github.com/open-mpi/ompi/commit/62c45e4a to v2.x (i.e., the functionality that only displays the common symbols warning if you have a .git directory). > On Jul 7, 2016, at 1:03 AM, tmish...@jcity.maeda.co.jp wrote: > > Hi Jeff, sorry for a very short r

Re: [OMPI devel] [2.0.0rc4] dlopen_test crash with xlc

2016-07-07 Thread Josh Hursey
Paul, What was the configure string you used for this? We have a Jenkins CI mechanism for XL, but it is using XLC 13.1.3 on that system and we haven't been runing 'make check'. I have another system that has XLC 13.1.2 that I can test on as well. I'm not sure if I'll be able to fix without Nathan

Re: [OMPI devel] [2.0.0rc4] dlopen_test crash with xlc

2016-07-07 Thread Paul Hargrove
Josh, Big-endian Power7: $ xlc -qversion IBM XL C/C++ for Linux, V13.1 Version: 13.01.. $ export OBJECT_MODE=64 $ [...]/configure -prefix=[] --enable-debug \ CC=xlc CFLAGS="-q64" --with-wrapper-cflags="-q64" \ CXX=xlC CXXFLAGS="-q64" --with-wrapper-cxxflags="-q64"

[OMPI devel] Class information in OpenMPI

2016-07-07 Thread Emani, Murali
Hi all, I want to know if there is “class diagram” for OpenMPI code base that shows existing classes and dependencies/associations. Are there any available tools to extract and visualize this information. — Murali

Re: [OMPI devel] [2.0.0rc4] dlopen_test crash with xlc

2016-07-07 Thread Josh Hursey
I don't think a ticket or PR was filed for this. I was able to reproduce on a Power8 machine, and filed the issue below: https://github.com/open-mpi/ompi/issues/1854 Nathan I added you to the ticket since it sounded like you had an idea where the problem was. On Thu, Jul 7, 2016 at 12:48 PM, Pa

Re: [OMPI devel] [OMPI users] Class information in OpenMPI

2016-07-07 Thread Ralph Castain
We used to have Doxygen support that would create what you are asking for, but I don’t think anyone has maintained it in a long time. I ran “doxygen” at the top-level directory and it did indeed generate a bunch of html, but I’m not sure it is all that helpful. You might take a look and see if

Re: [OMPI devel] Class information in OpenMPI

2016-07-07 Thread KAWASHIMA Takahiro
FWIW, I have my private notes on process and datatype -related structs. https://rivis.github.io/doc/openmpi/openmpi-source-reading.en.xhtml They are created by my hands with the help of Autodia. http://www.aarontrevena.co.uk/opensource/autodia/ > I want to know if there is “class diagram” f