-
Notifications
You must be signed in to change notification settings - Fork 9
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
Constants #17
Comments
I'm partial to the settings going into your loop input file. Then you could
run multiple jobs with different settings with only one installation of
Q2MM (more like how Gaussian or any large software package functions).
Suppose we could have a file like you mentioned for the defaults, but then
those could be overwritten with arguments in the loop input file? Best of
both worlds?
|
Fine, any solution that means you don’t have to modify the .py code, and allows multiple instances to run. I don’t need the settings file if you can read ALL possible settings from the input file, but I’d like to have reasonable defaults somewhere (that don’t change every time you update the code…). /Per-Ola From: Eric Hansen [mailto:[email protected]] I'm partial to the settings going into your loop input file. Then you could Suppose we could have a file like you mentioned for the defaults, but then — Confidentiality Notice: This message is private and may contain confidential and proprietary information. If you have received this message in error, please notify us and remove it from your system and note that you must not copy, distribute or take any action in reliance on it. Any unauthorized use or disclosure of the contents of this message is not permitted and may be unlawful. |
Reasonable defaults should be discussed in issue #9 (and please do offer your suggestions, I need them!). |
I would like a general mechanism where ALL values that are now set in "constants.py", and a few from other files (like "do_svd") could be overridden by a setting file in the parameterization directory. Wouldn't need to be complex, we could just have lines with "keyword=value"
The text was updated successfully, but these errors were encountered: