Page 1 of 1
Can I use the opensees-solver on Ubuntu(Lunix) system?
Posted: Mon Feb 21, 2022 3:44 am
by Wangyun
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
Re: Can I use the opensees-solver on Ubuntu(Lunix) system?
Posted: Mon Feb 21, 2022 9:51 am
by STKO Team
Nope, that's a windows installer.
For linux you need to compile it from source code
Re: Can I use the opensees-solver on Ubuntu(Lunix) system?
Posted: Mon Feb 21, 2022 11:10 am
by Wangyun
For linux you need to compile it from source code
How I do that? Can you help me?\
Thnak you
Re: Can I use the opensees-solver on Ubuntu(Lunix) system?
Posted: Mon Feb 21, 2022 11:51 am
by STKO Team
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.
Re: Can I use the opensees-solver on Ubuntu(Lunix) system?
Posted: Tue Feb 22, 2022 12:42 am
by Wangyun
Is there any reference about this?
Re: Can I use the opensees-solver on Ubuntu(Lunix) system?
Posted: Tue Feb 22, 2022 2:39 pm
by STKO Team
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
Re: Can I use the opensees-solver on Ubuntu(Lunix) system?
Posted: Fri Apr 28, 2023 2:11 pm
by Konstantin
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.
Re: Can I use the opensees-solver on Ubuntu(Lunix) system?
Posted: Wed May 03, 2023 10:40 am
by STKO Team
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