Warwick-Plasma / epoch

Particle-in-cell code for plasma physics simulations
https://epochpic.github.io
GNU General Public License v3.0
177 stars 57 forks source link

Load restarts in a more sensible way #12

Open keithbennett opened 3 years ago

keithbennett commented 3 years ago

In GitLab by Keith Bennett (@keithbennett) on 18 Nov 2014, 00:00 UTC (GitLab issue GL#1190)

In the current implementation, each process reads an arbitrary section of the file and then redistributes the data to the correct processor. This typically doubles the amount of memory required. A better approach would be for each processor to read in its own data section from file.

keithbennett commented 3 years ago

In GitLab by Keith Bennett (@keithbennett) on 18 Jan 2019, 10:00 UTC

removed ~1154 label

keithbennett commented 3 years ago

In GitLab by Keith Bennett (@keithbennett) on 18 Jan 2019, 10:01 UTC

added ~1154 label