Changeset 3832
- Timestamp:
- Oct 20, 2006, 3:45:34 PM (18 years ago)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/sparse.py
r3514 r3832 12 12 Sparse(A) #Creates sparse matrix from dense matrix A 13 13 Sparse(M, N) #Creates empty MxN sparse matrix 14 15 16 17 14 """ 18 15 -
anuga_validation/okushiri_2005/okushiri_parallel.py
r3829 r3832 88 88 domain.write_time() 89 89 90 print 'That took %.2f seconds' %(time.time()-t0) 90 if myid == 0: 91 print 'That took %.2f seconds' %(time.time()-t0) -
anuga_validation/okushiri_2005/timings.txt
r3829 r3832 12 12 4 2321.87 3.43 86 (mpirun c40-43) 13 13 14 4 2188.87 (mpirun c12-15) 15 14 16 8 1222.82 6.51 81 (mpirun c 8) 15 17 16 18 16 1312.41 (mpirun c 16) 19 16 1270.55 (mpirun c 16) 20 16 1352.27 (mpirun c 16) 17 21 18 22 20 1241.75 (mpirun c 20) 23 24 24 884.48 (mpirun c 24) 25 26 32 672.99 (mpirun c 32)
Note: See TracChangeset
for help on using the changeset viewer.