system CuSp is unkown or not installed

Post Reply
camasan98
Posts: 3
Joined: Fri May 05, 2023 2:34 pm

system CuSp is unkown or not installed

Post by camasan98 » Tue May 09, 2023 5:55 pm

Hello!

I am trying to run a 3D solid element model of a bridge and am getting a warning: "system CuSp is unkown or not installed
while executing
"system CuSP -rTol 0.0 -mInt 0 -pre none -solver bicg"
(file "analysis_steps.tcl" line 9889)
invoked from within
"source analysis_steps.tcl"
(file ".\main.tcl" line 81)"

Can anyone let me know how to address this error? I've tried running it in 2 different computers and have had the same problem show up twice.

Thanks!
Attachments
Cusp Error.png
Cusp Error.png (104.55 KiB) Viewed 3760 times

camasan98
Posts: 3
Joined: Fri May 05, 2023 2:34 pm

Re: system CuSp is unkown or not installed

Post by camasan98 » Tue May 09, 2023 7:36 pm

I believe the error lays on the element property and mesh size I am using. I think using a 20nodeBrick element will be more appropriate, however I am unsure on how to build a mesh compatible with this.

Thanks!
Attachments
Screenshot 2023-05-09 213614.png
Screenshot 2023-05-09 213614.png (225.8 KiB) Viewed 3755 times

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

Re: system CuSp is unkown or not installed

Post by STKO Team » Wed May 10, 2023 2:13 pm

I am trying to run a 3D solid element model of a bridge and am getting a warning: "system CuSp is unkown or not installed
while executing
"system CuSP -rTol 0.0 -mInt 0 -pre none -solver bicg"
(file "analysis_steps.tcl" line 9889)
invoked from within
"source analysis_steps.tcl"
(file ".\main.tcl" line 81)"
The CuSP solver is not available in your pre-compiled OpenSees. It requires CUDA libraries to be installed on your machine. And then, you need to re-compile OpenSees.
Why do you need GPU-based linear solvers?
Try with OpenSeesMP and MUMPS

Post Reply