Skip to content

Commit 8ba6b7a

Browse files
v8.3.1-2.34 Fix the DEBUG build for the ifort_icx target; update .gitignore (ufs-community#257)
* add ush/load_mpas.sh and update .gitignore * bug fix for the DEBUG build for the ifort_icx target * drop load_mpas.sh * Update README.md --------- Co-authored-by: Dustin Swales <dustin.swales@noaa.gov>
1 parent 00b99fa commit 8ba6b7a

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,21 @@ restart_timestamp
6363

6464
src/core_*/inc
6565
build/
66+
67+
# ignore output generated by the make system
68+
default_inputs/
69+
namelist.atmosphere
70+
namelist.init_atmosphere
71+
src/core_atmosphere/default_inputs/
72+
src/core_init_atmosphere/default_inputs/
73+
stream_list.atmosphere.da_state
74+
stream_list.atmosphere.diag_ugwp
75+
stream_list.atmosphere.diagnostics
76+
stream_list.atmosphere.output
77+
stream_list.atmosphere.surface
78+
streams.atmosphere
79+
streams.init_atmosphere
80+
81+
# ignore ics and tables generated by get_data.sh
82+
testing_and_setup/ufs-community/data/ics/
83+
testing_and_setup/ufs-community/data/tables/

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ ifort_icx: # BUILDTARGET Intel Fortran, C, and C++ compiler suite
366366
"FFLAGS_DEBUG = -g -convert big_endian -free -check all -fpe0 -traceback" \
367367
"CFLAGS_DEBUG = -g -traceback" \
368368
"CXXFLAGS_DEBUG = -g -traceback" \
369-
"LDFLAGS_DEBUG = -g -fpe0 -traceback" \
369+
"LDFLAGS_DEBUG = -g -traceback" \
370370
"FFLAGS_OMP = -qopenmp" \
371371
"CFLAGS_OMP = -qopenmp" \
372372
"PICFLAG = -fpic" \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MPAS-v8.3.1-2.33
1+
MPAS-v8.3.1-2.34
22
====
33

44
The Model for Prediction Across Scales (MPAS) is a collaborative project for

0 commit comments

Comments
 (0)