job_finder: Find cluster jobs for a user

View source: R/build_metadata_shell.R

job_finderR Documentation

Find cluster jobs for a user

Description

Filters to jobs with State = RUNNING You can filter jobs to a string match (grepl()).

Usage

job_finder(system_user_name, jobname_filter, cluster_type = "slurm")

Arguments

system_user_name

[chr] string identifying user on the cluster

jobname_filter

[regex] filter the user's jobs to include this string

cluster_type

[chr] allows methods by cluster type, if multiple are applicable - "slurm" uses 'squeue'

Value

[data.frame] long by jobid, wide by jobid and jobname


epi-sam/SamsElves documentation built on June 12, 2025, 7 a.m.