Fix log level of a message
This commit is contained in:
parent
c2bf0cb74b
commit
2944f3cae9
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def get_Nranks(fn):
|
|||
try:
|
||||
nranks = int(result.stdout)
|
||||
except ValueError:
|
||||
logging.info("Cannot infer nranks from '@ MPI Task Assignment'.")
|
||||
logging.warning("Cannot infer nranks from '@ MPI Task Assignment'.")
|
||||
nranks = None
|
||||
|
||||
return {"ranks": nranks}
|
||||
|
|
Loading…
Reference in a new issue