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:
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
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
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
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
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
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"
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
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
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
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
11 matches
Mail list logo