Can I use the opensees-solver on Ubuntu(Lunix) system?
Can I use the opensees-solver on Ubuntu(Lunix) system?
Dear STKO team
Can I use the opensees-solver in Ubuntu(Lunix) system when I run parallel analysis?
How Can I use it?
Thank you
Can I use the opensees-solver in Ubuntu(Lunix) system when I run parallel analysis?
How Can I use it?
Thank you
- Attachments
-
- OpenSees-Solvers-3.4.0-Installer.rar
- (81.35 MiB) Downloaded 420 times
Re: Can I use the opensees-solver on Ubuntu(Lunix) system?
Nope, that's a windows installer.
For linux you need to compile it from source code
For linux you need to compile it from source code
Re: Can I use the opensees-solver on Ubuntu(Lunix) system?
How I do that? Can you help me?\For linux you need to compile it from source code
Thnak you
Re: Can I use the opensees-solver on Ubuntu(Lunix) system?
Unfortunately is not something that we can explain in a post.
You need experience with the compilation of C++/Fortran code on Linux operating systems.
You need experience with the compilation of C++/Fortran code on Linux operating systems.
Re: Can I use the opensees-solver on Ubuntu(Lunix) system?
Is there any reference about this?
Re: Can I use the opensees-solver on Ubuntu(Lunix) system?
you need to do some research and practice, it is not something that you can learn from one day to another. Google it, you will find a lot of places where to start
-
Konstantin
- Posts: 1
- Joined: Tue Jan 10, 2023 1:55 pm
Re: Can I use the opensees-solver on Ubuntu(Lunix) system?
Dear STKO-Team,
we have also been working with OpenSees on Linux. Generally compiling and running OpenSees was not a porblem, but the available source code for OpenSees does not include the additional implementations used by STKO, like the MPCO recorder, DamageTC3D concrete, etc.
Do you know about any version that includes these? That we could compile on our Linux system?
Thank you.
we have also been working with OpenSees on Linux. Generally compiling and running OpenSees was not a porblem, but the available source code for OpenSees does not include the additional implementations used by STKO, like the MPCO recorder, DamageTC3D concrete, etc.
Do you know about any version that includes these? That we could compile on our Linux system?
Thank you.
Re: Can I use the opensees-solver on Ubuntu(Lunix) system?
The MPCORecorder is there. Now they are switching to Cmake and the MPCORecorder is not included by default. Follow this post to include it:
viewtopic.php?f=38&t=2495&p=6943&hilit=HDF5#p6943
The DamageTC3D is not there (it's a shared library not included in the official OpenSees), but now you can find the new ASDConcrete3D, which is what we developed in the official OpenSees repo, improving our previous implementation of the DamageTC3D model
viewtopic.php?f=38&t=2495&p=6943&hilit=HDF5#p6943
The DamageTC3D is not there (it's a shared library not included in the official OpenSees), but now you can find the new ASDConcrete3D, which is what we developed in the official OpenSees repo, improving our previous implementation of the DamageTC3D model