Close

Download

OpenFOAM Repo: 1. Software for Compilation

The following supporting software is required to download, compile and run OpenFOAM from one of the source repositories. Compiler: either GCC version 5.4 or above; or LLVM Clang version 3.6 or above; or the Intel oneAPI DPC++/C++ Compiler version 2021.3.0 or above. GCC is most commonly available and the version […]

1st May 2016

Read More

Upgrading RHEL 6 Packages for OpenFOAM

As the root user (e.g. typing sudo -i), programming tools can be installed by executing the following commands in a terminal: yum groupinstall ‘Development Tools’ yum install openmpi openmpi-devel yum install epel-release yum install –nogpgcheck qtwebkit qtwebkit-devel yum install –nogpgcheck CGAL CGAL-devel The Boost C++ library is installed automatically for […]

30th April 2016

Read More