Skip to content

Commit

Permalink
Fix for MpiInfo class (remove print)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed Nov 21, 2023
1 parent e95c63a commit 6ae8771
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion machinestate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2439,7 +2439,6 @@ def __init__(self, executable, extended=False, anonymous=False):

@staticmethod
def mpivendor(value):
print(value)
if "Open MPI" in value or "OpenRTE" in value:
return "OpenMPI"
elif "Intel" in value and "MPI" in value:
Expand Down

0 comments on commit 6ae8771

Please sign in to comment.