Sunday, January 17, 2016

Where is the netbeans.conf location ?

On windows :

C:\Program Files\NetBeans 8.0\etc

On linux:

/usr/share/netbeans/etc/netbeans.conf




Tuesday, January 12, 2016

Check Open MPI Version

Sometime it is a bit confusing to check the version of the Open MPI installed in your system. You can easily do it by running the following command.

ompi_info 



Then it returns a list of information and your Open MPI version information will be shown on first or second line.