Changes between Version 3 and Version 4 of RunningDynamico


Ignore:
Timestamp:
05/21/14 23:12:11 (10 years ago)
Author:
dubos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunningDynamico

    v3 v4  
    2828To run DYNAMICO on a parallel machine, you must first compile it with OpenMPI and/or MPI. Then use mpirun or the equivalent command to run it. 
    2929There must be less MPIxOpenMP processes than the 10 x nsplit_i x nsplit_j tiles. There can be more tiles than processes, in which case each process will take care of several tiles. 
     30 
     31== Tips and tricks == 
     32It may be useful to set  
     33{{{ 
     34ulimit -s unlimited 
     35}}} 
     36before running DYNAMICO in order to avoid stack overflows (segmentation faults) due to large automatic arrays.