| runMigrate | R Documentation | 
This is a convenience function to run migrate-n from within R
runMigrate(
  runOptions = "mpirun --use-hwthread-cpus",
  migratePath = "",
  migrateExecutable = "migrate-n-mpi",
  nProcessors = "auto",
  pathParmfile = "./",
  parmfile = "parmfile"
)
runOptions | 
 Character vector to pre-append to the command being issued. The default assume that you are running migrate in parallel using openMPI ('"mpirun –use-hwthread-cpus"')  | 
migratePath | 
 Character vector with the path to migrate excutable  | 
migrateExecutable | 
 The name of the executable (default 'migrate-n-mpi')  | 
nProcessors | 
 The number of processor to be used. If '"auto"', the maximum number of processors available will be used  | 
pathParmfile | 
 The path to the param file (default '"./"'  | 
parmfile | 
 The name of the parmfile (default '"parmfile"')  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.