Standaard Boekhandel gebruikt cookies en gelijkaardige technologieën om de website goed te laten werken en je een betere surfervaring te bezorgen.
Hieronder kan je kiezen welke cookies je wilt inschakelen:
Technische en functionele cookies
Deze cookies zijn essentieel om de website goed te laten functioneren, en laten je toe om bijvoorbeeld in te loggen. Je kan deze cookies niet uitschakelen.
Analytische cookies
Deze cookies verzamelen anonieme informatie over het gebruik van onze website. Op die manier kunnen we de website beter afstemmen op de behoeften van de gebruikers.
Marketingcookies
Deze cookies delen je gedrag op onze website met externe partijen, zodat je op externe platformen relevantere advertenties van Standaard Boekhandel te zien krijgt.
Je kan maximaal 250 producten tegelijk aan je winkelmandje toevoegen. Verwijdere enkele producten uit je winkelmandje, of splits je bestelling op in meerdere bestellingen.
Parallel computing is simultaneous use of multiple computing resources to solve a computing problem, to reduce the computation time. To make many processors simultaneously work on a single program, the program must be divided into smaller independent chunks so that each processor can work on separate chunks of the problem. Parallel computing is the only available method to increase the computational speed and its application is rapidly increasing in the field of scientific and engineering computations. In this book parallel computing techniques are searched, developed and tested for two types of computer hardware architectures. Results also show a great reduction in computation time. The other type of computer hardware architecture which is of main interest is Distributed Memory Processors (DMP). DSM systems require a communication network to connect inter-processor memory (ordinary computers). To parallelize programs on DMP we have to use Message Passing Interface (MPI) compilers directives. Time reduction in parallel programs can be seen over sequential programs in the results presented in this book.