source: palm/trunk/TESTS/builds/pgi_mpi_openacc_cufft_cudaawarempi/build_config.yml @ 3950

Last change on this file since 3950 was 3695, checked in by knoop, 5 years ago

Added palmtest build setup and testcase for CUDA-aware-MPI.

File size: 781 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    - "__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      - "-Mcuda"
35      - "-Minfo=accel"
36  includes: []
37
38linker:
39  options:
40    - "-ta=tesla"
41    - "-Mcuda"
42    - "-Mcudalib=cufft"
Note: See TracBrowser for help on using the repository browser.