From c597db40f06acdec9d27f23edc632fb7b97f620f Mon Sep 17 00:00:00 2001 From: hamidrezanorouzi <72734524+hamidrezanorouzi@users.noreply.github.com> Date: Fri, 26 Aug 2022 18:42:36 +0430 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0533148b..cfa9aad0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ phasicFlow is a parallel C++ code for performing DEM simulations. It can run on phasicFlow uses [Kokkos]( https://github.com/kokkos/kokkos) as the backend for parallelization. So, you need to also have the code in the local machine alongside phasicFlow. The make system is adjusted in a way so you do not need to compile Kokkos separately and the required code is compiled alongside the phasicFlow. -#Requirements +# Requirements phasicFlow should work with every gnu compiler that implements C++17 standards. For now, it is tested on Ubuntu distribution of linux operating systems. If the minimum requirements are met, there should not be any problem with compiling the code. However, there are always compiler bugs from one version to another that may need extra attempts for upgrading to newer versions or downgrading to prior versions of the compiler. * CPU builds: It requires gcc-6.x or higher. * GPU (CUDA): NVCC-10.x or higher.