martes, 24 de junio de 2014

MPI and Simpson Method

Hi guys!

This is the 4th video of this MPI Series.

This time and more accurate method is used, is about using little paraboles instead of littel rectangles or trapezoids, this is called Simpson Method and it is really useful.

Again I calculate PI and comparing execution time using differente number of processors.

You can watch the video here.



If you want the complete source code, check this site.

jueves, 19 de junio de 2014

MPI and Trapezoidal Method

Hi guys!

This is the 3rd video of this MPI Series.

This time I will talk about another method of integration, more accurate than rectangular method, this is called 'Trapezoidal Method'.

Again I calculate PI and comparing execution time using differente number of processors.

You can watch the video here.






Don't forget to suscribe and visit this site where you can find further information. 

martes, 17 de junio de 2014

MPI and Rectangular Integration

Hi guys!

This is the 2nd videos of this MPI Series, now I show you a simple example of MPI code for integration, using the most common method to integrate (little rectangles)  and calculating the value of Pi !

You can watch the video here.



Don't forget to suscribe and visit this site where you can find further information. 

sábado, 14 de junio de 2014

Introduction to MPI


Hi everybody, this is a college project about teaching MPI. It's a basic level so I hope it is useful for somebody. Here is the video, you can also check the playlist at youtube here

 For more information about parallel programming and MPI or OpenMP check out this site


This is an introduction about why is so important to study parallel programming in these days and some examples of its applications