source: palm/trunk/TESTS/builds/pgi_mpi_openacc_cufft/build_config.yml @ 4003

Last change on this file since 4003 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: 756 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    - "__cuda_fft"
13  options:
14    default:
15      - "-cpp"
16      - "-w"
17      - "-fast"
18      - "-Mfree"
19      - "-Mfprelaxed"
20      - "-ta=tesla"
21      - "-Minfo=accel"
22      - "-Mcuda"
23    debug:
24      - "-cpp"
25      - "-g"
26      - "-Minform=inform"
27      - "-Mchkfpstk"
28      - "-Mchkstk"
29      - "-Mpgicoff"
30      - "-traceback"
31      - "-Mfree"
32      - "-ta=tesla"
33      - "-Mcuda"
34      - "-Minfo=accel"
35  includes: []
36
37linker:
38  options:
39    - "-ta=tesla"
40    - "-Mcuda"
41    - "-Mcudalib=cufft"
Note: See TracBrowser for help on using the repository browser.