getLogLocation
Log location for job or task
Syntax
logfile = getLogLocation(cluster,cj)
logfile = getLogLocation(cluster,it)
Description
logfile = getLogLocation(cluster,cj) for a third-party cluster
cluster and communicating job cj, returns the
location where the log data should be stored for the whole job cj.
logfile = getLogLocation(cluster,it) for a third-party cluster
cluster and task it of an independent job
returns the location where the log data should be stored for the task
it.
This function can be useful during submission, to instruct the third-party cluster to put worker output logs in the correct location.
Version History
Introduced in R2012a