Skip to content

Commit

Permalink
More logging for mpi output
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Oct 17, 2023
1 parent eb5e27f commit 1a43554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis_util/shell/mpi_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, exec_info):
collect_output=True,
hide_output=True))
vinfo = self.stdout
print(vinfo)
print(f'MPI INFO: stdout={vinfo} stderr={self.stderr}')
if 'mpich' in vinfo.lower():
self.version = ExecType.MPICH
elif 'Open MPI' in vinfo:
Expand Down

0 comments on commit 1a43554

Please sign in to comment.