Main Content
getJobFolderOnCluster
Folder on cluster where jobs are stored
Syntax
joblocation = getJobFolderOnCluster(cluster,job)
Description
joblocation = getJobFolderOnCluster(cluster,job)
returns the path to the
folder on disk where files are stored for the specified job and cluster. This folder is
valid only in worker MATLAB® sessions. An error results if the HasSharedFilesystem
property of the cluster is false
.
Version History
Introduced in R2012a