Changes between Version 31 and Version 32 of Piernik

Show
Ignore:
Timestamp:
03/24/13 17:30:24 (12 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Piernik

    v31 v32  
    88- propotype particule simulation Monte Carlo module 
    99- coupling done via global variables 
    10 = Motivations= 
    11 The next sections section describes what steps are needed to transform from existing coupling done via shared memory to one exploiting MUSCLE framework.  We are motivated by: 
     10== Motivations== 
     11The next sections section describes what steps are needed to transform from existing coupling done via shared memory to one exploiting MUSCLE framework. Here we shortly list  benefits that we expect to achive: 
    1212 * Both MHD and MC can run concurrently, exchanging data at the begging of each time step. This brings a potential of introducing new level of parallelism as in curent code MHD and MC simulations are called one after another. 
    1313 * The previous tests shows that MC code is much more resource demanding while having potential for greater scalability than the MHD part. Using MUSCLE it is possible to assign different number of resources to kernels (e.g. 12 cores for MHC  code, 120 cores for MC one)