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

Problem with FGMRES method

enriczhang
Beginner
510 Views

Dear All,

I have been programming in fortran using RCI FGMRES to solve large sparse linear system. However, when the system size is very large, say, 10^5, the program hold on the dfgmres_init and never ends the initialization, so I cannot even see any error message or warning. For smaller size, it works well. The program was run on clusters in double precision.

Besides, some files named like 'nfs00000000013801a80000000a' will be generated during the un-ending dfgmres_init.

So, hope someone can see the problems or even a guideline will be appreciated.

Many thanks.

Enriczhang

0 Kudos
1 Reply
enriczhang
Beginner
510 Views

Hi All, glad that I have found the problem as a typo in parameters.

0 Kudos
Reply