support running with Kokkos + OpenMP

This commit is contained in:
Axel Kohlmeyer
2023-08-02 21:06:30 -04:00
parent 07b36025e2
commit f6732f028c
4 changed files with 29 additions and 2 deletions

View File

@ -34,6 +34,7 @@ public:
bool is_running();
bool has_error() const;
int get_last_error_message(char *errorbuf, int buflen);
bool config_accelerator(const char *package, const char *category, const char *setting) const;
bool config_has_package(const char *pkg) const;
bool has_gpu_device() const;