Replies: 2 comments 11 replies
-
As a sanity check I ran https://github.com/Unidata/netcdf4-python/blob/master/examples/mpi_example.py and this works fine in parallel mode ( |
Beta Was this translation helpful? Give feedback.
-
Hey Jody, happy to hear that you are playing with Veros. This is absolutely the right place to ask for help. Stuff like this tends to be pretty hard to debug, unfortunately. Some thoughts:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
Thanks for the fun looking model. I'm particularly excited to get running on GPU, if that turns out to be possible.
I have veros running fine in single-cpu mode, both on a login node and on my compute nodes. I've been testing on the 4-deg globe run..
As soon as I try and run in parallel, using
it fails trying to create the
4deg.averages.nc
file, and throws a segmentation fault. A fewlogger.trace
statements places it as failing atinitialize_variable(state, dim, var, ncfile)
innetcdf.py
. The odd thing is that it appears to work for the first couple of dim/var pairs (xt
,xu
), but fails foryt
.I'm assuming this is a problem somewhere in my h5py netcdf-mpi setup?
My module list looks like
and pip list:
Of course I can supply the rest of the environment.
Anyway, any suggested things I should be looking for would be much appreciated. Also if there is a better mailing list for this, or forum... Cheers, Jody
Beta Was this translation helpful? Give feedback.
All reactions