lljjgg
lljjgg
sorry, I don't clearly describe the problem.First I solving a linear system with a sparse matrix.But this c interface with only thread no MPI.Can I revise this interface to use...
Thank you.I will try to write it.
Hi Pieter The parameters(dist,local_rows……) of routine (STRUMPACK_set_distributed_csr_matrix) is gived from an complate matrix by the routine ( CSRMatrixMPI Adist(&A, MPI_COMM_WORLD, false) ) in C++ interface. In the c interface,how I...
Hi: In C++ interface,I can get n_local though Adist->local_rows();But when I use routine of STRUMPACK_set_distributed_csr_matrix.I need this parameters,but I don't know c routine don't get it.May some routine can get...
I haved been write it.Thank you very much.
When solving a linear system with a matrix,I want to work in two steps.First I want to get L and U.Then give different right hand b get solution x.there is...
I get it.Thank you very much
Hi: I have recently encountered a new problem and hope to get your help.I am installing the strumpack-2.1.0 in other computer.It is Successful,But When I run this program with mpi(There...
Hi: I try compiler strumpack-2.1.0 with other versions of MPI and other versions of mkl. But the mistake has never been solved.Is this related to the version of the system?I...
Hi, My test program is testMMdoubleMPIDist64.I didn't change any program.This is output of running problem. ` opening file 'pde900.mtx' %%MatrixMarket matrix coordinate real general reading 900 by 900 matrix with...