split_gsruns_sorted_rt: Split GsRuns According to Sorted Runtimes

Description Usage Arguments Details Examples

View source: R/get_sort_rt_list.R

Description

Given an input file of runtimes per gs-jobs, the list of gs-jobs will be sorted and output in a given number of splits of the complete number of gs-jobs.

Usage

1
2
3
4
5
6
split_gsruns_sorted_rt(
  ps_rt_in_file,
  ps_out_dir,
  pn_nr_split,
  ps_out_file_stem = "gsSortedRuns.txt"
)

Arguments

ps_rt_in_file

gs-job runtime input file

ps_out_dir

output directory where the splitted jobs should be written to

pn_nr_split

number of splitted job files.

ps_out_file_stem

stem of output filename

Details

— title: Sort a List of gsRuns According To Their Runtime date: "2019-10-30" —

Examples

1
2
3
4
## Not run: 
split_gsruns_sorted_rt(ps_rt_in_file = "work/rank_gsRuns_runtime.out", ps_out_dir = "work", pn_nr_split = 10)

## End(Not run)

pvrqualitasag/qgert documentation built on June 29, 2021, 11:14 p.m.