Recent Changes - Search:

Documentação

edit SideBar

Tacc

Para instalar o FMDB:

Parmetis: CC=$CC COPTIONS="-DNDEBUG -Wno-error=format-security" make

Zoltan: CXX=mpicxx CC=mpicc

Parmetis: ln -s metis METIS

Parmetis: This problem should be corrected if you modify the top-level CMakeLists.txt file:

replace line 4:
set(GKLIB_PATH "METIS/GKlib" CACHE PATH "path to GKlib")

by
set(GKLIB_PATH "${CMAKE_SOURCE_DIR}/METIS/GKlib" CACHE PATH "path to GKlib")

O make config não estava salvando as configurações (shared=1 e prefix), incluí manualmente no Makefile.

Edit - History - Print - Recent Changes - Search
Page last modified on January 24, 2018, at 07:13 PM