QUILL-PIC/Quill

Make tracks' output more efficient

agolovanov opened this issue · 1 comments

Currently, in order to output tracks, every track output file is opened and closed every timestep, which creates significant load on the filesystem. Instead, track files should be reopened only when the tracked particle is transferred between the MPI processes.

Perhaps it would be even better to store all tracks in a single file.