|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
| interface | jobctrl::jobctrl_set_time_limit |
Modules | |
| module | jobctrl |
| Job control. | |
Functions/Subroutines | |
| subroutine, public | jobctrl::jobctrl_init () |
| Initialize jobctrl. | |
| subroutine | jobctrl::jobctrl_set_time_limit_str (limit_str) |
| Set a job's time limit (in walltime 'HH:MM:SS') | |
| subroutine | jobctrl::jobctrl_set_time_limit_sec (sec) |
| Set a job's time limit (in seconds) | |
| logical function, public | jobctrl::jobctrl_time_limit () |
| Check if the job's time limit has been reached. | |
| real(kind=rp) function, public | jobctrl::jobctrl_jobtime () |
| Returns a job's time in seconds relative to the first call. | |