mirror of https://github.com/BOINC/boinc.git
parent
7091523e91
commit
31aaf4bf85
|
@ -372,7 +372,7 @@ int main(int argc, char** argv) {
|
|||
//
|
||||
if (vm.max_elapsed_time > 0.0) {
|
||||
if (elapsed_time > vm.max_elapsed_time) {
|
||||
vm.stop();
|
||||
vm.cleanup();
|
||||
write_checkpoint(checkpoint_cpu_time);
|
||||
boinc_finish(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue