1#ifndef __CS_RESOURCE_H__
2#define __CS_RESOURCE_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:554
#define END_C_DECLS
Definition: cs_defs.h:555
void cs_resource_set_wt_limit(double wt)
Set wall-clock time limit.
Definition: cs_resource.cpp:234
double cs_resource_get_wt_limit(void)
Get current wall-clock time limit.
Definition: cs_resource.cpp:220
void cs_resource_get_max_timestep(int ts_cur, int *ts_max)
Limit number of remaining time steps if the remaining allocated time is too small to attain the reque...
Definition: cs_resource.cpp:250