Skip to content

Commit 436d708

Browse files
rem1776rem1776
authored andcommitted
revert changes to mosaic2 helper module
1 parent 10ac33b commit 436d708

6 files changed

Lines changed: 7 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ list(APPEND TEST_MODS_SRC
593593
test_fms/fms/test_fms.F90
594594
test_fms/fms2_io/argparse.F90
595595
test_fms/fms2_io/setup.F90
596-
test_fms/mosaic2/write_files.F90
596+
# test_fms/mosaic2/write_files.F90
597597
test_fms/mpp/compare_data_checksums.F90
598598
test_fms/mpp/compare_data_checksums_int.F90
599599
test_fms/mpp/fill_halo.F90

cmake/compiler_flags_IntelLLVM_C.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -traceback")
44

55
set( CMAKE_C_FLAGS_RELEASE "-qno-opt-dynamic-align -O2 -debug minimal")
66

7-
set( CMAKE_C_FLAGS_DEBUGUFS "-O0 -g -ftrapuv")
7+
set( CMAKE_C_FLAGS_DEBUGUFS "-O0 -g -ftrapv")
88

99
set( CMAKE_C_LINK_FLAGS "")

test_fms/mosaic2/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# uramirez, Ed Hartnett
2424

2525
# Find the needed mod and include files.
26-
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(MODDIR) -I./INPUT -I$(top_srcdir)/mosaic -I./
26+
AM_CPPFLAGS = -I$(abs_top_srcdir)/test_fms/mosaic2 -I$(top_srcdir)/include -I$(MODDIR)
2727

2828
# Link to the FMS library.
2929
LDADD = $(top_builddir)/libFMS/libFMS.la

test_fms/mosaic2/test_grid2.F90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
!! with C1 tiles where tiles 1-6 are identical. The tile points are made up with
2222
!! values that result in simple answers. See write_files module for grid details.
2323

24+
#include "write_files.inc"
25+
2426
program test_mosaic
2527

2628
use mpp_mod, only : mpp_init, mpp_error, FATAL, mpp_npes, mpp_pe, mpp_root_pe

test_fms/mosaic2/test_mosaic2.F90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
!! get_mosaic_grid_sizes, get_mosaic_contact. The subroutines are tested with
2222
!! made up C1 grids and exchange grids. See write_files mod for grid details.
2323

24+
#include "write_files.inc"
25+
2426
program test_mosaic
2527

2628
use mosaic2_mod

0 commit comments

Comments
 (0)