Introduction to computing @ SERC, IISc

The Supercomputer Education and Research Centre (SERC) at Indian Institute of Science (IISc) is a large computing facility available to the students of the Institute. But many students face the problem of not knowing where to start and how to go about things to perform computations there. Also I found that the SERC website is not … Read more Introduction to computing @ SERC, IISc

First steps in Parallel Computing : Using OpenMP in Fortran

For a long time, I had this idea that parallel computing is a difficult task and kept away from it. Also my computations were not that demanding in those days. Recently when I had to solve a large system of ordinary differential equations numerically, I was forced to learn how to do this in parallel. … Read more First steps in Parallel Computing : Using OpenMP in Fortran