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. This method exists only on clusters using the generic interface.

Was this topic helpful?