CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

SergeAS

Register Blogs Community New Posts Updated Threads Search

Old
Rating: 2 votes, 3.50 average.

Computational Core of HyperFLOW2D now open source, meet OpenHyperFLOW2D !

Posted December 24, 2013 at 12:51 by SergeAS
Updated June 8, 2016 at 17:10 by SergeAS

Computational Core of my oldest 2D NS-solver now open source (LGPLv3),
meet OpenHyperFLOW2D
(include serial and parallel MPI,OpenMP and CUDA versions)





Attached Images
File Type: jpg ShockBubble2D-T.jpg (25.4 KB, 27555 views)
SergeAS's Avatar
Member
Posted in Uncategorized
Views 4942 Comments 7 SergeAS is offline Edit Tags
Old

Dark side of Amdahl's law. Epilogue

Posted January 12, 2012 at 10:03 by SergeAS
Updated January 13, 2012 at 07:32 by SergeAS

Dependence of efficiency on the number of cores is a very important characteristic of scalability solver based on which one can predict the scaling limit. For simplicity we consider only one option for the solver, using the asynchronous version of the MPI exchanges Isend() + Irecv(). It is seen that the dependence of the efficiency of parallelization of the solver is linear or nearly linear, with a gradual drop in effectivity with increasing number of cores used
...
Attached Thumbnails
Click image for larger version

Name:	HyperFLOW2D-effectivity0.png
Views:	28562
Size:	10.4 KB
ID:	46   Click image for larger version

Name:	HyperFLOW2D-speedup0.png
Views:	27411
Size:	10.3 KB
ID:	47  
SergeAS's Avatar
Member
Posted in Uncategorized
Views 2280 Comments 0 SergeAS is offline Edit Tags
Old

Dark side of Amdahl's law. Part III

Posted December 9, 2011 at 11:04 by SergeAS
Tags mpi, parallel

...use a blocking call Sendrecv() instead of a pair of Send() + Recv() slightly improves the performance of the code but does not result to improved scalability


...
Attached Thumbnails
Click image for larger version

Name:	HyperFLOW2D-parallel-factor2.png
Views:	28135
Size:	12.0 KB
ID:	42   Click image for larger version

Name:	HyperFLOW2D-speedup2.png
Views:	28116
Size:	11.4 KB
ID:	43   Click image for larger version

Name:	HyperFLOW2D-speed2.png
Views:	28350
Size:	11.8 KB
ID:	44   Click image for larger version

Name:	HyperFLOW2D-effectivity2.png
Views:	27022
Size:	12.6 KB
ID:	45  
SergeAS's Avatar
Member
Posted in Uncategorized
Views 2295 Comments 0 SergeAS is offline Edit Tags
Old

Dark side of Amdahl's law. Part II

Posted December 4, 2011 at 09:57 by SergeAS
Updated December 4, 2011 at 10:44 by SergeAS
Tags mpi, parallel

Let us consider in more detail how works domain decomposition in the simplest 1D case.
The computational domain is divided into several subdomains along one (usually the longest) dimension. The number of such subdomains usually corresponds to the number cores involved. The main data exchanges take place between neighboring subdomains. The size of transmitted data between adjacent subdomains in the general case depends on many factors (number of equations in the system, the size of the computational...
Attached Thumbnails
Click image for larger version

Name:	HyperFLOW2D-parallel-factor.png
Views:	27330
Size:	11.3 KB
ID:	38   Click image for larger version

Name:	HyperFLOW2D-speedup.png
Views:	28129
Size:	11.0 KB
ID:	39   Click image for larger version

Name:	HyperFLOW2D-speed.png
Views:	27078
Size:	11.1 KB
ID:	40   Click image for larger version

Name:	domain.png
Views:	26924
Size:	10.2 KB
ID:	41  
SergeAS's Avatar
Member
Posted in Uncategorized
Views 1836 Comments 0 SergeAS is offline Edit Tags
Old

Dark side of Amdahl's law

Posted November 25, 2011 at 15:19 by SergeAS
Updated November 27, 2011 at 05:44 by SergeAS
Tags mpi, parallel

Looking the latest HPCSource I came across very well-known picture, illustrating the Amdahl's law:
S_p = \cfrac{1}{\alpha + \cfrac{1 - \alpha}{p}}


which shows the dependence of the speedup parallel code on number of processor cores for different fraction of time (\alpha \ne 0) spent in the part that was not parallelized. This diagram is interested in me for the...
Attached Thumbnails
Click image for larger version

Name:	HyperFLOW2D-speedup.png
Views:	29078
Size:	7.7 KB
ID:	31   Click image for larger version

Name:	HyperFLOW2D-speed.png
Views:	27221
Size:	7.2 KB
ID:	32   Click image for larger version

Name:	HyperFLOW2D-parallel-factor.png
Views:	27937
Size:	6.5 KB
ID:	33   Click image for larger version

Name:	VonKarmanVorticeStreet2.gif
Views:	27155
Size:	87.4 KB
ID:	36  
SergeAS's Avatar
Member
Posted in Uncategorized
Views 2980 Comments 2 SergeAS is offline Edit Tags

All times are GMT -4. The time now is 22:38.