Skip to content

Commit 3d34372

Browse files
committed
Consolidate HPC tests in reflector root folder
1 parent 2139b4b commit 3d34372

File tree

3 files changed

+23
-24
lines changed

3 files changed

+23
-24
lines changed

pbfhr/mark1/reflector/cht/hpc_tests

Lines changed: 0 additions & 12 deletions
This file was deleted.

pbfhr/mark1/reflector/conduction/hpc_tests

Lines changed: 0 additions & 12 deletions
This file was deleted.

pbfhr/mark1/reflector/hpc_tests

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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 = 3600
11+
[]
12+
[nek_syntax]
13+
type = RunApp
14+
input = solid.i
15+
cli_args = 'Executioner/num_steps=10'
16+
check_input = true
17+
executable_pattern = 'cardinal*'
18+
min_parallel = 120
19+
max_time = 3600
20+
hpc_mem_per_cpu = 6G
21+
requirement = "The system shall be able to run a simulation of the reflector of heat conduction in the PBFHR reflector."
22+
[]
23+
[]

0 commit comments

Comments
 (0)