Skip to content

SiobhanPowell/gridlabd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,298 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The repository is only for building and installing GridLAB-D from source. The installers for released versions are available at http://sourceforge.net/projects/gridlab-d/files/.

Installing from source

Download the source code, build, install and validate (you will need autotools)

  host% git clone git@code.stanford.edu:/gridlabd/gridlabd source
  host% cd source
  host% autoreconf -isf
  host% ./configure --enable-silent-rules --prefix=$HOME 'CXXFLAGS=-w' 'CFLAGS=-w'
  host% make install
  host% export PATH=~/bin:$PATH
  host% gridlabd --validate

Windows build

Windows users will need to install cygwin to enable building using autotools. See http://gridlab-d.sourceforge.net/wiki/index.php/MinGW/Eclipse_Installation for details.

Eclipse Editor Setup

You can setup Eclipse as your GridLAB-D modeling editor. See http://gridlab-d.sourceforge.net/wiki/index.php/Eclipse for details.

Online Documentation

The primary manuals for GridLAB-D are online at Main Page for GridLAB-D (http://gridlab-d.sourceforge.net/wiki/index.php/Main_Page). Documentation of local projects can be found on this project's wiki (https://code.stanford.edu/gridlabd/gridlabd/wikis/home).

About

Stanford/SLAC development version of GridLAB-D

Resources

License

Unknown, LGPL-2.1 licenses found

Licenses found

Unknown
LICENSE
LGPL-2.1
license_libdl.txt

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 38.0%
  • MATLAB 28.3%
  • C 13.4%
  • Python 5.7%
  • HTML 4.6%
  • XSLT 3.0%
  • Other 7.0%