[Dart-dev] DART/branches Revision: 11850

dart at ucar.edu dart at ucar.edu
Mon Jul 31 11:43:31 MDT 2017


nancy at ucar.edu
2017-07-31 11:43:31 -0600 (Mon, 31 Jul 2017)
62
add in a simple test of the uniform random number generator.




Added: DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_random
===================================================================
--- DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_random	                        (rev 0)
+++ DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_random	2017-07-31 17:43:31 UTC (rev 11850)
@@ -0,0 +1,18 @@
+#!/bin/csh
+#
+# DART software - Copyright UCAR. This open source software is provided
+# by UCAR, "as is", without charge, subject to all terms of use at
+# http://www.image.ucar.edu/DAReS/DART/DART_download
+#
+# DART $Id$
+
+../../../build_templates/mkmf -p test_random -t ../../../build_templates/mkmf.template   \
+ -a "../../../" path_names_test_random
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_random
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Rev Author HeadURL Id
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: DART/branches/rma_trunk/developer_tests/random_seq/test/path_names_test_random
===================================================================
--- DART/branches/rma_trunk/developer_tests/random_seq/test/path_names_test_random	                        (rev 0)
+++ DART/branches/rma_trunk/developer_tests/random_seq/test/path_names_test_random	2017-07-31 17:43:31 UTC (rev 11850)
@@ -0,0 +1,6 @@
+assimilation_code/modules/utilities/null_mpi_utilities_mod.f90
+assimilation_code/modules/utilities/random_seq_mod.f90
+assimilation_code/modules/utilities/time_manager_mod.f90
+assimilation_code/modules/utilities/types_mod.f90
+assimilation_code/modules/utilities/utilities_mod.f90
+developer_tests/random_seq/test_random.f90


More information about the Dart-dev mailing list