We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3629fa6 commit ec5ead5Copy full SHA for ec5ead5
reframe/utility/cpuinfo.py
@@ -283,8 +283,8 @@ def cpuinfo():
283
ret = {
284
'arch': archspec.cpu.host().name,
285
'vendor': archspec.cpu.host().vendor,
286
- 'model':
287
- archspec.cpu.detect.raw_info_dictionary().get("model name", "N/A")
+ 'model': archspec.cpu.detect.raw_info_dictionary().get('model name',
+ 'N/A')
288
}
289
290
# Try first to get information from the filesystem
0 commit comments