Skip to Content.
Sympa Menu

charm - [charm] Running a simulation

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Running a simulation


Chronological Thread 
  • From: Daniel Carmo <daniel.a.s.carmo AT gmail.com>
  • To: charm AT cs.uiuc.edu
  • Subject: [charm] Running a simulation
  • Date: Thu, 31 May 2012 16:54:58 -0300
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Thank you again to answer me. But i still have a few problems.

In Simple Latency Mode, when i put ./charmrun +p4 ./bigsimulator 0 0 -lat 10 -bw 5 -cpp 12 -psize 10, this appears:
------------- Processor 0 Exiting: Called CmiAbort ------------
Reason: Must use adaptive routing and routingVC with modDirectionOrderedNDTorus and maxAvailBufferBubbleVc

[0] Stack Traceback:
  [0:0] CmiAbort+0x7d  [0x6b1618]
  [0:1] _Z11InitNetworkP13MachineParams+0x512  [0x565e2f]
  [0:2] _ZN4mainC1EP8CkArgMsg+0x6c2  [0x58ba1e]
  [0:3] _ZN12CkIndex_main19_call_main_CkArgMsgEPvP4main+0x38  [0x58c2aa]
  [0:4] _Z10_initCharmiPPc+0x7fd  [0x611a01]
  [0:5]   [0x6b66f8]
  [0:6] ConverseInit+0x32e  [0x6b6bd3]
  [0:7] main+0x3f  [0x624b52]
  [0:8] __libc_start_main+0xed  [0x7f5554ac830d]
  [0:9]   [0x5342a9]
Fatal error on PE 0> Must use adaptive routing and routingVC with modDirectionOrderedNDTorus and maxAvailBufferBubbleVc

And when i put artificial traffic model, with the example command in the manual, the same error appears.
the command is: ./bigsimulator 1 2 3 100 2031 0.1

One thing more, what is ++debug? Appears a new console for each proccessor, but what are their roles?

Thank you again.




Archive powered by MHonArc 2.6.16.

Top of Page