From c562815bbe55d837e1949cc0beedc572ebad98c7 Mon Sep 17 00:00:00 2001 From: Hamidreza Norouzi <72734524+hamidrezanorouzi@users.noreply.github.com> Date: Thu, 28 Sep 2023 23:30:50 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a85ef5e6..ba8b15ac 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ **MPI** parallelization with dynamic load balancing is under development. With this level of parallelization, PhasicFlow can leverage the computational power of **multi-gpu** workstations or clusters with distributed memory CPUs. In summary PhasicFlow can have 6 execution modes: -1. Serial on a single CPU, +1. Serial on a single CPU core, 2. Parallel on a multi-core computer/node (using OpenMP), 3. Parallel on an nvidia-GPU (using Cuda), 4. Parallel on distributed memory workstation (Using MPI)