runSortiePar: Run SORTIE in parallel

View source: R/DevelopmentFunctions.R

runSortieParR Documentation

Run SORTIE in parallel

Description

runSortiePar() is a wrapper function that passes parameter files to process parallel SORTIE simulations

Usage

runSortiePar(fname, numcores, sortie_loc)

Arguments

fname

File path and parameter file names to run

numcores

How many cores. Right now, the number of cores is the same as the number of files to run, but we will update this to allow serial runs passed across cores

sortie_loc

'0' defaults to Program Files (x86) for SORTIE location. If stored elsewhere, sortie_loc = location

Examples

#(runSortiePar(parameterfile.xml,numcores = 2, 0))


aclason/rsortie documentation built on Sept. 14, 2022, 8:06 p.m.