Skip to content

Commit ffed8e0

Browse files
ndenoyelleNicolasDenoyelle
authored andcommitted
add tool and tests for binding threads according to a set of locations
1 parent 7ac8d53 commit ffed8e0

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

contrib/ci.inria.fr/Jenkinsfile-basic

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ pipeline {
4040
stash includes: "job-1-visualstudio.bat", name: 'script-msvc'
4141
}
4242
archiveArtifacts artifacts: tarballgz+","+tarballbz2+",doc/doxygen-doc/hwloc-a4.pdf", fingerprint: true, onlyIfSuccessful: true
43-
archiveArtifacts artifacts: "build/utils/hwloc/test-suite.log"
4443
}
4544
}
4645
}
@@ -65,7 +64,6 @@ pipeline {
6564
if (env.KEEP_WORKING_DIRECTORY != 'true')
6665
}
6766
}
68-
archiveArtifacts artifacts: "build/utils/hwloc/test-suite.log"
6967
} else {
7068
node('msvc') {
7169
dir('check-msvc') {

utils/hwloc/test-hwloc-thread-bind.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,6 @@ int main(void)
285285
#ifdef _OPENMP
286286
test_parallel(check_strategy_openmp);
287287
//test_attach(check_strategy_openmp);
288-
// OpenMP doesn't like to fork and hangs..
289-
/* test_attach_parallel(check_strategy_openmp, cpuaffinity_round_robin); */
290-
// OpenMP doesn't like to fork and hangs..
291-
/* test_attach_parallel(check_strategy_openmp, cpuaffinity_scatter); */
292288
#endif // _OPENMP
293289
#if HWLOC_HAVE_PTHREAD
294290
test_parallel(check_strategy_pthread);

0 commit comments

Comments
 (0)