topmodel icon indicating copy to clipboard operation
topmodel copied to clipboard

allow cfg_file to be passed as program arg

Open hellkite500 opened this issue 1 year ago • 0 comments

Allows the standalone BMI run to accept a configuration file arg from the command line.

After building with make you can execute ./run_bmi as before, and it will still look for the hard coded ./data/topmodel.run file.

You can also run ./run_bmi path/to/data/topmodel.run and it will use the provided configuration file instead.

hellkite500 avatar Sep 22 '23 20:09 hellkite500