NEWS.md
BUG FIXES
OUT_OF_MEMORY
job status, fixing a fatal error in job_report()
BUG FIXES
array_submit()
with an absolute path to the name
parameterHOSTNAME
instead of SLURMD_NODENAME
environment variable to determine host running a SLURM jobBUG FIXES
job_report()
to continue without errors when attempting to retrieve memory info for finished jobsjob_single()
and job_loop()
accept a new parameter, time_limit
, which default to 1 dayNEW FEATURES
job_single()
, job_loop()
, and array_submit()
now may accept a name, relative path, or absolute path as the name
argument. This means the working directory is no longer relevant in successfully calling these functionsjob_info()
and job_report()
now also return a wallclock_time
column, giving the elapsed wallclock time of jobs as difftime
sNEW FEATURES
job_report()
and partition_info()
array_submit()
and job_loop()
job_info_df
and partition_df
. Example outputs of job_info()
and partition_info()
SIGNIFICANT USER-VISIBLE CHANGES
job_single()
and job_loop()
is now specified in total (i.e. through --mem
) instead of per core (i.e. through --mem-per-cpu
)NEW FEATURES
NEWS.md
file to track changes to the package.DESCRIPTION
, NAMESPACE
, etc) to make slurmjobs
a Bioconductor-style packageSIGNIFICANT USER-VISIBLE CHANGES
job_info()
functionjob_single()
function