-
Notifications
You must be signed in to change notification settings - Fork 18
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
set_var_default not working (on Isambard3) #352
Comments
That'd override values set on the command line. I don't see how |
As far as I can tell, the code to compute the value of
|
Uhm, this needs some debugging then, sounds like a potential bug in |
I'm guessing the value |
I'm on ReFrame 4.7.0 |
I've been trying to look into this, I updated to ReFrame v4.7.0 but |
Sigh, issue with python versions then? |
For what is worth locally I have Python 3.12.7. |
excalibur-tests/benchmarks/examples/stream/stream.py
Lines 43 to 46 in 65c9df7
print(self.num_cpus_per_task)
printsNone
. Replacing it withworks (ie, prints the correct number of cpus, 144)
The text was updated successfully, but these errors were encountered: