MPI

Introduction Message Passing Interface (MPI) is a portable library of subprograms which can be used to facilitate parallel computing. The MPI subprograms can be called from C and Fortran programs. Parallel Computing Parallel computing enables large scale numerical problems to be solved in a timely… Read more

MinGW Windows Installation

MinGW stands for Minimalist GNU for Windows. MinGW is a native software port of the GNU Compiler Collection (GCC) and GNU Binutils for use in the development of native Microsoft Windows applications. MinGW can be downloaded with Code::Blocks. Or it can be downloaded via  soureforge.… Read more

Code::Blocks

Code::Blocks is a free C/C++ Integrated Development Environment (IDE). It may be downloaded from: http://www.codeblocks.org/ A number of compilers may be used with Code::Blocks. MinGW is a good choice for the compiler.  The Code::Blocks website has a bundled installion  file that includes MinGW. Note that… Read more