source: palm/trunk/TESTS/cases/openacc_test/case_config.yml @ 3690

Last change on this file since 3690 was 3690, checked in by knoop, 5 years ago

Enabled OpenACC usage without using the cudaFFT library.
Added respective palmtest build configuration and testcase.

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