1. drmaa2_j_get_id(3)
  2. DRMAA2
  3. drmaa2_j_get_id(3)

NAME

drmaa2_j_get_id - drmaa2_j_get_id, Returns the job identifier.

SYNOPSIS

#include "drmaa2.h"

drmaa2_string drmaa2_j_get_id(drmaa2_j job);

DESCRIPTION

Creates the Univa(R) Grid Engine(TM) job identifier for the job. It is used for faster access to the job id than creating a job info object.

RETURN VALUES

Returns a newly allocated job identifier as drmaa2_string which must be freed from the caller. In case of an error NULL is returned and the error id and error message is set in the context of the calling thread.

SEE ALSO

drmaa2_geterror(3), drmaa2_geterror_text(3), drmaa2_j_suspend(3), drmaa2_j_resume(3), drmaa2_j_hold(3), drmaa2_j_release(3), drmaa2_j_terminate(3), drmaa2_j_get_id(3), drmaa2_j_get_session_name(3), drmaa2_j_get_jt(3), drmaa2_j_get_state(3), drmaa2_j_get_info(3), drmaa2_j_wait_started(3), drmaa2_j_wait_terminated(3), drmaa2_jsession_run_job(3), drmaa2_j_free(3)

AUTHOR

Copyright Univa Corporation 2013

  1. Univa Corporation
  2. October 2013
  3. drmaa2_j_get_id(3)