Ignore:
Timestamp:
Aug 13, 2012, 9:03:16 PM (13 years ago)
Author:
steve
Message:

Looks like pypar_extras is working with all_reduce

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga_parallel/parallel_generic_communications.py

    r8498 r8511  
    4444   
    4545    if allreduce:
    46         pypar.allreduce(domain.local_timestep, pypar.MIN,
     46        import anuga_parallel.pypar_extras as par_extras
     47        par_extras.allreduce(domain.local_timestep, pypar.MIN,
    4748                      buffer=domain.global_timestep,
    4849                      bypass=True)
Note: See TracChangeset for help on using the changeset viewer.