|
Neko 1.99.1
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) | |
| logical function, public | signal::signal_usr (usr) |
| Check if a user signal has been raised. | |
| subroutine, public | signal::signal_set_timeout (sec) |
| Set a timeout after seconds. | |
| subroutine, public | signal::signal_trap_cpulimit () |
| Initialize signal handler to trap SIGXCPU. | |
| subroutine, public | signal::signal_trap_usr () |
| Initialize signal handler to trap SIGUSR1 and SIGUSR2. | |