You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I encountered this error on our machine (bart v0.8 compiled from source) when using the ecalib through the python wrapper. Our machine has 128 cores and it failed with stating:
BLAS : Program is Terminated. Because you tried to allocate too many memory regions.
Segmentation Fault.
This problem is most likely related to this openBLAS issue : autogluon/autogluon#1020
When I limited the number of threads for openBLAS and OMP via an environ. variable to 32, it fixed itself. This might be an issue for others too, when bart is executed on bigger machines. I know this might not be the final solution, but can at least help in running Bart.
Best Regards,
Jiri
The text was updated successfully, but these errors were encountered:
Hello, I encountered this error on our machine (bart v0.8 compiled from source) when using the ecalib through the python wrapper. Our machine has 128 cores and it failed with stating:
BLAS : Program is Terminated. Because you tried to allocate too many memory regions.
Segmentation Fault.
This problem is most likely related to this openBLAS issue : autogluon/autogluon#1020
When I limited the number of threads for openBLAS and OMP via an environ. variable to 32, it fixed itself. This might be an issue for others too, when bart is executed on bigger machines. I know this might not be the final solution, but can at least help in running Bart.
Best Regards,
Jiri
The text was updated successfully, but these errors were encountered: