-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial 1: error message (class 'helics_msg' is not known) #12
Comments
Found the config.log file. Attached. I looked for checking for HELICS as suggested by @ftuffner in this post https://github.com/gridlab-d/gridlab-d/issues/1234#issuecomment-617877874 and found the following:
It doesn't seem like I have Boost lib in system path. right? if so how can I fix it? |
In this thread, https://github.com/gridlab-d/gridlab-d/issues/1234#issuecomment-617877874, ftuffner said that he is using gridlab-d revision 18366. I tried to get this version by I ended up with Here's the config file after installing the latest version of gridlab-d |
@MidrarAdham Make sure you are using the latest version of GridLAB-D in the develop branch (should show up as 4.3 when you do a |
@ftuffner Thank you for your prompt response!
When I used Am I using the wrong repository? Thanks |
I installed gridlab-d from sourceforge a while ago. I had to delete that version and install this one. Now it works! Thank you @ftuffner |
Hello All,
I'm trying to install HELICS with Gridlab-d on UBUNTU (18.04.5 LTS) but I keep getting this error message (class 'helics_msg' is not known) when I run the following command:
gridlabd DistributionSim_B2_G_1.glm
I followed these steps to install HELICS:
git clone https://github.com/GMLC-TDC/HELICS
cd HELICS
mkdir build
cd build
cmake ../
sudo make -D BUILD_SHARED_LIBS=ON
sudo make install
I tested helics_player and got:
2.6.1-develop-gfc268778 (2020-11-07)
And the following steps to install Gridlab-D with HELICS:
gridlab-d version:
GridLAB-D 4.1.0-0 (Lugo [:]) 64-bit LINUX RELEASE
'autoreconf -if'
./configure --prefix=/path/to/gridlabd/install --with-helics=/path/to/helics/install --enable-silent-rules "CFLAGS=-g -O0 -w" "CXXFLAGS=-g -O0 -w -std=c++14" "LDFLAGS=-g -O0 -w"
I also checked
/usr/local/lib
directory, it contains the following:2.libhelicsSharedLib.so
3.libhelicsSharedLib.so.2.6.1
4.libhelics-shared.so
6.libhelics-shared.so.2.6.1
Something is worth noting is that I can't find config.log in HELICS directory. Maybe it's something wrong I did during HELICS setup
Any ideas? Thanks
The text was updated successfully, but these errors were encountered: