Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow cfg_file to be passed as program arg #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hellkite500
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configuration file location name is hardcoded instead of being a user input in stand alone mode
1 participant