Introduction: METIS is a family of programs for partitioning unstructured graphs and hypergraphs and computing fill-reducing orderings of sparse matrices. Website: http://www-users.cs.umn.edu/~karypis/metis/ Requirements: NA Configure and Compile Options: Compiler: Sun Studio 11 64-bits Components CC = "/opt/SUNWspro/bin/cc -xtarget=opteron -xarch=amd64" CXX = "/opt/SUNWspro/bin/CC -xtarget=opteron -xarch=amd64" F77 = "/opt/SUNWspro/bin/f77 -xtarget=opteron -xarch=amd64" CFLAGS = "-xO5 -xtarget=opteron -xarch=amd64 -KPIC" CXXFLAGS = "-xO5 -xtarget=opteron -xarch=amd64 -KPIC" FFLAGS = "-xO5 -xtarget=opteron -xarch=amd64 -KPIC" 32-bits Components CC = "/opt/SUNWspro/bin/cc -xtarget=opteron" CXX = "/opt/SUNWspro/bin/CC -xtarget=opteron" F77 = "/opt/SUNWspro/bin/f77 -xtarget=opteron" CFLAGS = "-xO5 -xtarget=opteron -KPIC" CXXLAGS = "-xO5 -xtarget=opteron -KPIC" FFLAGS = "-xO5 -xtarget=opteron -KPIC"