View source: R/get_sort_rt_list.R
split_gsruns_sorted_rt | R Documentation |
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" )
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 |
— title: Sort a List of gsRuns According To Their Runtime date: "2019-10-30" —
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.