Skip to content

Commit 3f19bc7

Browse files
author
ndenoyelle
committed
add tool and tests for binding threads according to a set of locations
1 parent 35de5c6 commit 3f19bc7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

contrib/ci.inria.fr/Jenkinsfile-basic

-2
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
}
@@ -70,7 +69,6 @@ pipeline {
7069
if (env.KEEP_WORKING_DIRECTORY != 'true')
7170
}
7271
}
73-
archiveArtifacts artifacts: "build/utils/hwloc/test-suite.log"
7472
} else {
7573
node('msvc') {
7674
dir('check-msvc') {

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

-4
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)