<div dir="ltr"><div><div><div><div>Hi,<br><br></div>I'm working on standard eigensolving with spectrum transform. I tried mumps and superlu_dist for ST. But I found that when I run my program  with more process, execution time of mumps decrease, but time of superlu_dist increase. Both of them are called by options like<br>
<br>char  common_options[]      = "-st_ksp_type preonly -st_pc_type lu -st_pc_factor_mat_solver_package mumps";<br><br>ierr = PetscOptionsInsertString(common_options);CHKERRQ(ierr);<br><br></div>Shall I set more parameters to get benefit of parallel computing when using superlu_dist? My mattype is mpiaij. <br>
<br></div>Your sincerely<br></div>Guoxi<br></div>