SCIInstitute / SCI-Solver_FEM

SCI-Solver_FEM is a C++/CUDA library written to solve an FEM linear system. It is designed to solve the FEM system quickly by using GPU hardware.
MIT License
89 stars 28 forks source link

Use models from Andrew Janson for testing #14

Open GPayne opened 9 years ago

GPayne commented 9 years ago

Andrew has provided a few models that were reduced to fit the available memory for the oci-ubuntu GPU testing machine

GPayne commented 9 years ago

Currently troubleshooting a seg fault when trying to run Andrew's latest (8/20) model. This is different than the out-of-memory problem with the last model. It occurs when copying the stiffness matrix A to device memory.