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

2016-07-12 Thread Emani, Murali
Thanks Jeff for your inputs. ‹ Murali On 7/12/16, 12:12 PM, "devel on behalf of Jeff Squyres (jsquyres)" wrote: >Unfortunately, the Open MPI code base is quite large, and changes over >time. > >There really is no overall diagram describing the entire code base, >sorry. The OPAL-level dox

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

2016-07-12 Thread Jeff Squyres (jsquyres)
Unfortunately, the Open MPI code base is quite large, and changes over time. There really is no overall diagram describing the entire code base, sorry. The OPAL-level doxygen docs are probably the best you'll get, but they're really only the utility classes in the portability layer. They don't

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

2016-07-12 Thread Emani, Murali
Thanks Kawashima. This note is really helpful. ‹ Murali On 7/7/16, 4:17 PM, "devel on behalf of KAWASHIMA Takahiro" wrote: >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

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

2016-07-12 Thread Emani, Murali
Thanks Ralph. The ‘doxygen’ command generated a bunch of html files along with few class diagrams in “gif”. I think these figures cover only few classes/structs and are not exhaustive. I am looking to generate a complete hierarchical diagram. I will try to see if I can utilize the generated ht