From 8978996ef023e8af9d59734263e5f43287b18792 Mon Sep 17 00:00:00 2001 From: Logan Harbour Date: Thu, 7 Nov 2024 10:54:49 -0700 Subject: [PATCH] WIP HPC recipes refs #0 --- apps/griffin | 2 +- htgr/leu_pulse/hpc_tests | 12 ++++++++++++ testroot | 3 +++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 htgr/leu_pulse/hpc_tests create mode 100644 testroot diff --git a/apps/griffin b/apps/griffin index 1d16e75f4..53f082a10 160000 --- a/apps/griffin +++ b/apps/griffin @@ -1 +1 @@ -Subproject commit 1d16e75f464d6d46f339e5df034b61731091facc +Subproject commit 53f082a101fdc7e7d511a8e53d2a551639c61d3f diff --git a/htgr/leu_pulse/hpc_tests b/htgr/leu_pulse/hpc_tests new file mode 100644 index 000000000..82752e36c --- /dev/null +++ b/htgr/leu_pulse/hpc_tests @@ -0,0 +1,12 @@ +[Tests] + [refcube_regression] + type = CSVDiff + input = 'refcube.i' + csvdiff = 'out~refcube.csv' + executable_pattern = 'griffin*' + cli_args = "Executioner/end_time=0.010" + min_parallel = 16 + max_time = 1000 + method = 'opt' + [] +[] diff --git a/testroot b/testroot new file mode 100644 index 000000000..fc7b5e1eb --- /dev/null +++ b/testroot @@ -0,0 +1,3 @@ +allow_warnings = true +allow_unused = false +allow_override = true