kmcos icon indicating copy to clipboard operation
kmcos copied to clipboard

Improve fortran assert function for debubugging

Open AdityaSavara opened this issue 3 years ago • 0 comments

Currently, kmc_model.compile_options = '-d' turns on the assert statements, but they do not work while running a model in a typical installation. They may need some kind of special fortran environment (I do not know which one is needed).

I think the assert statement should be made into a 'regular' fortran function rather than in a ppc file so that it can work in the normally used environment.

AdityaSavara avatar Nov 19 '22 21:11 AdityaSavara