Currently, the parser allows that CHECKPOINT_REALTIME is set without any definition of CHECKPOINT_INFILE or CHECKPOINT_OUTFILE. This leads to a runtime segmentation fault.
Solution: Make sure that the init code checks that CHECKPOINT_INFILE and friends are defined when a CHECKPOINT_REALTIME is set and abort otherwise.
Currently, the parser allows that CHECKPOINT_REALTIME is set without any definition of CHECKPOINT_INFILE or CHECKPOINT_OUTFILE. This leads to a runtime segmentation fault.
Solution: Make sure that the init code checks that CHECKPOINT_INFILE and friends are defined when a CHECKPOINT_REALTIME is set and abort otherwise.