Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. pavel@pavel-VirtualBox:~/Stažené/arc_proj02/Sources$ mpirun -np 4 ./arc_proj02 -n 1000 -m 1 -w 10 -i ../DataGenerator/material.h5 -o result.h5 -v
  2. .......... Parameters of the simulation ...........
  3. Domain size : 128x128
  4. Number of iterations : 1000
  5. Number of MPI processes : 4
  6. Number of OpenMP threads: 1
  7. Disk write intensity : 10
  8. Air flow rate : 0.001000
  9. Input file name : ../DataGenerator/material.h5
  10. Output file name : result.h5
  11. Mode : 1
  12. ...................................................
  13.  
  14. Starting sequential simulation...
  15. Progress 10% (Average Temperature 22.00 degrees)
  16. Progress 20% (Average Temperature 22.60 degrees)
  17. Progress 30% (Average Temperature 23.05 degrees)
  18. Progress 40% (Average Temperature 23.43 degrees)
  19. Progress 50% (Average Temperature 23.76 degrees)
  20. Progress 60% (Average Temperature 24.06 degrees)
  21. Progress 70% (Average Temperature 24.34 degrees)
  22. Progress 80% (Average Temperature 24.60 degrees)
  23. Progress 90% (Average Temperature 24.85 degrees)
  24. Progress 100% (Average Temperature 25.08 degrees)
  25.  
  26. Execution time of sequential version 0.15198
  27. Starting sequential simulation...
  28.  
  29. Execution time of parallel version 0.08388
  30. Verification OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement