Skip to content

Add debugging API for the MOLE Grid 2.0 implementations #440

Description

@Tony-Drummond

Is your feature request related to a problem? Please describe.
Currently, all the MOLE Error handling system does not stop computation when errors are found, instead errors are stored and flagged for proper handling by the application programmer. There is a need to provide a debugging mode that will force the report of errors after a MOLE operation.

Describe the solution you'd like
A added feature, will provide user support for debugging. In debugging mode, errors will be sent to standard output and the program execution will be halted whenever there are errors after attempting a MOLE Grid operation.
We will overload current functional implementations by adding an extra boolean parameter-flag (debugging_mode) to all callable function in the C++ API.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions