problemilla Code
Brought to you by:
roger314
File | Date | Author | Commit |
---|---|---|---|
.settings | 2023-03-16 |
![]() |
[4d41bf] first commit |
src | 2023-12-04 |
![]() |
[701c79] add comments |
.cproject | 2023-03-16 |
![]() |
[4d41bf] first commit |
.project | 2023-03-16 |
![]() |
[4d41bf] first commit |
C++_Implementation_Problem.pdf | 2023-10-08 |
![]() |
[8ee465] small makefile fixes |
README.md | 2023-03-17 |
![]() |
[164f76] threads voluntarily yield time |
makefile | 2023-10-08 |
![]() |
[8ee465] small makefile fixes |
To build type:
make
(Comment out the line "MAKEFLAGS := --jobs=$(shell nproc)" in the makefile if make output is jumbled)
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.