Monday, February 11, 2013

Installing Message Passing Interface Compiler in BOSS Linux

1.To install mpicc compiler


sudo apt-get install mpi-default-dev


2.To run MPI program

apt-get install mpi-default-bin



No comments:

Post a Comment

Linux Kernel Compilation

 Step 1: Install Required Packages Install additional packages before building a kernel. To do so, run this command: sudo apt-get install gi...