Skip to content

Commit a436d79

Browse files
committed
Move large_memory tests to HPC testing for Cardinal
refs #176
1 parent 2ec37bf commit a436d79

File tree

4 files changed

+23
-20
lines changed

4 files changed

+23
-20
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[Tests]
2+
[nek]
3+
type = RunApp
4+
input = solid.i
5+
cli_args = 'Executioner/num_steps=10'
6+
check_input = true
7+
requirement = "The system shall be able to run a simulation of the reflector of flow in the PBFHR reflector."
8+
executable_pattern = 'cardinal*'
9+
min_parallel = 192
10+
max_time = 20000
11+
[]
12+
[]

pbfhr/mark1/reflector/cht/tests

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,4 @@
88
"MOOSE main application."
99
executable_pattern = 'cardinal*'
1010
[]
11-
[nek_syntax]
12-
type = RunApp
13-
input = nek.i
14-
check_input = true
15-
requirement = "The pbfhr reflector fluid flow input shall not deprecate syntax from the "
16-
"MOOSE main application."
17-
executable_pattern = 'cardinal*'
18-
min_parallel = 16
19-
group = 'large_memory'
20-
[]
2111
[]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Tests]
2+
[nek_syntax]
3+
type = RunApp
4+
input = solid.i
5+
cli_args = 'Executioner/num_steps=10'
6+
check_input = true
7+
executable_pattern = 'cardinal*'
8+
min_parallel = 192
9+
max_time = 20000
10+
[]
11+
[]

pbfhr/mark1/reflector/conduction/tests

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,4 @@
88
"MOOSE main application."
99
executable_pattern = 'cardinal*'
1010
[]
11-
[nek_syntax]
12-
type = RunApp
13-
input = nek.i
14-
check_input = true
15-
requirement = "The pbfhr reflector fluid flow input shall not deprecate syntax from the "
16-
"MOOSE main application."
17-
executable_pattern = 'cardinal*'
18-
min_parallel = 16
19-
group = 'large_memory'
20-
[]
2111
[]

0 commit comments

Comments
 (0)