-
Notifications
You must be signed in to change notification settings - Fork 51
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
Getting Error fatal error: 'DPsim.h' file not found #313
Comments
Hi @morje-datta, welcome to DPSim! As far as our knowledge goes, Fedora 36 is fully supported and our CI is actually using that specific version to build and test. We would be keen to help, but we need more information. If you are a beginner with DPSim, one good starting point is to try to compile using the docker image that already includes all the things you need to succeed. That being said, if you are trying to compile natively then you need to self-support yourself a bit, you may want to ensure you have all the required dependencies installed. You can figure that out from the docker container and/or the scripts. Another point to take in account, is that usually it is a little easier to compile using gcc than clang, some library support is better. That does not seems to be your choice from the screenshot provided. In the documentation steps we are using Additionally, two more things to try: 1) run If you need more support, feel free to provide more details here. Another option is to join the slack channel #sogno-dpsim (as described in the repo) and ask there. |
Hie @leonardocarreras above reply was help to me. Library was build using docker image. I have run the command(./build/dpsim/examples/cxx/WSCC-9bus_CIM) from terminal it got run and shown the output. when i made changes to the WSCC-9bus_CIM.cpp file(change finalTime =0.1=>finalTime =1) and try to build it give me following error /usr/bin/ld: cannot find -lGSL_LIBRARY-NOTFOUND |
Hi, I cannot reproduce the error, would you mind to maybe start again from scratch? For the time/timestep, actually there is a small error in the code, you need to change dpsim/dpsim/examples/cxx/CIM/WSCC-9bus_CIM.cpp Lines 60 to 61 in 204eb27
for |
Hello, I have followed same and it working properly. Now i have run the notebook file matpower-cae9. can you guide me how we can use import/export values at runtime using VILLASnode share memory. Is there any kind of documentation available which can guide me how we can import and export values using share memory please share that so i can check accordingly |
Hello,
Current I have install fedora 36 install on my desktop.I have tried to build the dpsim library by step from following page
https://dpsim.fein-aachen.org/docs/getting-started/build/
completed step mentioned on web pages. when i tried to run the WSCC-9bus_CIM or any other file getting error saying 'DPsim.h' file not found. Added the path for it but error remains the same.
The text was updated successfully, but these errors were encountered: