Name : Mitansh Kayathwal
Roll No: 2021101026
Branch : CSE
Course : Distributed Systems , Monsoon '24
- Navigate to the directory of the respective task (e.g.,
cd 1
for Task 1). - The *.cpp files contain the parallelized MPI code for respective questions.
- The *_brute_force.cpp file contains a cpp file with optimal brute-force code of the respective question.
- The *_test_gen.cpp file contains the test-case generator script for the respective question.
- The *_tester.sh contains the logic for first generating test-cases and then run the parallelized code and bruteforce code and compare outputs.
- Run the respective test scripts:
$ chmod +x 1_test_gen.sh $ ./1_test_gen.sh
- In directory 1, 1_queries.cpp file contains the logic for Question-1 with Approach-2 mentioned in Report, i.e. distribution of queries.