Skip to content

Input file checker #95

Open
Open
@RolfSander

Description

@RolfSander

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 requestfuture developmentItems that will be worked on in the future

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions