11 | | The 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: |
12 | | * 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. |
| 11 | The 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 expected benefits: |
| 12 | * 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, thus resulting in shorter walltimes. In curent code MHD and MC simulations are called sequentially, one after another. |