Ignore:
Timestamp:
Jan 22, 2019 10:56:42 PM (5 years ago)
Author:
knoop
Message:

Enabled OpenACC usage without using the cudaFFT library.
Added respective palmtest build configuration and testcase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TESTS/builds/pgi_mpi_openacc/build_config.yml

    r3683 r3690  
    1010    - "MPI_2REAL=MPI_2DOUBLE_PRECISION"
    1111    - "__parallel"
    12     - "__cuda_fft"
    1312  options:
    1413    default:
     
    2019      - "-ta=tesla"
    2120      - "-Minfo=accel"
    22       - "-Mcuda"
    2321    debug:
    2422      - "-cpp"
     
    3129      - "-Mfree"
    3230      - "-ta=tesla"
    33       - "-Mcuda"
    3431      - "-Minfo=accel"
    3532  includes: []
     
    3835  options:
    3936    - "-ta=tesla"
    40     - "-Mcuda"
    41     - "-Mcudalib=cufft"
Note: See TracChangeset for help on using the changeset viewer.