High Performance Programming (1TD062) - Spring 2025
- Compile:
make - Running:
./solver <board_size> <threads> <cutoff> - Run with Valgrind:
make valgrind - Run with Cachegrind:
make cachegrind - Clean Build Files:
make clean - Performance Testing:
- Set
#DEFINE PERFORMANCEto1insolver.cbefore compiling.
- Set
- Heap Version:
- Set
#DEFINE HEAP_ALLOCATIONto1insolver.cbefore compiling.
- Set