Record Linkage with concurrent programming using openMP
cd src
- Open file RLA_parallel.h
- Go to section USER INPUTS and make necessary modifications
cd src
g++ RLA_parallel.cpp -fopenmp -O3 -o RLA_parallel
If the compilation throws error then run
g++ RLA_parallel.cpp -fopenmp -ltbb -O3 -o RLA_parallel
./RLA_parallel