Skip to content

vladnovoren/SharedIntegrals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallelization of integral calculation sharing memory with child processes

Build:

chmod +x ./build.sh
./build.sh

Test:

time ./build/single
time ./build/multi

Results (AMD Ryzen 3 3250U 4 cores):

results

In src/functions.cpp you can configure function you want to integrate.

Processes sync by managed_shared_memory, in which you can construct named objects and then find them. Multiprocess conversation produced by bounded multi-produser multi-consumer blocking queue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published