gsi_Run_gsi_sim: Simple unix-like interface to run gsi_sim

Description Usage Arguments

Description

This is just a wrapper. It runs gsi_sim with the arguments in arg.string in the current working directory, and it sends the standard output to stdout.to and the stderr to stderr.to

Usage

1
2
gsi_Run_gsi_sim(arg.string, stdout.to = "GSI_SIM_Dumpola.txt",
  stderr.to = "GSI_SIM_Stderr.txt", ...)

Arguments

arg.string

a text string which includes all the options to send to gsi_sim

stdout.to

path to redirect gsi_sim's standard output (stdout) to

stderr.to

path to redicted gsi_sim's standard error to

...

extra variables that get passed to system2


eriqande/gpiper documentation built on May 16, 2019, 8:46 a.m.