JGCRI / cassandra

Human-earth system multi-scale model coupling framework
Other
5 stars 3 forks source link

Grand Experiment fixes #52

Closed calebbraun closed 5 years ago

calebbraun commented 5 years ago

It would be better to, at some point, allow any Xanthos parameter to be passed on from the cassandra config.

We should address the issue discovered by having large arrays being passed from one node to another. The issue is that numpy arrays have an attribute nbytes which is an integer describing how many bytes are in the array. When nbytes is greater than a C int (2**31 - 1), MPI errors, as it cannot convert the number.

rplzzz commented 5 years ago

I opened an issue for the large arrays problem. I'm not sure whether the other item you called out is an issue for Cassandra or Xanthos.

rplzzz commented 5 years ago

@calebbraun Did we have anything left that we wanted to do on this one? If not, let's go ahead and make the merge.