PRT.DevelopProjectSSRMatrixMult History
Hide minor edits - Show changes to markup - Cancel
Notes on setting up the project to compile in netbeans can be found here
Notes on setting up the project to compile in netbeans can be found here
It takes as input a configuration file found in 2__runs_and_data repo
It takes as input a configuration file found in 2__runs_and_data repo
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
2__runs_and_data
and set the "run command" to be
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
The repository for this project is Project Code
The repository for this project is here
Notes on setting up the project to compile in netbeans can be found here
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.
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.
The repository for this project is Project Code
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
2__runs_and_data
and 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.