Skip to content

PDCRL/MVOSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi threaded programming:

Command to compile the KOSTM: g++ -std=c++11 -O3 main.cpp -o kostm -lpthread

Command to run the KOSTM: ./kostm

Command to compile the MVOSTM-GC: g++ -std=c++11 -O3 main.cpp -o mvostmgc -lpthread

Command to run the MVOSTM-GC: ./mvostmgc

Command to compile the MVOSTM: g++ -std=c++11 -O3 main.cpp -o mvostm -lpthread

Command to run the MVOSTM: ./mvostm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages