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

How to interact with the non-interactable Web Elements in Selenium

How to interact with the non-interact able Web Elements in Selenium    // Find the non-interactable element element WebElement element = dr...