Re: [OMPI devel] [1.10.3rc2] testing summary

2016-05-23 Thread Paul Hargrove
On Sat, May 21, 2016 at 3:14 PM, Paul Hargrove wrote: > I will note that I was not able to test IA64 (yet?) because that system is > down. > I've emailed the owners of that system and am hopeful that I can test it > in the next few days. > The IA64 tests ran today and PASSED. -Paul -- Paul H

[OMPI devel] Github having issues ATM...

2016-05-23 Thread Jeff Squyres (jsquyres)
FYI: Github is having a minor outage (i.e., delays). Looks like they're working on it: https://status.github.com/ -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/

Re: [OMPI devel] modex getting corrupted

2016-05-23 Thread dpchoudh .
Hello Ralph and all Please ignore this mail. It is indeed due to a syntax error in my code. Sorry for the noise; I'll be more careful with my homework from now on. Best regards Durga We learn from history that we never learn from history. On Mon, May 23, 2016 at 2:13 AM, dpchoudh . wrote: > H

Re: [OMPI devel] modex getting corrupted

2016-05-23 Thread dpchoudh .
Hello Ralph Thanks for your input. The routine that does the send is this: static int btl_lf_modex_send(lfgroup lfgroup) { char *grp_name = lf_get_group_name(lfgroup, NULL, 0); btl_lf_modex_t lf_modex; int rc; strncpy(lf_modex.grp_name, grp_name, GRP_NAME_MAX_LEN); OPAL_MODEX_

Re: [OMPI devel] [1.10.3rc2] testing summary

2016-05-23 Thread Paul Hargrove
On Sat, May 21, 2016 at 3:14 PM, Paul Hargrove wrote: > > I did encounter one issue that still needs more investigating before I can > attribute it to Solaris or to Open MPI: > Since I last built Open MPI there x86-64/Solaris systems were updated from > Solaris 11.2 to 11.3. > I can build this re