Menu

Tree [701c79] master /
 History

HTTPS access


File Date Author Commit
 .settings 2023-03-16 roger roger [4d41bf] first commit
 src 2023-12-04 roger roger [701c79] add comments
 .cproject 2023-03-16 roger roger [4d41bf] first commit
 .project 2023-03-16 roger roger [4d41bf] first commit
 C++_Implementation_Problem.pdf 2023-10-08 roger roger [8ee465] small makefile fixes
 README.md 2023-03-17 roger roger [164f76] threads voluntarily yield time
 makefile 2023-10-08 roger roger [8ee465] small makefile fixes

Read Me

To build:

To build type:

make

(Comment out the line "MAKEFLAGS := --jobs=$(shell nproc)" in the makefile if make output is jumbled)

To run:

To run type

./thing

To see how many threads are running do:

top -H -d 1 -p `pgrep "thing"`

Tested on Gentoo Linux 5.15 running on arm64 and amd64 with g++ 11.3.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.