#include "implicit_f.inc"Go to the source code of this file.
Functions/Subroutines | |
| subroutine | get_env_variable_zombi (zombi_activation) |
| subroutine | get_process_pid_zombi (current_process_pid) |
| subroutine | write_process_pid_zombi (current_process_pid, radflex_process_pid, nspmd, list_process) |
| subroutine | init_list_process_pid (radflex_process_pid, current_process_pid, nspmd, list_process) |
| subroutine | walking_dead_mode (radflex_process_pid, ispmd, nspmd) |
| subroutine get_env_variable_zombi | ( | logical, intent(inout) | zombi_activation | ) |
Definition at line 32 of file kill_zombi.F.
| subroutine get_process_pid_zombi | ( | integer, intent(inout) | current_process_pid | ) |
Definition at line 52 of file kill_zombi.F.
| subroutine init_list_process_pid | ( | integer, intent(in) | radflex_process_pid, |
| integer, intent(in) | current_process_pid, | ||
| integer, intent(in) | nspmd, | ||
| integer, dimension(nspmd+1), intent(inout) | list_process ) |
Definition at line 91 of file kill_zombi.F.
| subroutine walking_dead_mode | ( | integer, intent(in) | radflex_process_pid, |
| integer, intent(in) | ispmd, | ||
| integer, intent(in) | nspmd ) |
Definition at line 127 of file kill_zombi.F.
| subroutine write_process_pid_zombi | ( | integer, intent(in) | current_process_pid, |
| integer, intent(in) | radflex_process_pid, | ||
| integer, intent(in) | nspmd, | ||
| integer, dimension(nspmd+1), intent(in) | list_process ) |
Definition at line 67 of file kill_zombi.F.