refactor handling of plugin loading to make plugin a global property

This commit is contained in:
Axel Kohlmeyer
2025-06-11 02:52:28 -04:00
parent 464b9f4b03
commit df08818fef
15 changed files with 305 additions and 55 deletions

View File

@ -140,6 +140,7 @@ void lammps_close(void *handle);
void lammps_mpi_init();
void lammps_mpi_finalize();
void lammps_kokkos_finalize();
void lammps_plugin_finalize();
void lammps_python_finalize();
void lammps_error(void *handle, int error_type, const char *error_text);