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.
split_gsruns_sorted_rt(
ps_rt_in_file,
ps_out_dir,
pn_nr_split,
ps_out_file_stem = "gsSortedRuns.txt"
)
gs-job runtime input file
output directory where the splitted jobs should be written to
number of splitted job files.
stem of output filename
--- title: Sort a List of gsRuns According To Their Runtime date: "2019-10-30" ---
if (FALSE) {
split_gsruns_sorted_rt(ps_rt_in_file = "work/rank_gsRuns_runtime.out", ps_out_dir = "work", pn_nr_split = 10)
}