RemoteSlurmJob.check_output (function)
def check_output(self, server_path=None, local_path='./')
Attempt to copy a file(s) back from the remote server.
server_path
(string or list or None, optional, default=None): path(s) (relative todirectory
) on the server of the file(s) to retrieve. If not provided or None, will default to RemoteSlurmJob.output_files. See also: RemoteSlurmJob.ls or RemoteSlurmJob.job_files for a full list of available files on the remote server.local_path
(string, optional, default="./"): local path to copy the retrieved file.
- (list) list of retrieved files