We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
++ppn
1 parent 1b588d4 commit 9390315Copy full SHA for 9390315
examples/charm++/user-driven-interop/Makefile
@@ -47,10 +47,4 @@ testp: all
47
ifeq ($(CMK_USE_LRTS), 1)
48
$(call run, +p$(P) ./hello_user $$(( $(P) * 8 )) )
49
$(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
56
endif
0 commit comments