Neko  0.8.99
A portable framework for high-order spectral element flow simulations
jobctrl Module Reference

Job control.

Data Types

interface  jobctrl_set_time_limit
 

Functions/Subroutines

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

Function/Subroutine Documentation

◆ jobctrl_init()

subroutine, public jobctrl::jobctrl_init

Definition at line 54 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 125 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 94 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=*)  limit_str)
private

Definition at line 69 of file jobctrl.f90.

◆ jobctrl_time_limit()

logical function, public jobctrl::jobctrl_time_limit

Definition at line 106 of file jobctrl.f90.

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