Skip to content
Abhishek Upperwal edited this page Apr 10, 2018 · 1 revision

Errors:

  1. *** longjmp causes uninitialized stack frame *** https://bugs.python.org/issue12468
  2. 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.

Clone this wiki locally