This will set the default controllers' addresses and ports. This is
the minimal amount of initialization that must occur before using the api
functions
---------------------------
INFO Message functions
INFO Message functions
if update_time is equal to the last time changes where made, nothing is
---------------------------
returned. Otherwise all the node, job, or partition records are returned.
For all of the following inforamational calls, if update_time is equal to the last time changes where made, nothing is returned. Otherwise all the node, job, or partition records are returned.
int slurm_load_jobs (time_t update_time, job_info_msg_t **job_info_msg_pptr)
int slurm_load_jobs (time_t update_time, job_info_msg_t **job_info_msg_pptr)
Returns a job_info_msg_t that contains an array of job_table records
Returns a job_info_msg_t that contains an array of job_table records
...
@@ -28,8 +38,9 @@ int slurm_load_partitions (time_t update_time, partition_info_msg_t **partition_
...
@@ -28,8 +38,9 @@ int slurm_load_partitions (time_t update_time, partition_info_msg_t **partition_
Returns a partition_info_msg_t that contains an array of partition_table records
Returns a partition_info_msg_t that contains an array of partition_table records
---------------------------
JOB Allocation functions
JOB Allocation functions
---------------------------
Once a job_desc_msg_t structure has been declared it must first be initializediby the following function before it is used.
Once a job_desc_msg_t structure has been declared it must first be initializediby the following function before it is used.