Tag Archives: Linux

Install PGI Fortran Compilers on Linux & Mac OS X

Yet another Fortran compiler?

Honestly, I think that, whether you do have your favorite Fortran compiler or not, it is always interesting to check how your applications behave to different compilers.

After the GNU and the Intel Fortran compilers, we will describe here how to install the PGI Fortran compiler on Linux Ubuntu 12.04 LTS. The PGI Fortran compiler is also available for Mac OS X, and a link to download and install it is provided here. Continue reading

Tagged , , , , , , , , , , , , , ,

Which MPI Implementation?

Which MPI implementation to choose? Which one is better? Which one is more suitable for my application? What is the difference between MPICH, Intel MPI and OpenMPI?

Who didn’t ask one of these questions, at least when he / she first started using or developing programs on HPC systems? Continue reading

Tagged , , , , , , , , , , , , ,

Install Version Control using Subversion on Linux

Subversion is a Free/Open-source Version Control System (VCS). That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data or examine the history of how your data changed. It can operate across networks, which allows it to be used by people on different computers.

In this tutorial, we aim at installing Subversion on a Linux Ubuntu system and configuring it to run across a network using an Apache Web Server configuration. Continue reading

Tagged , , , , , ,

Install MPICH On Linux

In a previous post, we have detailed how to install OpenMPI on a Mac OS X system. At that time, it seemed alot easier to setup the OpenMPI implementation on a Mac system, rather that MPICH.

In this post, we will try to describe how to setup MPICH on a Linux system.

First, if not done yet, please consider installing the libc-dev package, which contains headers for developers from the Linux kernel: Continue reading

Tagged , , , , , , , , , ,

SSH – Chat With Users

When you are logged on a server over SSH, it is possible to chat with other users who are also logged on same the server. This can be particularly helpful when you are working on the same project and are willing to share ideas or to ask for some help.

Here are two commands that will help you do it:

Continue reading

Tagged , , , , , ,