Skip to content

Commit

Permalink
remove added test for pr
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Aug 23, 2023
1 parent f6503d7 commit e27ec4a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 240 deletions.
5 changes: 0 additions & 5 deletions test_fms/coupler/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,20 @@ LDADD = ${top_builddir}/libFMS/libFMS.la
# Build this test program.
check_PROGRAMS = test_coupler_2d_r4 test_coupler_2d_r8 \
test_coupler_3d_r4 test_coupler_3d_r8 \
test_coupler_types_r4 test_coupler_types_r8 \
test_atmos_ocean_fluxes

# This is the source code for the test.
test_coupler_2d_r4_SOURCES = test_coupler_2d.F90 test_coupler_utils.inc
test_coupler_2d_r8_SOURCES = test_coupler_2d.F90 test_coupler_utils.inc
test_coupler_3d_r4_SOURCES = test_coupler_3d.F90 test_coupler_utils.inc
test_coupler_3d_r8_SOURCES = test_coupler_3d.F90 test_coupler_utils.inc
test_coupler_types_r4_SOURCES= test_coupler_types.F90 test_coupler_utils.inc
test_coupler_types_r8_SOURCES = test_coupler_types.F90 test_coupler_utils.inc
test_atmos_ocean_fluxes_SOURCES = test_atmos_ocean_fluxes.F90

# add macro flags for kind and r4/r8 child type
test_coupler_2d_r4_CPPFLAGS=-DFMS_CP_TEST_KIND_=r4_kind -DFMS_TEST_BC_TYPE_=bc_r4 -I$(MODDIR)
test_coupler_2d_r8_CPPFLAGS=-DFMS_CP_TEST_KIND_=r8_kind -DFMS_TEST_BC_TYPE_=bc -I$(MODDIR)
test_coupler_3d_r4_CPPFLAGS=-DFMS_CP_TEST_KIND_=r4_kind -DFMS_TEST_BC_TYPE_=bc_r4 -I$(MODDIR)
test_coupler_3d_r8_CPPFLAGS=-DFMS_CP_TEST_KIND_=r8_kind -DFMS_TEST_BC_TYPE_=bc -I$(MODDIR)
test_coupler_types_r4_CPPFLAGS=-DFMS_CP_TEST_KIND_=r4_kind -DFMS_TEST_BC_TYPE_=bc_r4 -I$(MODDIR)
test_coupler_types_r8_CPPFLAGS=-DFMS_CP_TEST_KIND_=r8_kind -DFMS_TEST_BC_TYPE_=bc -I$(MODDIR)

TEST_EXTENSIONS = .sh
SH_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
Expand Down
8 changes: 0 additions & 8 deletions test_fms/coupler/test_coupler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ test_expect_success "coupler register restart 3D (r8_kind)" '
mpirun -n 1 ./test_coupler_3d_r8
'

test_expect_success "coupler type operation interfaces (r4_kind)" '
mpirun -n 4 ./test_coupler_types_r4
'

test_expect_success "coupler type operation interfaces (r8_kind)" '
mpirun -n 4 ./test_coupler_types_r8
'

test_expect_success "test atmos_ocean_fluxes" '
mpirun -n 1 ./test_atmos_ocean_fluxes
'
Expand Down
227 changes: 0 additions & 227 deletions test_fms/coupler/test_coupler_types.F90

This file was deleted.

0 comments on commit e27ec4a

Please sign in to comment.