Tinker9 70bd052 (Thu Nov 9 12:11:35 2023 -0800)
Loading...
Searching...
No Matches
compilers.h
1#pragma once
2#include <string>
3
4namespace tinker {
7std::string cxxCompilerName();
8std::string accCompilerName();
9std::string cudaCompilerName();
11}
std::string cxxCompilerName()
Returns the name of the C++ compiler.
std::string cudaCompilerName()
Returns the name of the CUDA compiler.
std::string accCompilerName()
Returns the name of the OpenACC compiler.
Definition: testrt.h:9