Neko 1.99.3
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
jobctrl Module Reference

Job control.

Data Types

interface  jobctrl_set_time_limit
 

Functions/Subroutines

subroutine, public jobctrl_init ()
 Initialize jobctrl.
 
subroutine jobctrl_set_time_limit_str (limit_str)
 Set a job's time limit from a duration string.
 
subroutine jobctrl_set_time_limit_sec (sec)
 Set a job's time limit (in seconds)
 
logical function, public jobctrl_time_limit ()
 Check if the job's time limit has been reached.
 
real(kind=rp) function, public jobctrl_jobtime ()
 Returns a job's time in seconds relative to the first call.
 

Function/Subroutine Documentation

◆ jobctrl_init()

subroutine, public jobctrl::jobctrl_init

Definition at line 55 of file jobctrl.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ jobctrl_jobtime()

real(kind=rp) function, public jobctrl::jobctrl_jobtime

Definition at line 113 of file jobctrl.f90.

Here is the caller graph for this function:

◆ jobctrl_set_time_limit_sec()

subroutine jobctrl::jobctrl_set_time_limit_sec ( integer  sec)
private

Definition at line 82 of file jobctrl.f90.

Here is the caller graph for this function:

◆ jobctrl_set_time_limit_str()

subroutine jobctrl::jobctrl_set_time_limit_str ( character(len=*), intent(in limit_str)
private

Definition at line 70 of file jobctrl.f90.

◆ jobctrl_time_limit()

logical function, public jobctrl::jobctrl_time_limit

Definition at line 94 of file jobctrl.f90.

Here is the call graph for this function:
Here is the caller graph for this function: