PRT.DevelopProjectSSRMatrixMult History
Show minor edits - Show changes to output - Cancel
Changed line 5 from:
It takes as input a configuration file found in [[http://hg.opensourceresearchinstitute.org/cgi-bin/hgwebdir.cgi/VMS/2__runs_and_data/| 2__runs_and_data repo]]
to:
It takes as input a configuration file found in [[http://opensourceresearchinstitute.org/pmwiki.php/VMS/DevelopRunsAndDataRepo| 2__runs_and_data repo]]
Changed lines 9-11 from:
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
to:
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
Changed lines 1-2 from:
The repository for this project is [[http://hg.opensourceresearchinstitute.org/cgi-bin/hgwebdir.cgi/VMS/VMS_Projects/VMS_Projects__MC_shared/SSR/SSR__Blocked_Matrix_Mult__MC_shared__Proj/|Project Code]]
to:
The repository for this project is [[http://hg.opensourceresearchinstitute.org/cgi-bin/hgwebdir.cgi/VMS/VMS_Projects/VMS_Projects__MC_shared/SSR/SSR__Blocked_Matrix_Mult__MC_shared__Proj/|here]]
Notes on setting up the project to compile in netbeans can be found [[http://opensourceresearchinstitute.org/pmwiki.php/VMS/DevelopGetProject|here]]
Notes on setting up the project to compile in netbeans can be found [[http://opensourceresearchinstitute.org/pmwiki.php/VMS/DevelopGetProject|here]]
Changed line 15 from:
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.
to:
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.
Added lines 1-13:
The repository for this project is [[http://hg.opensourceresearchinstitute.org/cgi-bin/hgwebdir.cgi/VMS/VMS_Projects/VMS_Projects__MC_shared/SSR/SSR__Blocked_Matrix_Mult__MC_shared__Proj/|Project Code]]
It takes as input a configuration file found in [[http://hg.opensourceresearchinstitute.org/cgi-bin/hgwebdir.cgi/VMS/2__runs_and_data/| 2__runs_and_data repo]]
The configuration files are [[http://hg.opensourceresearchinstitute.org/cgi-bin/hgwebdir.cgi/VMS/2__runs_and_data/file/3adfef46f3a7/config_files/Matrix_Mult_config_files| 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.
It takes as input a configuration file found in [[http://hg.opensourceresearchinstitute.org/cgi-bin/hgwebdir.cgi/VMS/2__runs_and_data/| 2__runs_and_data repo]]
The configuration files are [[http://hg.opensourceresearchinstitute.org/cgi-bin/hgwebdir.cgi/VMS/2__runs_and_data/file/3adfef46f3a7/config_files/Matrix_Mult_config_files| 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.