Re: [OMPI devel] oshmem test suite errors

2014-02-20 Thread Brian Barrett
On Feb 20, 2014, at 7:10 AM, Jeff Squyres (jsquyres) wrote: > For all of these, I'm using the openshmem test suite that is now committed to > the ompi-svn SVN repo. I don't know if the errors are with the tests or with > oshmem itself. > > 1. I'm running the oshmem test suite at 32 processes

Re: [OMPI devel] oshmem test suite errors

2014-02-20 Thread Jeff Squyres (jsquyres)
On Feb 20, 2014, at 10:44 AM, "Jeff Squyres (jsquyres)" wrote: > Yes, I've added them to my Cisco MTT ini files in the ompi-svn repo. Err... I meant ompi-tests SVN repo. :-) > Look in cisco/mtt/usnic/usnic-trunk.ini and usnic-v1.7.ini. > > All relevant sections have "oshmem" in them. --

Re: [OMPI devel] oshmem test suite errors

2014-02-20 Thread Jeff Squyres (jsquyres)
Yes, I've added them to my Cisco MTT ini files in the ompi-svn repo. Look in cisco/mtt/usnic/usnic-trunk.ini and usnic-v1.7.ini. All relevant sections have "oshmem" in them. Most are copied from the Mellanox examples, but I made a few tweaks/improvements here and there. I also anticipate adju

Re: [OMPI devel] oshmem test suite errors

2014-02-20 Thread Ralph Castain
Could you send along the relevant mtt .ini sections? On Feb 20, 2014, at 7:10 AM, Jeff Squyres (jsquyres) wrote: > For all of these, I'm using the openshmem test suite that is now committed to > the ompi-svn SVN repo. I don't know if the errors are with the tests or with > oshmem itself. >

[OMPI devel] oshmem test suite errors

2014-02-20 Thread Jeff Squyres (jsquyres)
For all of these, I'm using the openshmem test suite that is now committed to the ompi-svn SVN repo. I don't know if the errors are with the tests or with oshmem itself. 1. I'm running the oshmem test suite at 32 processes across 2 16-core servers. I'm seeing a segv in "examples/shmem_2dheat.

[OMPI devel] oshmem test suite

2014-02-10 Thread Jeff Squyres (jsquyres)
The Fortran programs in the oshmem test suite don't compile because my_pe and num_pes are already declared in OMPI's shmem.fh. To be fair, I asked Mellanox to put those declarations in shmem.fh because I thought it was crazy that all applications would have to declare them. Apparently, the shme