Skip to content

Nachiket18/RLA_CL_Concurrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

RLA_CL_Concurrent

Record Linkage with concurrent programming using openMP

Setting the parameters for the program

cd src
  1. Open file RLA_parallel.h
  2. Go to section USER INPUTS and make necessary modifications

Compiling

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

Running the program

./RLA_parallel

About

Record Linkage with concurrent programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published