Corrected rep_free implementation: Using container.allocated_address to free memeory but container.allocated_address was not assigned address (was giving double free error)
Added: Abort on different statck start address.
Updated some MPI_* functions to support pointer passing to functions.
Made rep_collective_test generic for any comm size.
Done:
rep_free
implementation: Usingcontainer.allocated_address
to free memeory butcontainer.allocated_address
was not assigned address (was giving double free error)MPI_*
functions to support pointer passing to functions.rep_collective_test
generic for any comm size.