Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
interface | signal::sighdl_timeout |
interface | signal::sighdl_usr |
interface | signal::sighdl_set_timeout |
interface | signal::sighdl_trap_cpulimit |
interface | signal::sighdl_trap_usr |
Modules | |
module | signal |
Interface to signal handler. | |
Functions/Subroutines | |
logical function, public | signal::signal_timeout () |
Check if any timeout has occurred (either SIGXCPU or SIGALRM) More... | |
logical function, public | signal::signal_usr (usr) |
Check if a user signal has been raised. More... | |
subroutine, public | signal::signal_set_timeout (sec) |
Set a timeout after seconds. More... | |
subroutine, public | signal::signal_trap_cpulimit () |
Initialize signal handler to trap SIGXCPU. More... | |
subroutine, public | signal::signal_trap_usr () |
Initialize signal handler to trap SIGUSR1 and SIGUSR2. More... | |