This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
Support for checkpoint-restart and multi-report
Major changes:
- support for multi-report (#74)
- checkpoint restart implementation (#76)
- support for vectorplay on GPU (#84)
Minor changes:
- centralize global variables definitions (#79)
- enforce c++ rules before migration (#80)
- centralise includes and extern declarations to visible for mod2c (#81)
- add ETA while execution of psolve (#87)
Bug fixes :
- OpenACC pragma annotation was missing for kernels using euler (#85)
- Bug fix in gpu implementation : global_vars.cpp was compiled with (#83)
- Bug fix: skip initial block for capac.c and eion.c (necessary for checkpoint-restore) (#77)
Also, this is last release before moving to C++.