Ignore:
Timestamp:
May 12, 2020 11:20:59 AM (4 years ago)
Author:
knoop
Message:

palmtest: introducing separate PGI+CUDA build environment

Location:
palm/trunk/TESTS/builds
Files:
2 added
3 edited

Legend:

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

    r4445 r4530  
    55  id: GNU
    66  executable: "{{GNU.executable}}"
    7   mpi_wrapper: "gfortran"
     7  mpi_wrapper: "{{GNU.executable}}"
    88  definitions:
    99    - "__netcdf"
  • palm/trunk/TESTS/builds/pgi_mpi_openacc_cufft/build_config.yml

    r3690 r4530  
    33
    44compiler:
    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}}"
    88  definitions:
    99    - "MPI_REAL=MPI_DOUBLE_PRECISION"
     
    3131      - "-Mfree"
    3232      - "-ta=tesla"
     33      - "-Minfo=accel"
    3334      - "-Mcuda"
    34       - "-Minfo=accel"
    3535  includes: []
    3636
  • palm/trunk/TESTS/builds/pgi_mpi_openacc_cufft_cudaawarempi/build_config.yml

    r3695 r4530  
    33
    44compiler:
    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}}"
    88  definitions:
    99    - "MPI_REAL=MPI_DOUBLE_PRECISION"
     
    3232      - "-Mfree"
    3333      - "-ta=tesla"
     34      - "-Minfo=accel"
    3435      - "-Mcuda"
    35       - "-Minfo=accel"
    3636  includes: []
    3737
Note: See TracChangeset for help on using the changeset viewer.