write_HPC_bat: Make HPCC Batch Files to run all experiments in run

Description Usage Arguments Examples

View source: R/write_batch_funs.R

Description

This function makes a bash script to execute queue submissions to MSU's High Performance Computing Cluster (HPCC).

Usage

1
write_HPC_bat(sh_vector, outFile)

Arguments

sh_vector

A vector of sh shellscripts written by

outFile

Path and filename with which to save the output bat file

Examples

1
2
3
4
5
6
# function arguments
shNames <- paste0('test_',1:10,'.sh')
fileOut <- 'C:/Users/deinesji/Dropbox/1PhdJill/hpa/LEMAs/SALUS/testHPCCrun/test.bat'

# write out .bat file
write_HPC_bat(shNames, fileOut)

jdeines/salustools documentation built on May 29, 2019, 1:03 a.m.