chrisknewman / tusas

Other
16 stars 6 forks source link

Bug with grain/restart/parallel #69

Open chrisknewman opened 6 years ago

chrisknewman commented 6 years ago

grain/restart/parallel after restart there are issues along processor boundaries. Probably has to do with map/overlap map when reading restart.

chrisknewman commented 5 years ago

Also we should change restart such that is triggered via command line rather than input file; maybe --restart?

chrisknewman commented 5 years ago

The last comment has been fixed in a previous checkin.

The first comment would most likely be fixed by reading nodal data from exodus via a vector with an overlap_map, then communicating that to uold (ie owned_map).