- 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_cudaawarempi/build_config.yml
r3695 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" … … 32 32 - "-Mfree" 33 33 - "-ta=tesla" 34 - "-Minfo=accel" 34 35 - "-Mcuda" 35 - "-Minfo=accel"36 36 includes: [] 37 37
Note: See TracChangeset
for help on using the changeset viewer.