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