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 46510a9 commit 165481dCopy full SHA for 165481d
reframe/core/launchers/mpi.py
@@ -33,12 +33,12 @@ def __init__(self):
33
if slurm_version < semver.VersionInfo(22, 5, 0):
34
self.use_cpus_per_task = False
35
else:
36
- getlogger().warning(
+ getlogger().debug(
37
'could not get version of Slurm, --cpus-per-task will be '
38
'set according to the num_cpus_per_task attribute'
39
)
40
except Exception:
41
42
'could not get version of Slurm, --cpus-per-task will be set '
43
'according to the num_cpus_per_task attribute'
44
0 commit comments