@BeyondEspresso just informed me that some plugins crash if they are activated after a restart.
E.g. if the binEnergy plugin is not called via the command line flag picongpu ... --bin_e.period 100 ..., before the restart, but after the restart the plugin is called, the plugin tries to read previous data files, which do not exist, and crashes.
The following plugins are affected:
- BinEnergyParticles
- CountParticles
- EnergyFields
- EnergyParticles
EDIT: All plugins using restoreTxtFile defined in txtFileHandling.hpp are affected.
@BeyondEspresso just informed me that some plugins crash if they are activated after a restart.
E.g. if the
binEnergyplugin is not called via the command line flagpicongpu ... --bin_e.period 100 ..., before the restart, but after the restart the plugin is called, the plugin tries to read previous data files, which do not exist, and crashes.The following plugins are affected:
EDIT: All plugins using
restoreTxtFiledefined intxtFileHandling.hppare affected.