source: palm/trunk/TESTS/builds/pgi_mpi_openacc/build_config.yml @ 3912

Last change on this file since 3912 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: 664 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      - "-ta=tesla"
20      - "-Minfo=accel"
21    debug:
22      - "-cpp"
23      - "-g"
24      - "-Minform=inform"
25      - "-Mchkfpstk"
26      - "-Mchkstk"
27      - "-Mpgicoff"
28      - "-traceback"
29      - "-Mfree"
30      - "-ta=tesla"
31      - "-Minfo=accel"
32  includes: []
33
34linker:
35  options:
36    - "-ta=tesla"
Note: See TracBrowser for help on using the repository browser.