mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   GpuOwl (https://www.mersenneforum.org/forumdisplay.php?f=171)
-   -   Clean way of closing gpuowl? (https://www.mersenneforum.org/showthread.php?t=26517)

ZFR 2021-02-19 14:49

Clean way of closing gpuowl?
 
What's a clean way of having gpuowl save its progress and close, in a script on Linux?

"killall gpuowl" closes gpuowl but doesn't delete memlock, so it's not possible to restart it without deleting memlock. What's a better way?

ZFR 2021-02-19 15:29

OK, sending SIGINT instead of SIGTERM seems to close cleanly and release memlock


killall -s SIGINT gpuowl


All times are UTC. The time now is 02:39.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.