You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Section 6 "Configure a job" of the SCR User's Manual says
SCR searches the following locations in the following order for a parameter value, taking the first value it finds.
Environment variables,
User configuration file,
System configuration file,
Compile-time constants.
Some parameters, such as the location of the control directory, cannot be specified by the user. Such parameters must be either set in the system configuration file or hard-coded into SCR as compile-time constants.
Can we add an API call to SCR that sets user parameters, like those specified in 1. and 2.? Doing this would allow users of my code to put all scr configuration parameters inside of the input deck to my code.
Note that if SCR needs user-settable parameters at SCR_Init time, then they could be passed there instead of a new API call.
The text was updated successfully, but these errors were encountered:
Closing as duplicate of #40. #40 has been tagged for v1.3 and assigned to me. By noting #40 by reference here, this conversation will be linked to from #40.
Section 6 "Configure a job" of the SCR User's Manual says
Can we add an API call to SCR that sets user parameters, like those specified in 1. and 2.? Doing this would allow users of my code to put all scr configuration parameters inside of the input deck to my code.
Note that if SCR needs user-settable parameters at SCR_Init time, then they could be passed there instead of a new API call.
The text was updated successfully, but these errors were encountered: