KineticPreProcessor / KPP

The KPP kinetic preprocessor is a software tool that assists the computer simulation of chemical kinetic systems
GNU General Public License v3.0
21 stars 11 forks source link

Patch memory #23

Closed RolfSander closed 2 years ago

RolfSander commented 2 years ago

See https://github.com/KineticPreProcessor/KPP/issues/22 for details...

RolfSander commented 2 years ago

Thanks, @laestrada!

Keeping commented versions of obsolete values is an old habit of mine from pre-git times. With git, there are of course better ways to analyse code changes. It's fine to delete the old MAX_* 1023 lines.

yantosca commented 2 years ago

CI tests on the patch_memory branch were all successful:

>>>>>>>> Generating radau90 mechanism with KPP <<<<<<<<
>>>>>>>> Building the radau90 test executable <<<<<<<<<
>>>>>>>> Running the radau90 test <<<<<<<<
>>>>>>>> radau90 test was successful! <<<<<<<<
>>>>>>>> Generating rk mechanism with KPP <<<<<<<<
>>>>>>>> Building the rk test executable <<<<<<<<<
>>>>>>>> Running the rk test <<<<<<<<
>>>>>>>> rk test was successful! <<<<<<<<
>>>>>>>> Generating rktlm mechanism with KPP <<<<<<<<
>>>>>>>> Building the rktlm test executable <<<<<<<<<
>>>>>>>> Running the rktlm test <<<<<<<<
>>>>>>>> rktlm test was successful! <<<<<<<<
>>>>>>>> Generating ros mechanism with KPP <<<<<<<<
>>>>>>>> Building the ros test executable <<<<<<<<<
>>>>>>>> Running the ros test <<<<<<<<
>>>>>>>> ros test was successful! <<<<<<<<
>>>>>>>> Generating rosadj mechanism with KPP <<<<<<<<
>>>>>>>> Building the rosadj test executable <<<<<<<<<
>>>>>>>> Running the rosadj test <<<<<<<<
>>>>>>>> rosadj test was successful! <<<<<<<<
>>>>>>>> Generating rosenbrock90 mechanism with KPP <<<<<<<<
>>>>>>>> Building the rosenbrock90 test executable <<<<<<<<<
>>>>>>>> Running the rosenbrock90 test <<<<<<<<
>>>>>>>> rosenbrock90 test was successful! <<<<<<<<
>>>>>>>> Generating rostlm mechanism with KPP <<<<<<<<
>>>>>>>> Building the rostlm test executable <<<<<<<<<
>>>>>>>> Running the rostlm test <<<<<<<<
>>>>>>>> rostlm test was successful! <<<<<<<<
>>>>>>>> Generating saprc2006 mechanism with KPP <<<<<<<<
>>>>>>>> Building the saprc2006 test executable <<<<<<<<<
>>>>>>>> Running the saprc2006 test <<<<<<<<
>>>>>>>> saprc2006 test was successful! <<<<<<<<
>>>>>>>> Generating sd mechanism with KPP <<<<<<<<
>>>>>>>> Building the sd test executable <<<<<<<<<
>>>>>>>> Running the sd test <<<<<<<<
>>>>>>>> sd test was successful! <<<<<<<<
>>>>>>>> Generating sdadj mechanism with KPP <<<<<<<<
>>>>>>>> Building the sdadj test executable <<<<<<<<<
>>>>>>>> Running the sdadj test <<<<<<<<
>>>>>>>> sdadj test was successful! <<<<<<<<
>>>>>>>> Generating small_f90 mechanism with KPP <<<<<<<<
>>>>>>>> Building the small_f90 test executable <<<<<<<<<
>>>>>>>> Running the small_f90 test <<<<<<<<
>>>>>>>> small_f90 test was successful! <<<<<<<<
RolfSander commented 2 years ago

The requested changes are implemented now.