Changeset 4530 for palm/trunk/TESTS
- Timestamp:
- May 12, 2020 11:20:59 AM (5 years ago)
- Location:
- palm/trunk/TESTS
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/TESTS/builds/gfortran_serial_default/build_config.yml
r4445 r4530 5 5 id: GNU 6 6 executable: "{{GNU.executable}}" 7 mpi_wrapper: " gfortran"7 mpi_wrapper: "{{GNU.executable}}" 8 8 definitions: 9 9 - "__netcdf" -
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 -
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 -
palm/trunk/TESTS/cases/openacc_test/case_config.yml
r3695 r4530 5 5 - pgi_mpi_only 6 6 - pgi_mpi_openacc 7 - pgi_mpi_openacc_cudaawarempi 7 8 - pgi_mpi_openacc_cufft 8 9 - pgi_mpi_openacc_cufft_cudaawarempi
Note: See TracChangeset
for help on using the changeset viewer.