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 | jobctrl::jobctrl_set_time_limit |
Modules | |
module | jobctrl |
Job control. | |
Functions/Subroutines | |
subroutine, public | jobctrl::jobctrl_init () |
Initialize jobctrl. More... | |
subroutine | jobctrl::jobctrl_set_time_limit_str (limit_str) |
Set a job's time limit (in walltime 'HH:MM:SS') More... | |
subroutine | jobctrl::jobctrl_set_time_limit_sec (sec) |
Set a job's time limit (in seconds) More... | |
logical function, public | jobctrl::jobctrl_time_limit () |
Check if the job's time limit has been reached. More... | |
real(kind=rp) function, public | jobctrl::jobctrl_jobtime () |
Returns a job's time in seconds relative to the first call. More... | |