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.
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.