Skip to content

Commit

Permalink
doc/examples: don't build the sharedcaches example on windows
Browse files Browse the repository at this point in the history
It needs work for looking at the other process.

Thanks to Isuru Fernando for reporting the issue. Refs #327.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Sep 24, 2018
1 parent 9a299da commit d471c46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/examples/Makefile.am
@@ -1,4 +1,4 @@
# Copyright © 2009-2016 Inria. All rights reserved.
# Copyright © 2009-2018 Inria. All rights reserved.
# Copyright © 2009-2013, 2017 Université Bordeaux
# Copyright © 2009-2010 Cisco Systems, Inc. All rights reserved.
# See COPYING in top-level directory.
Expand All @@ -19,7 +19,10 @@ if HWLOC_HAVE_CXX
TESTS += hwloc-hello-cpp
endif HWLOC_HAVE_CXX

check_PROGRAMS = $(TESTS) cpuset+bitmap+cpubind nodeset+membind+policy sharedcaches get-knl-modes gpu
check_PROGRAMS = $(TESTS) cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu
if !HWLOC_HAVE_WINDOWS
check_PROGRAMS += sharedcaches
endif

hwloc-hello-cpp.cpp: $(srcdir)/hwloc-hello.c
cp -f $(srcdir)/hwloc-hello.c $@
Expand Down

0 comments on commit d471c46

Please sign in to comment.