From GridLAB-D Wiki
Jump to: navigation, search

GridLAB-D uses many environment variable during operation.

  • DBFLAGS - Specifies debugging options to use when compiling inline C and C++ code.
  • CC - Specifies the C compiler to use when compiling inline C code.
  • COMSPEC (windows only)
  • SHELL (linux/unix only)
  • GLPATH - Specifies where to search for GridLAB-D modules and support files.
  • GLTEMP - Specifies the path to GridLAB-D temporary folder
  • HOMEVAR (windows only)
  • HOMEDRIVE (windows only)
  • TEMP
  • USER (linux/unix only)
  • USERNAME (windows only)
  • GRIDLABD - Specifies the path to the GridLAB-D install.
  • PATH
  • INCLUDE
  • LIB
  • CCFLAGS - Specifies the C compiler options to use when compiling inline C code.
  • CXXFLAGS - Specifies the C++ compiler options to use when compiling inline C++ code.
  • CXX - Specifies the C++ compiler to use when compiling inline C++ code.
  • LDFLAGS - Specifies the linker options to use when compiling inline C and C++ code.
  • GLBROWSER Template:NEW30
  • LD_LIBRARY_PATH (linux/unix only)
  • COMPUTERNAME (windows only)
  • HOSTNAME (linux/unix only)
  • TZ - Specifies the default timezone.
  • NUMBER_OF_PROCESSORS

See also