source: palm/trunk/TESTS/JOBS/example_cbl/job_config.yml @ 3081

Last change on this file since 3081 was 3031, checked in by knoop, 6 years ago

Initial structure of the TESTS directory added (WIP).

File size: 298 bytes
Line 
1---
2# this is a palmtest job configuration file
3
4allowed_builds:
5  - default: gfortran_default
6    if_debug: gfortran_default_debug
7  - default: intel_default
8    if_debug: intel_default_debug
9
10allowed_number_of_cores:
11  - 1
12  - 2
13  - 4
14  - 8
15  - 16
16  - 32
17
18write_binary: false
19
20read_binary: false
Note: See TracBrowser for help on using the repository browser.