ammarhakim / gkyl

This is the main source repo for the Gkeyll 2.0 code. Please see gkeyll.rtfd.io for details.
https://gkeyll.readthedocs.io/en/latest/
62 stars 18 forks source link

fromFile option in Projection objects is not working correctly with parallelizeSpecies #145

Open manauref opened 1 year ago

manauref commented 1 year ago

it throws the error

GkProjection.lua:58: attempt to index field 'species' (a nil value)

I think because fullInit, or some other method, that should be called for the global population is only being called for the local population. That, or the comm/rank options in the :read method are interfering with this.