Skip to Content.
Sympa Menu

charm - Re: [charm] [ppl] Charm++ and Bigsim

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] [ppl] Charm++ and Bigsim


Chronological Thread 
  • From: "Celso L. Mendes" <cmendes AT illinois.edu>
  • To: Balaji S <balaji.ceg.13 AT gmail.com>
  • Cc: charm AT cs.uiuc.edu
  • Subject: Re: [charm] [ppl] Charm++ and Bigsim
  • Date: Tue, 10 Jan 2012 11:45:12 -0600
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

The "+p" parameter indicates the number of physical (i.e. real)
processors where the program will be running.

There is another parameter, "+vp", which indicates the number
of virtual processors. Thus, you can run, say, with "+p 8 +vp 128"
where each physical processor will be in charge of 16 virtual
processors.

BigSim explores this capability to simulate future machines.
Each virtual processor assumes the role of a target processor
of the future machine. In the example above, you would be using
a current machine with 8 existing processors to simulate a future
machine with 128 processors.

-Celso


On 1/10/2012 11:30 AM, Balaji S wrote:
Hi ,

I am new to charm++. I have read that bigsim is used to simulate more number
of processors,
When in charm++, u can specify the option (as a commandline argument ) +p8 or
+p32 to indicate
number of processors, what is need for a separate simulator like bigsim?

--
With Regards,
Balaji.S



_______________________________________________
charm mailing list
charm AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/charm



_______________________________________________
ppl mailing list
ppl AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/ppl





Archive powered by MHonArc 2.6.16.

Top of Page