Skip to content

Commit 9390315

Browse files
user-driven-interop: Remove erroneous ++ppn from testp rule
1 parent 1b588d4 commit 9390315

File tree

1 file changed

+0
-6
lines changed
  • examples/charm++/user-driven-interop

1 file changed

+0
-6
lines changed

examples/charm++/user-driven-interop/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,4 @@ testp: all
4747
ifeq ($(CMK_USE_LRTS), 1)
4848
$(call run, +p$(P) ./hello_user $$(( $(P) * 8 )) )
4949
$(call run, +p$(P) ./hello_user_with_main $$(( $(P) * 8 )) )
50-
ifeq ($(CMK_SMP), 1)
51-
ifneq ($(CMK_MULTICORE), 1)
52-
$(call run, +p$(P) ./hello_user $$(( $(P) * 8 )) ++ppn 2 )
53-
$(call run, +p$(P) ./hello_user_with_main $$(( $(P) * 8 )) ++ppn 2 )
54-
endif
55-
endif
5650
endif

0 commit comments

Comments
 (0)