Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Progress bar for FEAST eigensolver

schulzey
New Contributor I
294 Views

Does anyone know if it is possible to determine the progress of an eigenvalue analysis using the Feast solver?

I use it to calculate the natural frequencies of buildings and bridges and, for medium size structures, getting 40 eigenvalues is sometimes taking 15 or 20 minutes with absolutely no indication of how far through the solution it is. It is really disconcerting having to wait that long with no feedback at all.

I would like to be able to display a progress bar or, failing that, just show which iteration it is working on.
 

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
294 Views

this routines doesn't support the progress routinte ( mkl_progress ) feature

 

0 Kudos
Gennady_F_Intel
Moderator
294 Views

or you can set fpm(1)=1 and EES will print the iteration number...    

0 Kudos
Reply