Can I use the opensees-solver on Ubuntu(Lunix) system?

Post Reply
Wangyun
Posts: 13
Joined: Tue Jan 11, 2022 9:11 am

Can I use the opensees-solver on Ubuntu(Lunix) system?

Post by Wangyun » Mon Feb 21, 2022 3:44 am

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
Attachments
OpenSees-Solvers-3.4.0-Installer.rar
(81.35 MiB) Downloaded 420 times

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: Can I use the opensees-solver on Ubuntu(Lunix) system?

Post by STKO Team » Mon Feb 21, 2022 9:51 am

Nope, that's a windows installer.
For linux you need to compile it from source code

Wangyun
Posts: 13
Joined: Tue Jan 11, 2022 9:11 am

Re: Can I use the opensees-solver on Ubuntu(Lunix) system?

Post by Wangyun » Mon Feb 21, 2022 11:10 am

For linux you need to compile it from source code
How I do that? Can you help me?\
Thnak you

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: Can I use the opensees-solver on Ubuntu(Lunix) system?

Post by STKO Team » Mon Feb 21, 2022 11:51 am

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.

Wangyun
Posts: 13
Joined: Tue Jan 11, 2022 9:11 am

Re: Can I use the opensees-solver on Ubuntu(Lunix) system?

Post by Wangyun » Tue Feb 22, 2022 12:42 am

Is there any reference about this?

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: Can I use the opensees-solver on Ubuntu(Lunix) system?

Post by STKO Team » Tue Feb 22, 2022 2:39 pm

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?

Post by Konstantin » Fri Apr 28, 2023 2:11 pm

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.

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: Can I use the opensees-solver on Ubuntu(Lunix) system?

Post by STKO Team » Wed May 03, 2023 10:40 am

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

Post Reply