-
Initial Checklist prior to submitting the issue. Check the bellow boxes to the best of your knowledge:
- [x ] I have not found an open issue describing the same problem.
- [ x] I went through "CON…
-
The command `gridlabd -T 4 --validate` does not create 4 simultaneous validate runs. It only creates one. Not sure whether this is a problem also on Linux. It does work fine on Windows.
,
-
Output is as follows:
```
we22261:830 d3g637$ gridlabd --version
GridLAB-D 3.0.0-4702 (Hatwai) 64-bit MACOSX RELEASE
we22261:830 d3g637$ make dist-osx
trap 'make clean-dist-osx' EXIT && \
make …
-
Output is as follows:
```
we22261:830 d3g637$ gridlabd --version
GridLAB-D 3.0.0-4702 (Hatwai) 64-bit MACOSX RELEASE
we22261:830 d3g637$ make dist-osx
trap 'make clean-dist-osx' EXIT && \
make …
-
If you do a sufficiently large number of `#include` in a GLM, you will get a "too many open files" error. A fix can be found at https://github.com/dchassin/gridlabd/commit/2edc9382e52c3dd86b2beb28580…
-
-
Running utoreconf -isf\
host$ autoreconf -isf
configure.ac:235: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded …
-
Running utoreconf -isf\
host$ autoreconf -isf
configure.ac:235: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded …
-
Work to include the commercial module changes developed under the California Solar Initiative.
-
If gridlabd is run twice in the same second, the random numbers come up the same even when they should be different. Recommend added additional sources of entropy in the srand() calls. Consider the pi…