Skip to content

Massively Scalable Parallel GMRES C-code for Sparse System of Equations

License

Notifications You must be signed in to change notification settings

arirepo/paraGMRES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important Update not Covered in the Report!

When running the code, you need to provide an extra argument for the number of restarts! So, for example, a correct command to run the dense 6x6 matrix with 2 processes and one restart would be:

$> mpirun -np 2 ./gmres ../matrices/dense6x6.mtx void 6 0 1

Thanks to Sean Smith sesm630_AT_gmail.com for providing the feedback.

paraGMRES

Massively Scalable Parallel GMRES C-code for Sparse System of Equations alt tag

About

Massively Scalable Parallel GMRES C-code for Sparse System of Equations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published