Skip to content

Commit

Permalink
add tool and tests for binding threads according to a set of locations
Browse files Browse the repository at this point in the history
  • Loading branch information
ndenoyelle committed Jun 19, 2019
1 parent 35de5c6 commit 3f19bc7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions contrib/ci.inria.fr/Jenkinsfile-basic
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ pipeline {
stash includes: "job-1-visualstudio.bat", name: 'script-msvc'
}
archiveArtifacts artifacts: tarballgz+","+tarballbz2+",doc/doxygen-doc/hwloc-a4.pdf", fingerprint: true, onlyIfSuccessful: true
archiveArtifacts artifacts: "build/utils/hwloc/test-suite.log"
}
}
}
Expand Down Expand Up @@ -70,7 +69,6 @@ pipeline {
if (env.KEEP_WORKING_DIRECTORY != 'true')
}
}
archiveArtifacts artifacts: "build/utils/hwloc/test-suite.log"
} else {
node('msvc') {
dir('check-msvc') {
Expand Down
4 changes: 0 additions & 4 deletions utils/hwloc/test-hwloc-thread-bind.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,6 @@ int main(void)
#ifdef _OPENMP
test_parallel(check_strategy_openmp);
//test_attach(check_strategy_openmp);
// OpenMP doesn't like to fork and hangs..
/* test_attach_parallel(check_strategy_openmp, cpuaffinity_round_robin); */
// OpenMP doesn't like to fork and hangs..
/* test_attach_parallel(check_strategy_openmp, cpuaffinity_scatter); */
#endif // _OPENMP
#if HWLOC_HAVE_PTHREAD
test_parallel(check_strategy_pthread);
Expand Down

0 comments on commit 3f19bc7

Please sign in to comment.