hypre/src/test/TEST_ij/state.saved.florentia
Victor A. P. Magri dc487086b4
Add HYPRE_Initialized and HYPRE_Finalized (#889)
* Add hypre_State type to track initialization state of hypre
* Add HYPRE_Initialized to determine whether hypre has been initialized
* Add HYPRE_Finalized to determine whether hypre has been finalized
* Add private implementations for hypre_initialized/finalized
* Add HYPRE_Initialize
* Update Fortran interface for HYPRE_Initialize
* Use HYPRE_Initialize in test drivers and examples
* Clean-up mentions of HYPRE_Init
* Add HYPRE_DEPRECATED macro to autotools and CMake builds
* Add regression test for library initialization/finalization
2023-05-04 10:42:40 -04:00

14 lines
447 B
Plaintext

# Output file: state.out.1
hypre library has not been initialized or finalized yet
hypre library has been initialized
hypre library has been finalized
hypre library has been re-initialized
hypre library has been finalized
# Output file: state.out.100
hypre library has not been initialized or finalized yet
hypre library has been initialized
hypre library has been finalized
hypre library has been re-initialized
hypre library has been finalized