Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 733 Bytes

File metadata and controls

13 lines (8 loc) · 733 Bytes

OpenCilk

This repository holds the files for the parallel implementation of the Coloring Algorithm using OpenCilk

Compiling

Run this command for compiling and creating the executable:

/bin/clang -fopencilk -O3 main.c -o "executable_name"  

File Loading

When running the program you will notice that a list of all graph .mtx files appers asking the user to give a number in order to open a specific file. This was implemented, taking into concideration the different ways files needed to be loaded, in order to automate in a way the loading procedure.

In order for this to be functional you need to add all the .mtx files you want to test in the files folder. The first .mtx file is already added to the folder.