Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r29651 - in trunk: config examples oshmem/include oshmem/tools/oshmem_info

2013-11-11 Thread Jeff Squyres (jsquyres)
This commit produces warnings in the output of oshmem_info: OSHMEM Fort shmem.fh: yes ** *** DEVELOPER WARNING: A field in ompi_info output is too long and *** will appear poorly in the prettyprint output. *** *** Value:

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r29651 - in trunk: config examples oshmem/include oshmem/tools/oshmem_info

2013-11-11 Thread Jeff Squyres (jsquyres)
More comments on this commit: - The Fortran, Java, and C++ MPI examples are now no longer build by default. Er... what happened there, and why? - Why are the oshmem examples in a separate target? The point of the previous makefile was that "make" (or "make all") would build all relevant examp

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r29651 - in trunk: config examples oshmem/include oshmem/tools/oshmem_info

2013-11-11 Thread Jeff Squyres (jsquyres)
Final comment on this commit: please set svn:ignore on your commits properly: ❯❯❯ svn st . ? hello_shmemfh ? ring_shmem ? ring_shmemfh On Nov 11, 2013, at 2:49 PM, "Jeff Squyres (jsquyres)" wrote: > More comments on this commit: > > - The Fortran, Java, and C++ MPI examples

Re: [OMPI devel] [EXTERNAL] Re: [OMPI svn-full] svn:open-mpi r29651 - in trunk: config examples oshmem/include oshmem/tools/oshmem_info

2013-11-11 Thread Barrett, Brian W
On 11/11/13 12:49 PM, "Jeff Squyres (jsquyres)" wrote: >More comments on this commit: > >- The Fortran, Java, and C++ MPI examples are now no longer build by >default. Er... what happened there, and why? > >- Why are the oshmem examples in a separate target? The point of the >previous makefile

[OMPI devel] Bug in MPI.MINLOC with Java binding

2013-11-11 Thread Saliya Ekanayake
Hi, I've been using nightly tarball openmpi-1.9a1r28919 with Java binding and it had a bug in its MINLOC implementation (Minloc.java). Essentially, the following line, out_array [outdisp + 1] = in_array [*outdisp* + 1] ; should be changed to out_array [outdisp + 1] = in_array [*indisp* + 1] ;

Re: [OMPI devel] Openmpi 1.6.5 is freezing under GNU/Linux ia64

2013-11-11 Thread Jeff Squyres (jsquyres)
On Nov 4, 2013, at 12:14 PM, Sylvestre Ledru wrote: > FYI, I tried with OpenMPI 1.7.3 under ia64 and the build fails with: > libtool: link: gcc -std=gnu99 -DNDEBUG -g -O2 -Wformat > -Werror=format-security -finline-functions -fno-strict-aliasing -pthread > -o .libs/orte-clean orte-clean.o -L/usr

Re: [OMPI devel] Bug in MPI.MINLOC with Java binding

2013-11-11 Thread Ralph Castain
I'm lost - where were you making a change? I'm unaware of Minloc.java or Maxloc.java files in the MPI bindings, so I assume the change was being made to the Intracomm.java file? On Nov 11, 2013, at 12:35 PM, Saliya Ekanayake wrote: > Hi, > > I've been using nightly tarball openmpi-1.9a1r289

Re: [OMPI devel] Bug in MPI.MINLOC with Java binding

2013-11-11 Thread Saliya Ekanayake
Hi Ralph, In the nightly snapshot that I was using (openmpi-1.9a1r28919) there were two java files (Minloc.java and Maxloc.java) inside $OMPI_HOME/ompi/mpi/java/java However, these are no longer available in the trunk. I think this is because of the reason Oscar mentioned that now MINLOC and MAXL

Re: [OMPI devel] Bug in MPI.MINLOC with Java binding

2013-11-11 Thread Ralph Castain
Afraid I'll have to let them answer - I can't find the corresponding code. On Nov 11, 2013, at 6:50 PM, Saliya Ekanayake wrote: > Hi Ralph, > > In the nightly snapshot that I was using (openmpi-1.9a1r28919) there were two > java files (Minloc.java and Maxloc.java) inside $OMPI_HOME/ompi/mpi/ja