George --

You uncommented the "#if 0 ..." section in the opal datatype test yesterday 
(https://github.com/open-mpi/ompi/commit/1895f29537820ee06492ae3b2e66c1cf5ef78c70),
 but we're still getting assert fails on opal_datatype_test.  It caused the 
nightly tarball to fail last night, and I'm able to reproduce this on a Linux 
x86_64 machine (but not on my Mac laptop):

-----
#0  0x0000003491632925 in raise () from /lib64/libc.so.6
#1  0x0000003491634105 in abort () from /lib64/libc.so.6
#2  0x000000349162ba4e in __assert_fail_base () from /lib64/libc.so.6
#3  0x000000349162bb10 in __assert_fail () from /lib64/libc.so.6
#4  0x0000000000403bb5 in local_copy_with_convertor (pdt=0x60e550, count=4500, 
    chunk=956) at opal_datatype_test.c:438
#5  0x0000000000405a86 in main (argc=1, argv=0x7fffffffd2a8)
    at opal_datatype_test.c:667
-----

Specifically, it fails on this line:

-----
    if(outputFlags & QUIT_ON_FIRST_ERROR) { assert(0); exit(-1); }
-----

-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/

Reply via email to