* 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
14 lines
447 B
Plaintext
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
|