Changeset 3832


Ignore:
Timestamp:
Oct 20, 2006, 3:45:34 PM (18 years ago)
Author:
ole
Message:

More parallel timings

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/utilities/sparse.py

    r3514 r3832  
    1212        Sparse(A)     #Creates sparse matrix from dense matrix A
    1313        Sparse(M, N)  #Creates empty MxN sparse matrix
    14 
    15 
    16        
    1714        """
    1815
  • anuga_validation/okushiri_2005/okushiri_parallel.py

    r3829 r3832  
    8888    domain.write_time()
    8989
    90 print 'That took %.2f seconds' %(time.time()-t0)
     90if myid == 0:
     91    print 'That took %.2f seconds' %(time.time()-t0)
  • anuga_validation/okushiri_2005/timings.txt

    r3829 r3832  
    12124   2321.87     3.43     86     (mpirun c40-43)
    1313
     144   2188.87                     (mpirun c12-15)
     15
    14168   1222.82     6.51     81     (mpirun c 8)
    1517
    161816  1312.41                     (mpirun c 16)
     1916  1270.55                     (mpirun c 16)
     2016  1352.27                     (mpirun c 16)
    1721
    182220  1241.75                     (mpirun c 20)
     23
     2424   884.48                     (mpirun c 24)
     25
     2632   672.99                     (mpirun c 32)   
Note: See TracChangeset for help on using the changeset viewer.