WIP: First running version of stealing.
The project is currently really messy and there are sporadic sigsevs. This indicates that we still have a race in our code. Thread Sanitizer does not work with our current implementation, as it needs annotations for fibers. The next step is to clean up the project and maybe add thread sanitizer support to our fiber implementation. This should help finding the remaining bugs.
Test
run_tests
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring incomplete, errors occurred!
See also "/builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/cmake-build-release/CMakeFiles/CMakeOutput.log".
See also "/builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/cmake-build-release/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found. Stop.
./ci_scripts/run_tests.sh: line 9: ./bin/tests: No such file or directory
ERROR: Job failed: exit code 1