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