source: palm/trunk/TESTS/cases/user_interface/case_config.yml

Last change on this file was 4751, checked in by knoop, 3 years ago

New feature for palmtest to configure number of OpenMP threads per testcase

File size: 288 bytes
Line 
1---
2# this is a palmtest job configuration file
3
4allowed_builds:
5  - gfortran_default
6
7allowed_number_of_cores:
8  - 1
9  - 2
10  - 4
11  - 8
12  - 16
13
14omp_num_threads: 2
15
16activation_strings:
17  - "d3#"
18  - "restart"
19
20significant_digits_for_netcdf_checks:
21  timeseries: 3
22  profiles: 5
23  other: 8
Note: See TracBrowser for help on using the repository browser.