
Please use the following instruction to use the code of multicore_coloring_ordering package.

1. Download Colpack code from http://www.cscapes.org/download/ColPack/: Version ColPack-1.0.3.tar.gz is recommended.

2. Extract Colpack and create libraries that will be used by multicore_coloring_ordering package
	tar -zxvf ColPack-1.0.3.tar.gz
	cd ColPack
	make
3. Copy the headers and libraries of Colpack to the corresponding directory in multicore_coloring_ordering package
	cp -r build/* [multicore_coloring_ordering package]/colpacklib/

2. Compile the source code of multicore_coloring_ordering package
        make

3. Run the code
	./mc -i sample.mtx -c D2-Par -o SL-Ass -t 4


=============================================================================
