Command Line Interface¶
Experi is designed to typically not require command line options. Primarily this is to ensure the reproducibility of running the code.
experi¶
experi [OPTIONS]
Options
-
--version¶ Show the version and exit.
-
-f,--input-file<input_file>¶ Path to a YAML file containing experiment data. Note that the experiment will be run from the directory in which the file exists, not the directory the script was run from.
-
-s,--scheduler<scheduler>¶ The scheduler with which to run the jobs.
- Options
shell|pbs|slurm
-
--use-dependencies¶ Use the dependencies specified in the command to reduce the processing
-
--dry-run¶ Don’t run commands or submit jobs, just show the commands that would be run.
-
-v,--verbose¶ Increase the verbosity of logging events.