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

Last change on this file was 4530, checked in by knoop, 4 years ago

palmtest: introducing separate PGI+CUDA build environment

File size: 771 bytes
Line 
1---
2# this is a palmtest build configuration file
3
4compiler:
5  id: PGI+CUDA
6  executable: "{{PGI+CUDA.executable}}"
7  mpi_wrapper: "{{PGI+CUDA.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      - "-Minfo=accel"
34      - "-Mcuda"
35  includes: []
36
37linker:
38  options:
39    - "-ta=tesla"
40    - "-Mcuda"
41    - "-Mcudalib=cufft"
Note: See TracBrowser for help on using the repository browser.