Installation/Compatibility Matrix

From OpenFOAMWiki
< Installation
Revision as of 20:33, 27 January 2015 by Wyldckat (Talk | contribs)

1 Introduction

This page aims to keep track of the versions of third-party applications vs OpenFOAM versions/variants.

If you have specific questions that are not answered here, please use the related forum thread: New wiki page: Compatibility Matrix of OpenFOAM vs third party applications


2 OpenFOAM Foundation

Official websites:

2.1 GNU Compiler Collection (GCC)

Description
This is the standard compiler currently used by Linux distributions, as well as the usual one used for OpenFOAM.
Website
GCC, the GNU Compiler Collection
Compatibility matrix
OpenFOAM \ GCC 4.2.y 4.3.y 4.4.y 4.5.y 4.6.y 4.7.y 4.8.y 4.9.y
OF version 15.png unknown y=3,4,... none none none none none none
OF Version 15x.png unknown y=3,4,... none none none none none none
OF version 16.png none y=3,4,... none none none none none none
OF Version 16x.png none y=3,4,... all none none none none none
OF Version 170.png none y=3,4,... all none none none none none
OF Version 171.png none y=3,4,... all all none (proof) none none none
OF Version 17x.png none y=3,4,... all all unconfirmed none none none
OF Version 200.png none y=3,4,... all all unconfirmed unconfirmed none none
OF Version 201.png none y=3,4,... all all unconfirmed unconfirmed none none
OF Version 20x.png none y=3,4,... all all all unconfirmed none none
OF Version 210.png none y=3,4,... all all all unconfirmed none none
OF Version 211.png none y=3,4,... all all all all none none
OF Version 21x.png none y=3,4,... all all all all unconfirmed unknown
OF Version 220.png none none none (possible with this) all all all unconfirmed unknown
OF Version 221.png none none none (possible with this) all all all all unknown
OF Version 222.png none none none (possible with this) all all all all unknown
OF Version 22x.png none none none (possible with this) all all all all unknown
OF Version 230.png none none none unknown all all all (CGAL might have issues with a custom build 4.8.2) all
OF Version 231.png none none none unknown all all all (CGAL might have issues with a custom build 4.8.2) all
OF Version 23x.png none none none unknown all all all (CGAL might have issues with a custom build 4.8.2) all

Note: unconfirmed indicates that although it might build, it doesn't mean that it will work as intended.


2.2 Intel C++ Compiler (ICC)

Description
This compiler is free for non-commercial users on Linux. Yields good/very good performance on Intel processors.
Comments
Latest GCC versions (4.5.0 and above) have been proven themselves to be on par or better than ICC.
It's not advisable to use ICC on non-Intel (AMD, Via, etc) machines - source: ICC on Wikipedia, section Criticism. But it's possible to use it if the option -SSE3 is not used:
Website
Intel® Compilers
Overcoming compatibility issues
Intel Compiler 12.1 + Ubuntu 11.10 (gcc 4.6) + OpenFOAM 2.0.x
Compatibility matrix
OpenFOAM \ ICC 10.y 11.y 12.y 13.y 14.y 15.y
OF version 15.png unknown unknown unknown unknown unknown unknown
OF Version 15x.png unknown unknown unknown unknown unknown unknown
OF version 16.png untested unknown unknown unknown unknown unknown
OF Version 16x.png untested unknown unknown unknown unknown unknown
OF Version 170.png unknown 11.1 unknown unknown unknown unknown
OF Version 171.png unknown 11.1 all (needs bug fix) unknown unknown unknown
OF Version 17x.png unknown 11.1 all (bug fixed) unknown unknown unknown
OF Version 200.png none none
(related bug report)
12.1 unknown unknown unknown
OF Version 201.png none none 12.1 (needs bug fix) unknown unknown unknown
OF Version 20x.png none none 12.1 unknown unknown unknown
OF Version 210.png none none 12.1 unknown unknown unknown
OF Version 21x.png none none 12.1 unknown unknown unknown
OF Version 21x.png none none 12.1 unknown unknown unknown
OF Version 220.png none none 12.1 13.1 unknown unknown
OF Version 221.png none none 12.1 13.1 unknown unknown
OF Version 222.png none none 12.1 13.1 unknown unknown
OF Version 22x.png none none 12.1 13.1 unknown unknown
OF Version 230.png none none unknown unknown 14.0.1 unknown
OF Version 231.png none none unknown unknown 14.0.1 unknown
OF Version 23x.png none none unknown unknown 14.0.1 unknown


3 OpenFOAM Extend Project

Extend Project websites:

3.1 GNU Compiler Collection (GCC)

Description
This is the standard compiler currently used by Linux distributions, as well as the usual one used for OpenFOAM.
Website
GCC, the GNU Compiler Collection
Compatibility matrix
OpenFOAM \ GCC 4.2.y 4.3.y 4.4.y 4.5.y 4.6.y 4.7.y 4.8.y 4.9.y
OF Version 14dev.png unknown y=3,4,... unknown unknown none none none none
OF Version 15dev.png unknown y=3,4,... unknown unknown none none none none
OF Version 16ext.png unknown y=3,4,... all all all all[1] unknown unknown
OF Version 30ext.png unknown unknown unknown all all all unknown unknown
OF Version 31ext.png unknown unknown unknown all all all unknown unknown


  1. Compiling with GCC 4.7 requires two details: having the latest 1.6-ext commit, as well as a couple of hacks to make sure that things build as intended. Both can indications can be found in the instructions of installing 1.6-ext on Ubuntu 13.04, which uses GCC 4.7.3.


4 FreeFOAM

FreeFOAM websites:

See the ChangeLog or the version control history.