Skip to content

Commit

Permalink
Merge pull request #74 from ESMCI/master_merge
Browse files Browse the repository at this point in the history
Master merge 
Merge lastest cime master into nuopc-cmeps branch
We will need new baselines.

Test suite: ./create_test --xml-testlist ../src/drivers/nuopc/cime_config/testdefs/testlist_drv.xml --xml-machine cheyenne --xml-category nuopc --walltime 00:30:00 --compare feb4 --baseline-root /glade/scratch/dunlap/BASELINES
Test baseline:
Test namelist changes:
Test status: roundoff
Fixes

User interface changes?:

Update gh-pages html (Y/N)?:

Code review:

components used:
cam svn rev 90642
cice e78444
clm ae02ffe
mom_interface a1c73e
MOM dc54281
mosart bf53c0

New baselines in /glade/scratch/jedwards/BASELINES feb25
  • Loading branch information
jedwards4b authored Feb 25, 2019
2 parents e9ed599 + 0926e82 commit 0d10cbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion share/timing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ endif
OBJS = gptl.o GPTLutil.o GPTLget_memusage.o GPTLprint_memusage.o \
gptl_papi.o f_wrappers.o perf_mod.o perf_utils.o

AR ?= ar
ARFLAGS ?= ruv

libgptl.a: $(OBJS)
$(AR) ruv $@ $(OBJS)
$(AR) $(ARFLAGS) $@ $(OBJS)



Expand Down

0 comments on commit 0d10cbf

Please sign in to comment.