-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
featureNew feature or requestNew feature or requestfuture developmentItems that will be worked on in the futureItems that will be worked on in the future
Description
When working with KPP, bugs are often difficult to find, especially when
some limit has been exceeded and KPP crashes with a segmentation fault.
Today, I spent a lot of time until I noticed that some equations were
longer than MAX_EQNLEN allows (see #94).
I suggest to write a checker for KPP input files. This can be a small
python script which checks if the input file is consistent with
MAX_EQNLEN
and other MAX_*
limits from gdata.h
.
I hope I'll be able to find the time soon to create a first prototype...
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestfuture developmentItems that will be worked on in the futureItems that will be worked on in the future