Ignore:
Timestamp:
May 1, 2006, 10:36:09 AM (18 years ago)
Author:
linda
Message:

Continued working on parallel documentation. Finished (waiting on feedback) description of how to parallelise the code and example codes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/parallel/documentation/code/RunParallelSwMerimbulaMetis.py

    r2785 r2786  
    189189    print 'That took %.2f seconds' %(time.time()-t0)
    190190    print 'Communication time %.2f seconds'%domain.communication_time
    191     print 'Reduction Communication time %.2f seconds'%domain.communication_reduce_time
    192     print 'Broadcast time %.2f seconds'%domain.communication_broadcast_time
     191    print 'Reduction Communication time %.2f seconds'\
     192          %domain.communication_reduce_time
     193    print 'Broadcast time %.2f seconds'\
     194          %domain.communication_broadcast_time
Note: See TracChangeset for help on using the changeset viewer.