-
Notifications
You must be signed in to change notification settings - Fork 1
Errors
Abhishek Upperwal edited this page Apr 10, 2018
·
1 revision
- *** longjmp causes uninitialized stack frame *** https://bugs.python.org/issue12468
- Node node goes in MPI user address space When "extern Node node" is defined in user's program (rep_test.c etc). During linking node variable will be created in user's global memory and not in libreplication virtual memory space.
© Abhishek Upperwal