Skip to content

Commit

Permalink
add mpirun -n1 to create_xgrid_order2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored and mlee03 committed Dec 12, 2024
1 parent 08b564a commit 3b9a439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_fms/horiz_interp/test_create_xgrid_order2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
. ../test-lib.sh


test_expect_success "create_xgrid order2" './test_create_xgrid_order2_r8'
test_expect_success "create_xgrid order2" 'mpirun -n 1 ./test_create_xgrid_order2_r8'
test_done

0 comments on commit 3b9a439

Please sign in to comment.