Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable the Checkpoints #101

Open
dimalvovs opened this issue May 2, 2024 · 1 comment
Open

Enable the Checkpoints #101

dimalvovs opened this issue May 2, 2024 · 1 comment

Comments

@dimalvovs
Copy link
Contributor

Can we get saving and starting from Checkpoints reinitialized for CoGAPS? Otherwise given the execution speed the results are lost if runtime is longer than the time limit for some of compute clusters.

@dimalvovs
Copy link
Contributor Author

The checkpoints are disabled by default:

> 
> library("CoGAPS")
> packageVersion("CoGAPS")
[1] ‘3.24.0’
> CoGAPS::checkpointsEnabled()
[1] FALSE

It looks like these are disabled in

CoGAPS/configure

Line 3241 in cc8c42c

GAPS_CPP_FLAGS=" -DBOOST_MATH_PROMOTE_DOUBLE_POLICY=0 -DGAPS_DISABLE_CHECKPOINTS -D__GAPS_R_BUILD__"

Potentially could be enabled by removing the -DGAPS_DISABLE_CHECKPOINTS flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant