You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to follow the steps given here. I successfully created binaries (sequential, MP, and SP) and the OpenSeesPy.so in lib directory. However, I cannot use the MUMPS solver when I call the application with mpiexec. Is there another step or option to include those files in the Python library (OpenSeesPy.so)?
This is the error I get:
WARNING unknown system type Mumps WARNING unknown system type Mumps ops.system("Mumps") ops.system("Mumps") opensees.OpenSeesError: See stderr output opensees.OpenSeesError: See stderr output
The text was updated successfully, but these errors were encountered:
Thanks, @zhuminjie, for the prompt response. I'm not running either of those binaries; I just call OpenSees from Python like this -> mpiexec -np 2 python script.py
I simply provide this option to CMake: -DMUMPS_DIR=$PWD/../../mumps/build. Is it enough or I should add more?
I was able to follow the steps given here. I successfully created binaries (sequential, MP, and SP) and the OpenSeesPy.so in lib directory. However, I cannot use the MUMPS solver when I call the application with mpiexec. Is there another step or option to include those files in the Python library (OpenSeesPy.so)?
This is the error I get:
WARNING unknown system type Mumps WARNING unknown system type Mumps ops.system("Mumps") ops.system("Mumps") opensees.OpenSeesError: See stderr output opensees.OpenSeesError: See stderr output
The text was updated successfully, but these errors were encountered: