Skip to content
/ bhatta Public

Parallel Bhattacharyya Distance Measure algorithm

Notifications You must be signed in to change notification settings

vlaux/bhatta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bhatta

how to compile & run

g++ -std=c++11 -o bhatta bhatta.cpp
# parallel 
g++ -std=c++11 -fopenmp -o bhatta bhatta.cpp [params]

./bhatta <instance_name>

# example
./bhatta dataset/TestMay03.txt

available parameters:

use like -D<PARAM> (eg. -DPARALLEL)

DEBUG: outputs debug information

N_THREADS: define number of parallel threads (use with PARALLEL)

PARALLEL: runs program in parallel using OpenMP (do not forget to also use -fopenmp, so as to define N_THREADS)

RESULTSFILE: writes cores used (if parallel) and elapsed time to file (<filename>.res)

About

Parallel Bhattacharyya Distance Measure algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published