Changes between Version 3 and Version 4 of Piernik
- Timestamp:
- 03/09/13 11:50:33 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Piernik
v3 v4 11 11 = The goal = 12 12 - couple using MUSCLE, why? 13 * the coupling is done one way (from MHD to MC), this brings a potential of introducing new level of parallelism (in curent code MHD and MC simulations are called one after another, sequentially) 13 * the coupling is done one way (from MHD to MC), this brings a potential of introducing new level of parallelism (in curent code MHD and MC simulations are called one after another, sequentially). TODO: figure 14 14 * the MC is in process of GPU-enabling, one may want to run both modules on different heterogenous resources (i.e. MC on GPU cluster, base MHD code on Intel Nehalem cluster) 15 15 = Step By Step Guide = … … 39 39 ./setup mc_collisions_test -c gnufast -d HDF5,MUSCLE,MHD_KERNEL 40 40 }}} 41 The `MUSCLE` and `MHD_KERNEL` stands for preprocessor defines as we want to keep the MUSCLE dependency conditional, we will use them later. 42 = First Step - MUSCLE init = 41 43