Skip to content

Commit

Permalink
reverts test_time_sum change
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed Nov 2, 2023
1 parent dcc732b commit d9c962a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_fms/diag_manager/test_time_sum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ test_expect_success "Checking answers for the "sum" reduction method, real mask
mpirun -n 1 ../check_time_sum
'

export OMP_NUM_THREADS=2
export OMP_NUM_THREADS=1
my_test_count=`expr $my_test_count + 1`
printf "&diag_manager_nml \n use_modern_diag=.true. \n / \n&test_reduction_methods_nml \n test_case = 1 \n \n/" | cat > input.nml
test_expect_success "Running diag_manager with "sum" reduction method with openmp (test $my_test_count)" '
Expand All @@ -139,7 +139,7 @@ test_expect_success "Running diag_manager with "sum" reduction method with openm
test_expect_success "Checking answers for the "sum" reduction method with openmp, real mask (test $my_test_count)" '
mpirun -n 1 ../check_time_sum
'
export OMP_NUM_THREADS=1
export OMP_NUM_THREADS=2

my_test_count=`expr $my_test_count + 1`
printf "&diag_manager_nml \n use_modern_diag=.true. \n / \n&test_reduction_methods_nml \n test_case = 2 \n \n/" | cat > input.nml
Expand Down

0 comments on commit d9c962a

Please sign in to comment.