Skip to content

Commit

Permalink
Added minloc and maxloc to fakempi
Browse files Browse the repository at this point in the history
  • Loading branch information
brbass committed Dec 11, 2024
1 parent 933719a commit 3de3310
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Distributed/fakempi.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
MIN = -1
MAX = -2
SUM = -3
MINLOC = -4
MAXLOC = -5

def is_fake_mpi():
return True
Expand Down

0 comments on commit 3de3310

Please sign in to comment.