aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add SNAP's OpenMP requirement to GetSNAPAiden Woodruff2025-10-231-0/+4
| | | | Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
* use snap in mainAiden Woodruff2025-10-232-2/+10
| | | | | | | - cmake/GetSNAP.cmake: add include directory to imported target. - src/main.cc: include SNAP and simple graph. Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
* add SNAP libraryAiden Woodruff2025-10-225-0/+45
| | | | | | | | | | - cmake/GetSNAP.cmake: add module that uses ExternalProject to download and build (with make) the SNAP library. - CMakeLists.txt: simple cmake file to use the GetSNAP module. - src/main.cc: simples possible main file. - src/CMakeLists.txt: simple cmake file with main executable and linking. Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
* add readme and some plans to TASKS.mdAiden Woodruff2025-10-212-0/+21
| | | | Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
* add research proposal/planAiden Woodruff2025-10-214-0/+185
- plan.tex: add submitted proposal. - plan.pdf: generated pdf file. - sources.bib: merged sources for plan.tex. - .gitignore: add .aux/ directory with latex stuff Signed-off-by: Aiden Woodruff <woodra@rpi.edu>