-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new nightly tests aren't being run #2
Comments
Originally by Dave Goodell on 2008-07-31 08:45:32 -0500 This message has 0 attachment(s) |
Originally by goodell on 2008-07-31 08:48:44 -0500 giving to Pavan, since I think he's the only one who can fix this |
Originally by Pavan Balaji on 2008-07-31 15:59:42 -0500
I've reverted back to the Feisty images since the Hardy images don't Btw, all the scripts are in the SVN here: -- Pavan Pavan Balaji |
Originally by goodell on 2008-08-01 07:26:45 -0500 This still doesn't seem to be fixed. I don't see anything newer than [1177] yet. |
Originally by Pavan Balaji on 2008-08-01 07:38:47 -0500
The cron daemon to update the web page runs at 8am. -- Pavan Pavan Balaji |
allgatherv4 appears to divide by zero if np<3. jrhammon-mac01:coll jrhammon$ lldb ./allgatherv4 (lldb) target create "./allgatherv4" Current executable set to './allgatherv4' (x86_64). (lldb) run Process 30785 launched: './allgatherv4' (x86_64) Process 30785 stopped * thread pmodels#1: tid = 0x699d9e, 0x0000000100001acb allgatherv4`run_test + * 507, queue = 'com.apple.main-thread', stop reason = EXC_ARITHMETIC * (code=EXC_I386_DIV, subcode=0x0) frame #0: 0x0000000100001acb allgatherv4`run_test + 507 allgatherv4`run_test: -> 0x100001acb <+507>: idivq %rsi 0x100001ace <+510>: movq %rax, -0x58(%rbp) 0x100001ad2 <+514>: movq -0x58(%rbp), %rax 0x100001ad6 <+518>: movq -0x58(%rbp), %rdi (lldb) bt * thread pmodels#1: tid = 0x699d9e, 0x0000000100001acb allgatherv4`run_test + * 507, queue = 'com.apple.main-thread', stop reason = EXC_ARITHMETIC * (code=EXC_I386_DIV, subcode=0x0) * frame #0: 0x0000000100001acb allgatherv4`run_test + 507 frame pmodels#1: 0x0000000100001854 allgatherv4`comm_tests + 340 frame pmodels#2: 0x00000001000015e8 allgatherv4`main + 648 frame pmodels#3: 0x00007fff90b6a5c9 libdyld.dylib`start + 1 frame pmodels#4: 0x00007fff90b6a5c9 libdyld.dylib`start + 1
Originally by Dave Goodell [email protected] on 2008-07-31 08:45:32 -0500
The new nightly tests* haven't run since [1177], which was committed
on Jul-27: https://trac.mcs.anl.gov/projects/mpich2/changeset/1177
-Dave
The text was updated successfully, but these errors were encountered: