Skip to content

Source Code for GridLAB-D

License

Unknown, LGPL-2.1 licenses found

Licenses found

Unknown
LICENSE
LGPL-2.1
license_libdl.txt
Notifications You must be signed in to change notification settings

StanfordASL/gridlab-d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GridLAB-D

This repo holds ASL's fork of GridLAB-D

The default branch is master-asl. The master branch is intended to track the upstream master branch.

Dependencies

GridLAB-D depends on autoconf, automake, libtool and xerces-c.

Build instructions

The build instructions are based on the README files in this repo and those in SLAC's version of GridLAB-D.

Linux

cd <repo path>
autoreconf -if
./configure --enable-silent-rules 'CFLAGS=-g -O0 -w' 'CXXFLAGS=-g -O0 -w' 'LDFLAGS=-g -O0 -w'
make
sudo make install
export PATH=$PWD/install/bin:$PATH

Validate installation

Check GridLAB-D version:

gridlabd --version

Run unit tests:

gridlabd --validate

Note: this takes around 15 minutes. Do not get alarmed if not 100% of the tests pass. Typically, around 98% or so do.

About

Source Code for GridLAB-D

Resources

License

Unknown, LGPL-2.1 licenses found

Licenses found

Unknown
LICENSE
LGPL-2.1
license_libdl.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 55.6%
  • C 19.1%
  • HTML 7.8%
  • XSLT 5.0%
  • Mathematica 3.2%
  • MATLAB 2.1%
  • Other 7.2%