qstat_dismod: Checking job status of DisMod models

Description Usage Arguments Value Examples

View source: R/qstat_functions.R

Description

Interface for checking job status of dismod jobs running on the cluster. Allows for in-depth progress reports for specific models if desired

Usage

1
qstat_dismod(username = user, model_version_id = NA)

Arguments

username

uuw net id of modeler running DisMod

model_version_id

unique MVID of the model to check progress. Default is NA, so will report total jobs running for each model that the modeler is running. If model_version_id is supplied, returns an in-depth summary of the jobs running for each location and the progress made.

Value

data.table summarizing dismod jobs

Examples

1
2
qstat_dismod(username = "shadew", model_version_id = 123456)
qstat_dismod(username = "shadew")

ShadeWilson/ihme documentation built on May 20, 2019, 8:47 a.m.