-
Notifications
You must be signed in to change notification settings - Fork 66
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
Binary compiled with Clang set input parameter value to 0 instead of given value #425
Comments
Just for a record: In this environment, with compiler
|
@salmanhiro @technic960183 I believe this issue has been fixed by #430, but could you help verify it further? Thanks! |
* main: (33 commits) Add string restriction description [Bugfix] Fix gamer-project#425 Minor chore(docs): Sync wiki to doc/wiki [skip-cd] Minor Update wiki Update wiki Move the script Update generate_make.sh Update wiki Remove prefix and suffix Apply suggestions from code review chore(docs): Sync wiki to doc/wiki [skip-cd] Fix filename check Fix wrong merge Update wiki Update wiki Avoid long string Validate the executed file Check the filename ...
* main: Add string restriction description [Bugfix] Fix gamer-project#425
@hyschive The code can run successfully now with |
π Bug Description
Simulation always give zero value of variables in running simulation.
π Steps to Reproduce
β Expected Behavior
Simulation should run with parameters set according to
Input__parameter
file. In this case,OPT__BC_FLU_XM = 2
.β Actual Behavior
Parameter didn't set the value from
Input__parameter
file but use the default value. In this case,OPT__BC_FLU_XM = 0
.Also if we comment the variable, it set to the default value of
-1
.πΈ Screenshots (if applicable)
π₯οΈ Environment
g++-14
but not used)π Logs & Error Messages
Stdout:
The text was updated successfully, but these errors were encountered: