-
Notifications
You must be signed in to change notification settings - Fork 19
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
Rfast
causes future.apply
to fail
#5
Comments
Yes you are right. This is undefined behaviour. I will look further and notify you. Thanks for the error. |
Same problem here. Just recording it in case it helps.
|
I have a similar issue here as well. I receive a "C stack usage is too close to the limit" error when trying to use Rfast with future_*apply functions. |
similar here: Error: node stack overflow
Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
Same problem here. Wanted to include
even when not calling any |
Note that this currently breaks the package due to a problem with Rfast and future_lapply: RfastOfficial/Rfast#5
Note that this currently breaks the package due to a problem with Rfast and future_lapply: RfastOfficial/Rfast#5
|
Hey
I had an issue when calling
future_lapply
, and narrowed it down toRfast
. Here's a MWE:I can understand that two different approaches to parallelization might not play nicely together, but it seems like just importing a library should in principle not cause problems...
I like the idea of the package though! Should be very useful :)
Cheers
Will
sessionInfo details:
The text was updated successfully, but these errors were encountered: