Re: [OMPI devel] devel Digest, Vol 2631, Issue 1

2014-02-26 Thread Wolfgang Kallies
I had this kind of problem before, so I already checked that. The wrapper compiler and mpirun match. A very simple testprogram that I used gave me this result: Total sum: 0. id 1 Total sum: 1014.1131933453868 id 0 Total sum: 0.000

Re: [OMPI devel] devel Digest, Vol 2631, Issue 1

2014-02-26 Thread Jeff Squyres (jsquyres)
Are you saying that if you build and run test program 1, you see MPI_COMM_WORLD ranks of 0-(N-1), and if you build and run test program 2, you see N MPI_COMM_WORLD ranks 0? I would run ldd on your resulting executables and verify that they are linking against the libmpi.so that they should. O

[OMPI devel] Java: MPI_STATUS_IGNORE provokes SIGSEGV in MPI_Waitany and MPI_Testany

2014-02-26 Thread Oscar Vega-Gisbert
Dear all, In Java bindings I can't use MPI_STATUS_IGNORE in MPI_Waitany nor MPI_Testany. I must use a MPI_Status in order to avoid a SIGSEGV error. I searched for this issue but I don't found any error report. Should I report a bug? Regards, Oscar --

Re: [OMPI devel] Java: MPI_STATUS_IGNORE provokes SIGSEGV in MPI_Waitany and MPI_Testany

2014-02-26 Thread Jeff Squyres (jsquyres)
Yes, please -- let's track this so that it doesn't get forgotten. Mark it as critical for 1.8. It's too late for 1.7.5, sorry. :-( On Feb 26, 2014, at 2:25 PM, Oscar Vega-Gisbert wrote: > Dear all, > > In Java bindings I can't use MPI_STATUS_IGNORE in MPI_Waitany nor > MPI_Testany. I must

[OMPI devel] OMPI_RML_TAG_SHMEM

2014-02-26 Thread Jeff Squyres (jsquyres)
There is an OMPI_RML_TAG_SHMEM in ompi/mca/rte/rte.h on the v1.7 branch that does not exist in the trunk. I cannot find it used anywhere in the v1.7 branch (or the trunk, obviously). I'm taking it out as part of a merge conflict on the v1.7 branch, but it worries me a bit that it is there: it

Re: [OMPI devel] OMPI_RML_TAG_SHMEM

2014-02-26 Thread Ralph Castain
On Feb 26, 2014, at 2:58 PM, Jeff Squyres (jsquyres) wrote: > There is an OMPI_RML_TAG_SHMEM in ompi/mca/rte/rte.h on the v1.7 branch that > does not exist in the trunk. I cannot find it used anywhere in the v1.7 > branch (or the trunk, obviously). > > I'm taking it out as part of a merge co

[OMPI devel] oshmem warning

2014-02-26 Thread Jeff Squyres (jsquyres)
Getting a bunch of these on the trunk: ../../../oshmem/mca/memheap/memheap.h:142:5: warning: "MCA_oshmem_memheap_DIRECT_CALL" is not defined Can someone investigate? Thanks. -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_busines

Re: [OMPI devel] oshmem warning

2014-02-26 Thread Jeff Squyres (jsquyres)
Also getting a bunch of these from clang: scoll_mpi_ops.c:21:46: warning: must specify at least one argument for '...' parameter of variadic macro [-Wgnu] MPI_COLL_VERBOSE(20,"RUNNING MPI BARRIER"); ^ ./scoll_mpi_debug.h:20:9: note: macro 'MPI