Changeset 4530 for palm/trunk/TESTS/builds/pgi_mpi_openacc_cufft
- Timestamp:
- May 12, 2020 11:20:59 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/TESTS/builds/pgi_mpi_openacc_cufft/build_config.yml
r3690 r4530 3 3 4 4 compiler: 5 id: PGI 6 executable: "{{PGI .executable}}"7 mpi_wrapper: "{{PGI .mpi_wrapper}}"5 id: PGI+CUDA 6 executable: "{{PGI+CUDA.executable}}" 7 mpi_wrapper: "{{PGI+CUDA.mpi_wrapper}}" 8 8 definitions: 9 9 - "MPI_REAL=MPI_DOUBLE_PRECISION" … … 31 31 - "-Mfree" 32 32 - "-ta=tesla" 33 - "-Minfo=accel" 33 34 - "-Mcuda" 34 - "-Minfo=accel"35 35 includes: [] 36 36
Note: See TracChangeset
for help on using the changeset viewer.