METIS is written in C by using int and when one uses a solver on a 64-bit system that employs 8-byte integers this must be changed. Recently I have compiled MUMPS with -i8 and this was exactly this case. The newest version of METIS seems have an option to compile METIS with long but it […]
Posts Tagged ‘METIS’
May 1, 2008 by Evgenii Rudnyi · Comments Off on Compiling METIS 4 for 64-bit computing with long int
Filed under: Sparse Matrices
Social Tagging: METIS
Filed under: Sparse Matrices
Social Tagging: METIS
May 1, 2008 by Evgenii Rudnyi · Comments Off on METIS – Fill-reducing Matrix Ordering
Filed under: Sparse Matrices
Social Tagging: METIS
Filed under: Sparse Matrices
Social Tagging: METIS
When solving a system of linear equations with a sparse matrix by the direct method, it is crucial to run a reordering algorithm to reduce fill-in in the factor. Without this, it just does not work. METIS is a reordering algorithm developed by Prof Karypis at the University of Minnesota – Karypis Lab. It is […]
RSS