Skip to content
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

Install Request: OpenSees and OpenSeesPy on Myriad [IN06531574] #570

Open
balston opened this issue Mar 21, 2024 · 3 comments
Open

Install Request: OpenSees and OpenSeesPy on Myriad [IN06531574] #570

balston opened this issue Mar 21, 2024 · 3 comments

Comments

@balston
Copy link
Contributor

balston commented Mar 21, 2024

an Open System for Earthquake Engineering Simulation (OpenSees) : https://opensees.github.io/OpenSeesDocumentation/index.html

OpenSeesPy : https://github.com/zhuminjie/OpenSeesPy/tree/openseespy
Docs: https://openseespydoc.readthedocs.io/en/latest/index.html

@balston
Copy link
Contributor Author

balston commented May 3, 2024

I have had a quick look at installing the Python version OpenSeesPy in my account using the instructions from the documentation here:
https://opensees.github.io/OpenSeesDocumentation/user/pythonInstall.html

I did:

module unload compilers
module load compilers/gnu/4.9.2
module load python3/3.11

pip3 install --user --no-cache-dir  --no-binary :all: openseespy

I then tried running one of the examples from the documentation here:

https://openseespydoc.readthedocs.io/en/latest/src/Canti2DEQ.html

python3 Canti2DEQ.py

but it failed with the following error:

=========================================================
Start cantilever 2D EQ ground motion with gravity example
Traceback (most recent call last):
  File "/lustre/scratch/scratch/ccaabaa/Software/OpenSeesPy/Canti2DEQ.py", line 71, in <module>
    freq = eigen('-fullGenLapack', 1)[0]**0.5
           ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
TypeError: 'float' object is not subscriptable

@balston
Copy link
Contributor Author

balston commented May 9, 2024

I've responded to IN06531574 suggesting they try the above. Waiting for the user to respond.

@balston
Copy link
Contributor Author

balston commented May 20, 2024

User is working with this version so we probably do not need to do anything more with this request at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

1 participant