Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with masks and cpuset #2785

Closed
diehlpk opened this issue Jul 27, 2017 · 2 comments · Fixed by #2944
Closed

Issues with masks and cpuset #2785

diehlpk opened this issue Jul 27, 2017 · 2 comments · Fixed by #2944

Comments

@diehlpk
Copy link
Member

diehlpk commented Jul 27, 2017

Using the latest version of stellargroup/hpx:dev on circle-ci yields

docker run -v $PWD:/hpx  -w /hpx/build  ${IMAGE_NAME} ../tools/run_tests.sh

Running Quasistatic test
terminate called after throwing an instance of 'hpx::detail::exception_with_info<hpx::exception>'
  what():  failed to set thread affinity mask (0xfffe) for cpuset 0x00ff00fe: HPX(kernel_error)
../tools/run_tests.sh: line 8:     7 Aborted                 (core dumped) ../../build/src/test/Quasistatic/Test1D -i input_elas_1D_x_+.yaml -k pd -t 1 > Elastic_1D_x+.dat
Test for 1D x+ failed

docker run -v $PWD:/hpx  -w /hpx/build  ${IMAGE_NAME} ../tools/run_tests.sh returned exit code 1

With the latest version of master on my local machine all tests are running

@hkaiser
Copy link
Member

hkaiser commented Jul 27, 2017

This looks like some oddity in the platform the tests are running on.

@hkaiser
Copy link
Member

hkaiser commented Aug 1, 2017

@diehlpk what OS is used to run those tests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants