From GridLAB-D Wiki
Jump to: navigation, search

CXX -- Set the C++ compiler and linker command for runtime classes

Synopsis

#setenv CXX=path-to-C++-compiler
/bin/bash$ export CXX=path-to-C++-compiler

Remarks

The default C++ compiler and linker for runtime classes is g++. If you specify an alternative compiler, you may need to also set CXXFLAGS and LDFLAGS appropriately.

Version

This option is supported as of Keeler (Version 4.0).

See also