-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
open_mfdataset
exits while sending a "Segmentation fault" error
#8120
Comments
Thanks for opening your first issue here at xarray! Be sure to follow the issue template! |
Hey @kasra-keshavarz , I think your issue has to do with the fact that you are running parallel mode on a HPC. So it could be possible that the underlying Can you check out dask.delayed on your machine ? |
I think you're running into the issues described in #7079. You have two options for now: pin |
Thank you both @meteoDaniel and @keewis, much appreciated. I was wondering if the issue is related to |
What is your issue?
I try to open about ~10 files, each 5MB as a test case, using
xarray
'sopen_mfdataset
method with theparallel=True
option, however, it throws a "Segmentation fault" error as the following:Here is the version of
xarray
:I'm working on an HPC, so if a list "modules" I have loaded helps, here it is:
Thanks.
The text was updated successfully, but these errors were encountered: