getLogLocation

Log location for job or task

Syntax

logfile = getLogLocation(cluster,cj)
logfile = getLogLocation(cluster,it)

Description

logfile = getLogLocation(cluster,cj) for a generic 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 generic 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.

See Also

Introduced in R2012a

Was this topic helpful?