Write PBS Options to an External File
Save options that were set using setPBSoptions
, setPBSext
, or interfaces such as loadC
. These options can be reloaded using readPBSoptions
.
writePBSoptions(fname="PBSoptions.txt")
fname
: file name or full path of file to which the options will be saved.Anisa Egeli, Vancouver Island University, Nanaimo BC
Options with names starting with "."
will not be saved.
readPBSoptions
, setPBSoptions
, setPBSext
, promptWriteOptions