Skip to content

Enable user selection of backend #178

@pbartholomew08

Description

@pbartholomew08

Description: Currently the backend is selected based on the detected compiler: nvfort -> GPU/CUDAFortran; other -> CPU/OMP. If we add a GPU/OMP backend this should be supported by nvfort (which could also support CPU/OMP too), therefore the user should be able to select the backend independently of the compiler.

Requirements:

  1. Invalid backend/compiler combinations should be rejected (primarily only nvfort supports GPU/CUDAFortran)
  2. The defaults should be preserved (nvfort->GPU/CUDAFortran, other->CPU/OMP)

Metadata

Metadata

Labels

cudaRelated to CUDA backendompRelated to openMP backend

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions