Skip to content

alecjacobson/ColPack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See original README.md

This fork attempts to fix issues with openmp on macos.

First install openmp using homebrew

brew install libomp

Then

mkdir build/cmake/build
cd build/cmake/build
cmake .. -DCMAKE_INSTALL_PREFIX:PATH=../ -DENABLE_OPENMP=ON -DCMAKE_PREFIX_PATH="/opt/homebrew/opt/libomp"
make -j8
make install

About

A Graph Coloring Algorithm Package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.4%
  • Other 2.6%