Skip to content
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

empty #4

Closed
mpichbot opened this issue Oct 14, 2016 · 0 comments
Closed

empty #4

mpichbot opened this issue Oct 14, 2016 · 0 comments

Comments

@mpichbot
Copy link

No description provided.

jeffhammond added a commit to jeffhammond/mpich that referenced this issue Oct 17, 2016
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
abrooks98 added a commit that referenced this issue Jun 16, 2023
mpl/gpu: Implement optimized IPC cache for ze backend (PR #4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant