Skip to content

Commit

Permalink
small changes in run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias77515 committed Sep 11, 2024
1 parent 5455e58 commit 4fba3c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@

### Common MPI arguments
comm = MPI.COMM_WORLD
stop

simu = 'CMM'
simu = 'FMM'

if __name__ == "__main__":




if simu == 'FMM':

try:
Expand Down

0 comments on commit 4fba3c4

Please sign in to comment.