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
Currently, the problem-specific variables set in probin are not stored in job_info. We should fix this. The easiest way to do it would be to implement #234
The text was updated successfully, but these errors were encountered:
The automates the creation of the probdata variables, the namelist for reading them, setting them as managed for CUDA, and adds the ability to output the values to a file (like job_info)
This feature is opt-in. You need to set USE_PROB_PARAMS in your GNUmakefile and then
define the problem parameters in a file _prob_params in the problem directory.
For problems that opt-in, the values of the problem parameters are now output into the job_info file.
closes#234closed#619
Currently, the problem-specific variables set in
probin
are not stored injob_info
. We should fix this. The easiest way to do it would be to implement #234The text was updated successfully, but these errors were encountered: