Changes between Version 1 and Version 2 of RunningDynamico


Ignore:
Timestamp:
09/09/13 23:53:54 (11 years ago)
Author:
dubos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunningDynamico

    v1 v2  
    2424== Parallel computing with DYNAMICO == 
    2525 
    26 DYNAMICO can run in parallel by dividing the icosahedral mesh into tiles. There are at least 10 tiles corresponding to the 20 faces of the icosahedron joined in pairs to form rhombi. These rhombi are further subdivided in nsplit_i x nsplit_j tiles. nsplit_i and nsplit_j are defined in run.def . nsplit_X needs not divide nbp exactly. 
     26DYNAMICO can run in parallel by dividing the icosahedral mesh into tiles. There are at least 10 tiles corresponding to the 20 faces of the icosahedron joined in pairs to form rhombi. These 10 rhombi are further subdivided in nsplit_i x nsplit_j tiles. nsplit_i and nsplit_j are defined in run.def . nsplit_X needs not divide nbp exactly. 
    2727 
    2828To run DYNAMICO on a parallel machine, you must first compile it with MPI. Then use mpirun or the equivalent command to run it.