#!/bin/bash

# Usage:
#
#       ./do_coloring
#

echo " "
echo "======================================================================"
echo "Benchmarks using LAGraph+GraphBLAS: Coloring"
echo "======================================================================"

# GAP="../../../GAP"
# echo "GAP matrices located in:  " $GAP

echo "=====================================matrices====================================="

../../build/experimental/benchmark/coloring_IS_demo /raid/matrices/karate/karate.grb
../../build/experimental/benchmark/coloring_IS_demo /raid/matrices/Harvard500/Harvard500.grb
../../build/experimental/benchmark/coloring_IS_demo /raid/matrices/USpowerGrid/USpowerGrid.grb
../../build/experimental/benchmark/coloring_IS_demo /raid/matrices/as-Skitter/as-Skitter.grb
../../build/experimental/benchmark/coloring_IS_demo /raid/matrices/com-Youtube/com-Youtube.grb
../../build/experimental/benchmark/coloring_IS_demo /raid/matrices/com-LiveJournal/com-LiveJournal.grb
../../build/experimental/benchmark/coloring_IS_demo /raid/matrices/com-Orkut/com-Orkut.grb
../../build/experimental/benchmark/coloring_IS_demo /raid/matrices/com-Friendster/com-Friendster.grb

../../build/experimental/benchmark/coloring_MIS_demo /raid/matrices/karate/karate.grb
../../build/experimental/benchmark/coloring_MIS_demo /raid/matrices/Harvard500/Harvard500.grb
../../build/experimental/benchmark/coloring_MIS_demo /raid/matrices/USpowerGrid/USpowerGrid.grb
../../build/experimental/benchmark/coloring_MIS_demo /raid/matrices/as-Skitter/as-Skitter.grb
../../build/experimental/benchmark/coloring_MIS_demo /raid/matrices/com-Youtube/com-Youtube.grb
../../build/experimental/benchmark/coloring_MIS_demo /raid/matrices/com-LiveJournal/com-LiveJournal.grb
../../build/experimental/benchmark/coloring_MIS_demo /raid/matrices/com-Orkut/com-Orkut.grb
../../build/experimental/benchmark/coloring_MIS_demo /raid/matrices/com-Friendster/com-Friendster.grb

echo "=====================================GAP matrices====================================="

../../build/experimental/benchmark/coloring_IS_demo /raid/GAP/GAP-road.grb
../../build/experimental/benchmark/coloring_MIS_demo /raid/GAP/GAP-road.grb
../../build/experimental/benchmark/coloring_IS_demo /raid/GAP/GAP-twitter.grb
../../build/experimental/benchmark/coloring_MIS_demo /raid/GAP/GAP-twitter.grb

