[Dart-dev] DART/branches Revision: 13121

dart at ucar.edu dart at ucar.edu
Wed Apr 24 10:32:43 MDT 2019


mizzi at ucar.edu
2019-04-24 10:32:43 -0600 (Wed, 24 Apr 2019)
43
Update the repository version April 2019.




Modified: DART/branches/mizzi/mkmf/mkmf.template
===================================================================
--- DART/branches/mizzi/mkmf/mkmf.template	2019-04-23 20:47:07 UTC (rev 13120)
+++ DART/branches/mizzi/mkmf/mkmf.template	2019-04-24 16:32:43 UTC (rev 13121)
@@ -124,17 +124,17 @@
 
 INCS = -I$(NETCDF)/include -I${CURC_MKL_INC}
 LIBS = -L$(NETCDF)/lib -lnetcdff -lnetcdf -L${CURC_MKL_LIB} -lmkl_rt -lmkl_lapack95_lp64 -lmkl_blas95_lp64 -lm -lpthread
-#FFLAGS  = -O2 -CB -ftz -vec-report0 -mcmodel=medium -shared-intel -fp-model precise $(INCS)
-#FFLAGS  = -g -C -CB -ftz -vec-report0 -mcmodel=medium -shared-intel -fp-model precise $(INCS)
+#FFLAGS  = -O2 -ftz -vec-report0 -mcmodel=medium -shared-intel -fp-model precise $(INCS)
+##FFLAGS  = -g -C -CB -ftz -vec-report0 -mcmodel=medium -shared-intel -fp-model precise $(INCS)
 #
 # for development or debugging, use this instead:
- FFLAGS = -g -C -check noarg_temp_created -fpe0 -mcmodel=large -shared-intel \
-          -fp-model precise  -ftrapuv -traceback \
-          -warn declarations,uncalled,unused $(INCS)
- LDFLAGS = $(FFLAGS) $(LIBS)
+# FFLAGS = -g -C -CB -check noarg_temp_created -fpe0 -mcmodel=large -shared-intel \
+#          -fp-model precise  -ftrapuv -traceback \
+#          -warn declarations,uncalled,unused $(INCS)
 #
 # for speed on yellowstone (verify against a run with with -O and -fp-model precise
 #        that the numerical differences aren't too large to be acceptable):
+ FFLAGS = -O3 -axavx -ipo -xCORE-AVX2 -vec-report0 $(INCS)
 # FFLAGS = -O3 -axavx -ipo -vec-report0 $(INCS)
 #
 # Some optimized (BLAS, LAPACK) libraries may be available with:
@@ -142,7 +142,9 @@
 #
 # If you get this error: libimf.so: warning: warning: feupdateenv is not implemented
 # try adding: -limf -lm to your LIBS line.
-
+#
+ LDFLAGS = $(FFLAGS) $(LIBS)
+#
 # <next few lines under version control, do not edit>
 # $URL$
 # $Revision$

Modified: DART/branches/mizzi/mkmf/mkmf.template_cu_summit
===================================================================
--- DART/branches/mizzi/mkmf/mkmf.template_cu_summit	2019-04-23 20:47:07 UTC (rev 13120)
+++ DART/branches/mizzi/mkmf/mkmf.template_cu_summit	2019-04-24 16:32:43 UTC (rev 13121)
@@ -128,14 +128,13 @@
 #FFLAGS  = -g -C -CB -ftz -vec-report0 -mcmodel=medium -shared-intel -fp-model precise $(INCS)
 #
 # for development or debugging, use this instead:
- FFLAGS = -g -C -check noarg_temp_created -fpe0 -mcmodel=large -shared-intel \
-          -fp-model precise  -ftrapuv -traceback \
-          -warn declarations,uncalled,unused $(INCS)
- LDFLAGS = $(FFLAGS) $(LIBS)
+# FFLAGS = -g -C -check noarg_temp_created -fpe0 -mcmodel=large -shared-intel \
+#          -fp-model precise  -ftrapuv -traceback \
+#          -warn declarations,uncalled,unused $(INCS)
 #
 # for speed on yellowstone (verify against a run with with -O and -fp-model precise
 #        that the numerical differences aren't too large to be acceptable):
-# FFLAGS = -O3 -axavx -ipo -vec-report0 $(INCS)
+ FFLAGS = -O3 -axavx -ipo -vec-report0 $(INCS)
 #
 # Some optimized (BLAS, LAPACK) libraries may be available with:
 # LIBS = -L$(NETCDF)/lib -lnetcdff -lnetcdf -lmkl -lmkl_lapack -lguide -lpthread
@@ -143,6 +142,8 @@
 # If you get this error: libimf.so: warning: warning: feupdateenv is not implemented
 # try adding: -limf -lm to your LIBS line.
 
+ LDFLAGS = $(FFLAGS) $(LIBS)
+
 # <next few lines under version control, do not edit>
 # $URL$
 # $Revision$

Added: DART/branches/mizzi/models/wrf/run_scripts/RUN_CLEAN/accounting.ksh
===================================================================
--- DART/branches/mizzi/models/wrf/run_scripts/RUN_CLEAN/accounting.ksh	                        (rev 0)
+++ DART/branches/mizzi/models/wrf/run_scripts/RUN_CLEAN/accounting.ksh	2019-04-24 16:32:43 UTC (rev 13121)
@@ -0,0 +1,4 @@
+#!/bin/bash
+#sacct -u mizzi -S 2018-08-21 -E 2018-08-27 --format=Cluster,Partition,Priority,JobID,JobName,MaxRSS,Elapsed,NNodes,ReqNodes,NCPUS,ReqCPUS,CPUTime,AveCPU,TotalCPU,ExitCode,submit,start,end
+sacct -u mizzi -S 2018-08-29 -E 2018-08-31 --format=JobID,JobName,Elapsed,NNodes,NCPUS,CPUTime,submit,start,end
+


Property changes on: DART/branches/mizzi/models/wrf/run_scripts/RUN_CLEAN/accounting.ksh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: DART/branches/mizzi/models/wrf/run_scripts/RUN_CLEAN/clean_FRAPPE_final.ksh
===================================================================
--- DART/branches/mizzi/models/wrf/run_scripts/RUN_CLEAN/clean_FRAPPE_final.ksh	                        (rev 0)
+++ DART/branches/mizzi/models/wrf/run_scripts/RUN_CLEAN/clean_FRAPPE_final.ksh	2019-04-24 16:32:43 UTC (rev 13121)
@@ -0,0 +1,224 @@
+#!/bin/ksh -aeux
+#
+#export NUM_MEMBERS=10
+export NUM_MEMBERS=30
+export WRFDA_VERSION=WRFDAv3.9.1.1_dmpar
+export BUILD_DIR=/projects/mizzi/TRUNK/${WRFDA_VERSION}/var/build


More information about the Dart-dev mailing list