source: palm/trunk/TESTS/builds/pgi_mpi_only/build_config.yml @ 4270

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

Added OpenACC test and PGI build setups

File size: 595 bytes
Line 
1---
2# this is a palmtest build configuration file
3
4compiler:
5  id: PGI
6  executable: "{{PGI.executable}}"
7  mpi_wrapper: "{{PGI.mpi_wrapper}}"
8  definitions:
9    - "MPI_REAL=MPI_DOUBLE_PRECISION"
10    - "MPI_2REAL=MPI_2DOUBLE_PRECISION"
11    - "__parallel"
12  options:
13    default:
14      - "-cpp"
15      - "-w"
16      - "-fast"
17      - "-Mfree"
18      - "-Mfprelaxed"
19    debug:
20      - "-cpp"
21      - "-C"
22      - "-g"
23      - "-Minform=inform"
24      - "-Mchkfpstk"
25      - "-Mchkptr"
26      - "-Mchkstk"
27      - "-Mpgicoff"
28      - "-traceback"
29      - "-Mfree"
30  includes: []
31
32linker:
33  options: []
Note: See TracBrowser for help on using the repository browser.