-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix jac1d by adding laik_finish_world_resize
We require malleable code to explicitly tell LAIK when we are done transfering data between old and new processes to be able to free the resources and enable process to terminate. That is, after calling laik_finish_world_resize, the application cannot access the old group any longer, as it does not longer exist.
- Loading branch information
1 parent
ec3a69b
commit c02f383
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters