1. drmaa2_jsession_get_contact(3)
  2. DRMAA2
  3. drmaa2_jsession_get_contact(3)

NAME

drmaa2_jsession_get_contact - drmaa2_jsession_get_contact(3), Returns the contact string of a job session.

SYNOPSIS

#include "drmaa2.h"

drmaa2_string drmaa2_jsession_get_contact(const drmaa2_jsession jsession);

DESCRIPTION

Returns the contact string of a DRMAA2 job session. In Univa(R) Grid Engine(TM) a contact string is not used and therfore always NULL is returned.

RETURN VALUES

Returns always NULL. In the future or in other implementations a newly allocated drmaa2_string is expected.

SEE ALSO

drmaa2_jsession_get_session_name(3), drmaa2_jsession_get_job_categories(3), drmaa2_jsession_get_jobs(3), drmaa2_jsession_get_job_array(3), drmaa2_jsession_run_job(3), drmaa2_jsession_run_bulk_jobs(3), drmaa2_jsession_wait_any_started(3), drmaa2_jsession_wait_any_terminated(3), drmaa2_open_jsession(3)

AUTHOR

Copyright Univa Corporation 2013

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