Skip to content

Commit

Permalink
switching back to mpirun in test_input_fies.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brookeslawski committed Dec 13, 2024
1 parent e12641b commit cc35071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvade/tests/test_input_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def launch_sim(input_file):
l_char = 0.01

command = (
f"python "
f"mpirun -n 2 python "
+ rootdir + "/pvade_main.py --input_file "
+ input_file
+ " --domain.l_char "
Expand Down

0 comments on commit cc35071

Please # to comment.