We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My lldb session is showing a segfault within an MPI_Alltoallv call of the form
lldb
MPI_Alltoallv
Process 67961 stopped * thread #1: tid = 0x55d6af, 0x00000001040b70e3 libpmpi.12.dylib`MPID_Request_create + 275, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT) frame #0: 0x00000001040b70e3 libpmpi.12.dylib`MPID_Request_create + 275 libpmpi.12.dylib`MPID_Request_create: -> 0x1040b70e3 <+275>: movaps %xmm0, 0x230(%rax) 0x1040b70ea <+282>: movq $0x0, 0x240(%rax) 0x1040b70f5 <+293>: movl $0x2c000000, 0x210(%rax) ; imm = 0x2C000000 0x1040b70ff <+303>: popq %rbp
This toolchain issue appears to be related to http://stackoverflow.com/questions/38155812/segmentation-fault-while-using-mpi-barrier-in-libpmpi-12-dylib
The text was updated successfully, but these errors were encountered:
See http://lists.mpich.org/pipermail/discuss/2016-May/004764.html and http://lists.mpich.org/pipermail/discuss/2016-August/004861.html for root cause analysis.
Sorry, something went wrong.
It seems that OS X alignment issues strike again.
I have confirmed that building Elemental using the git version of MPICH (compiling using clang) resolves the issue.
No branches or pull requests
My
lldb
session is showing a segfault within anMPI_Alltoallv
call of the formThis toolchain issue appears to be related to http://stackoverflow.com/questions/38155812/segmentation-fault-while-using-mpi-barrier-in-libpmpi-12-dylib
The text was updated successfully, but these errors were encountered: