Thanks for your reply.
One more query I have In which class the solver Tags defined in SRC/classTags.h are refered (ex ...SOLVER_TAGS_SymSparseLinSolver)
Search found 2 matches
- Fri Apr 15, 2016 3:46 am
- Forum: Feature Requests/Future Directions
- Topic: Need direction for implementing GPU enabled OpenSEES
- Replies: 2
- Views: 11035
- Mon Apr 11, 2016 8:58 pm
- Forum: Feature Requests/Future Directions
- Topic: Need direction for implementing GPU enabled OpenSEES
- Replies: 2
- Views: 11035
Need direction for implementing GPU enabled OpenSEES
Dear Sir , I am trying to build GPU enabled solver for OpenSees using CuSP library for linux cluster. I have created library for solvers (such as CG,GMRES etc) which is CuspSolver.so which has a function int cuspsolver(double *Aptr, double *B, double *X,int size,int nnz,int *rowStartA, int *colA,int...