Free eBook: Introduction to High-Performance Scientific Computing

Print Friendly, PDF & Email

TACC’s Victor Eijkhout, Edmond Chow, and Robert van de Geij have posted an excellent eBook entitled: Introduction to High-Performance Scientific Computing. While currently in a Public Draft form that is open for comments, the book features topics such as Sequential and Parallel Computer Architecture, Programming strategies for high performance, Numerical treatment of differential equations, High performance linear algebra, Monte Carlo Methods, and much more.

The field of high performance scientific computing lies at the crossroads of a number of disciplines and skill sets, and correspondingly, for someone to be successful at using high performance computing in science requires at least elementary knowledge of and skills in all these areas. Computations stem from an application context, so some acquaintance with physics and engineering sciences is desirable. Then, problems in these application areas are typically translated into linear algebraic, and sometimes combinatorial, problems, so a computational scientist needs knowledge of several aspects of numerical analysis, linear algebra, and discrete mathematics. An efficient implementation of the practical formulations of the application problems requires some understanding of computer architecture, both on the CPU level and on the level of parallel computing. Finally, in addition to mastering all these sciences, a computational sciences needs some specific skills of software management.

While good texts exist on applied physics, numerical linear algebra, computer architecture, parallel computing, performance optimization, no book brings together these strands in a unified manner. The need for a book such as the present was especially apparent at the Texas Advanced Computing Center: users of the facilities there often turn out to miss crucial parts of the background that would make them efficient computational scientists. This book, then, comprises those topics that seem indispensible for scientists engaging in large-scale computations.

Comments

  1. Excellent! I looked at it and looks to be a great introduction (without being too basic). Chapter on Monte Carlo is incomplete though, i guess its still a work-in-progress.

  2. Victor Eijkhout says

    Rahul, the download link given here is the version of my book that is regularly updated, and therefore contains some incomplete bits. (Any volunteers for writing the Monte Carlo chapter, please contact me.) The existence of this book was earlier announcement on InsideHPC with a link to the published version on lulu.com which only contains the truly finished material:

    http://insidehpc.com/2010/12/30/download-introduction-to-high-performance-scientific-computing/

    Victor.