Notes on setting up the project to compile in netbeans can be found here

The repository for this project is here

It takes as input a configuration file found in 2__runs_and_data repo

The configuration files are here (note the directory in the URL)

Once you clone the repo, set up netbeans.. inside netbeans, right click on the project name, and choose the "run" bullet. Set the "run directory" to be the top directory of the 2__runs_and_data repository clone you made. Then set the "run command" to be

 "${OUTPUT_PATH}" config_files/Matrix_Mult_config_files/matrix_mult_config_size_9.txt

or whatever size you prefer from the choices in the directory

The config file contains the path to the input file.. it will only work correctly if the "run directory" was set to the top level of the 2__runs_and_data repository.