CP2K 2.5 (Revision 12981)
Private Member Functions

termination::stop_memory Interface Reference

List of all members.

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.

Detailed Description

Definition at line 43 of file termination.f90.


Member Function Documentation

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.

Note:
routineN : Name of the calling routine moduleN : Name of the calling module including the calling routine line_number: Code line number in the module object : Name of the data object for which the allocation failed memory : Size of the data object in bytes. If zero no size is printed.
History
  • CP2K by JGH 21.08.2000
  • Revised (16.02.2011,MK)
Author:
Matthias Krack (12.10.1999,MK)

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.

Note:
routineN : Name of the calling routine moduleN : Name of the calling module including the calling routine line_number: Code line number in the module object : Name of the data object for which the deallocation failed
History
CP2K by JGH 21.08.2000
  • Revised (16.02.2011,MK)
Author:
Matthias Krack (20.10.1999,MK)

Definition at line 274 of file termination.f90.


The documentation for this interface was generated from the following file: