Using opts_slurmR$get_tmp_path
and opts_slurmR$get_job_name
creates
file names with full path to the objects. This function is intended for
internal use only.
snames(type, array_id = NULL, tmp_path = NULL, job_name = NULL)
can be any of r, sh, out, or rds.
Integer. ID of the array to create the name.
Character scalar. Path to the temp directory used by the job to write files.
Character scalar. Name of the job.
A character scalar. The normalized path to the corresponding file.
By default, the parameters tmp_path
and job_name
are retrieved from
the current options specified in opts_slurmR.
Other utilities:
Slurm_clean()
,
Slurm_env()
,
Slurm_log()
,
WhoAmI()
,
parse_flags()
,
status()