|
CP2K 2.5 (Revision 12981)
|
Private Member Functions | |
| subroutine | stop_allocate (routineN, moduleN, line_number, object, memory, para_env) |
| The memory allocation for a data object failed. Print an error message and stop the program execution. | |
| subroutine | stop_deallocate (routineN, moduleN, line_number, object, para_env) |
| The memory deallocation for a data object failed. Print an error message and stop the program execution. | |
Definition at line 43 of file termination.f90.
| subroutine termination::stop_memory::stop_allocate | ( | CHARACTER(LEN=*),intent(in) | routineN, |
| CHARACTER(LEN=*),intent(in) | moduleN, | ||
| INTEGER,intent(in) | line_number, | ||
| CHARACTER(LEN=*),intent(in) | object, | ||
| INTEGER,intent(in) | memory, | ||
| TYPE(cp_para_env_type),optional,pointer | para_env | ||
| ) | [private] |
The memory allocation for a data object failed. Print an error message and stop the program execution.
Definition at line 232 of file termination.f90.
| subroutine termination::stop_memory::stop_deallocate | ( | CHARACTER(LEN=*),intent(in) | routineN, |
| CHARACTER(LEN=*),intent(in) | moduleN, | ||
| INTEGER,intent(in) | line_number, | ||
| CHARACTER(LEN=*),intent(in) | object, | ||
| TYPE(cp_para_env_type),optional,pointer | para_env | ||
| ) | [private] |
The memory deallocation for a data object failed. Print an error message and stop the program execution.
Definition at line 274 of file termination.f90.
1.7.3