Skip to content

Commit

Permalink
fix wrong script name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-barge committed Dec 5, 2024
1 parent 68a7ed2 commit 208d92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/halo_decomposition/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ preprod:

# run coupled test
prod:
mpirun -np $(n1) python3 ./tpy_earth.py : -np $(n2) python3 ./main.py --exec prod
mpirun -np $(n1) python3 ./toy_earth.py : -np $(n2) python3 ./main.py --exec prod

# remove working file
clean:
Expand Down

0 comments on commit 208d92c

Please sign in to comment.