From GridLAB-D Wiki
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
- Runtime classes
- Runtime compiler support
- Runtime Class User Guide
- Runtime compiler environment variables
- External function compiler flags
- Module compiler flags