Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 794 Bytes

RemoteSlurmJob.check_output.md

File metadata and controls

28 lines (17 loc) · 794 Bytes

RemoteSlurmJob.check_output (function)

def check_output(self, server_path=None, local_path='./')

Attempt to copy a file(s) back from the remote server.

Arguments

  • server_path (string or list or None, optional, default=None): path(s) (relative to directory) 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.

Returns

  • (list) list of retrieved files