-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error: Mat::init(): requested size is too large; suggest to enable ARMA_64BIT_WORD #55
Comments
Hello, I also encountered the same problem as you. Is there any solution? |
Hi, my solution was to use A.mat from the rrBLUP package. Best Gregor |
Okay thanks for your reply. |
Sorry that I never followed up with this issue. I tried some solutions but I haven't succeeded. I am not sure why this happens. It seems to be more related to RcppArmadillo than sommer itself but I will keep trying things and see if I can make it work. Cheers, |
Hi, the problem seems to be in MNR.cpp, I tried the following changes to avoid such error messages.
|
I already tried that and it solves it for isolated functions but it does not work for compiling the entire package. But thanks for trying on your side. This issue seems to arise from functions that use the sparse matrix functions from the Armadillo library. I will keep trying other things. |
Dear Eduardo,
We are trying to use A.mat with 75000k lines and 10k markers, getting the following error:
Error: Mat::init(): requested size is too large; suggest to enable ARMA_64BIT_WORD
Still seems to work with 50k lines, but 75k doesn't work any more. Must be related to the number of individuals, because I can replicate it with only 5 markers too. rrBLUP::A.mat does not seem to have this problem, but I thought sommer::A.mat might be more efficient?
I am not sure if that is something related to sommer or Rcpp...
Best Gregor
The text was updated successfully, but these errors were encountered: