pystencils.jit.cpu.compiler_info.ClangInfo

pystencils.jit.cpu.compiler_info.ClangInfo#

class pystencils.jit.cpu.compiler_info.ClangInfo(openmp=True, optlevel='fast', cxx_standard='c++17', target=<Target.CurrentCPU: 32769>, extra_cxxflags=<factory>)#

Compiler info for the LLVM C++ compiler (clang).

Parameters:
cxx()#

Path to the executable of this compiler

Return type:

str

cxxflags()#

Compiler flags affecting C++ compilation