OpenSees on GPUs?

This forum is for issues related to parallel processing
and OpenSees using the new interpreters OpenSeesSP and OpenSeesMP

Moderator: selimgunay

Post Reply
MDSmith526
Posts: 48
Joined: Sat Mar 13, 2010 4:13 pm
Location: USACE

OpenSees on GPUs?

Post by MDSmith526 » Sat Jun 04, 2016 1:11 pm

I've been using OpenSeesSP lately to speed up some large models. I'd like to do a big parametric study with models on the order of 170,000 dof. Has anyone had any success in running opensees on the GPU? I'd like to send asynchronous models to the GPU to run independently to save time.
Matthew D Smith, PhD, PE
Research Civil Engineer
Information Technology Laboratory
Engineering Research and Development Center
US Army Corps of Engineers
Vicksburg, MS

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: OpenSees on GPUs?

Post by fmk » Mon Jun 06, 2016 11:25 am

the only release of any GPUs software for OpenSees is related to solvers .. noone has released code that does the whol simulation on a GPU (it isnot that straight forward as GPUs are somewhat dumb processors and they have to be all be doing the same thing at once (i.e. adding two numbers) .. with nonlinear code as different parts of the model can be in different phases this can get very tricky to do in code .. i have seen a paper of somebody doing it with the OpenSees source code, but nothing was ever submitted.

Post Reply