/multicore-project

final project of NYU multicore programming

Primary LanguageJupyter Notebook

Concurrent Tree

final project of NYU multicore programming

On NYU CIMS crunchy machine open this repository. Use this bash script to compile the code.

make clean && make

Use gen.py python script to generate a valid input for test.

python gen.py <number_count> <file_name>

Run the test code

./test <num_threads> <file_name>