Skip to content

Commit

Permalink
Fix failing test for gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
darianboggs committed Nov 12, 2024
1 parent 00df122 commit 6702570
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion generic3g/tests/Test_AccumulatorAction.pf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "unused_dummy.H"
module Test_AccumulatorAction
use mapl3g_AccumulatorAction
use mapl3g_MeanAccumulator
use accumulator_action_test_common
use esmf
use funit
Expand Down
1 change: 0 additions & 1 deletion generic3g/tests/Test_MaxAction.pf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "MAPL_TestErr.h"
module Test_MaxAction

use mapl3g_MaxAction
use accumulator_action_test_common
use esmf
Expand Down
9 changes: 0 additions & 9 deletions generic3g/tests/Test_MeanAction.pf
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,4 @@ contains

end subroutine test_accumulate_mean_R4

@Before
subroutine set_up()
integer :: status

if(is_initialized()) return
! call ESMF_Initialize(_RC)

end subroutine set_up

end module Test_MeanAction
1 change: 0 additions & 1 deletion generic3g/tests/Test_MinAction.pf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "MAPL_TestErr.h"
module Test_MinAction

use mapl3g_MinAction
use accumulator_action_test_common
use esmf
Expand Down

0 comments on commit 6702570

Please sign in to comment.