View source: R/DevelopmentFunctions.R
runSortiePar | R Documentation |
runSortiePar()
is a wrapper function that passes parameter files to process parallel SORTIE simulations
runSortiePar(fname, numcores, sortie_loc)
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 |
#(runSortiePar(parameterfile.xml,numcores = 2, 0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.