From 8374428edec64aa67e752bd7158e800df377f090 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Wed, 2 Aug 2017 11:16:03 +0100 Subject: [PATCH] Added general statement on GPU solver. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5df0baf6..610854fb 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ What is gprMax? gprMax is currently released under the `GNU General Public License v3 or higher `_. -gprMax is written in `Python `_ 3 and includes performance-critical parts written in `Cython `_ with `OpenMP `_. +gprMax is principally written in `Python `_ 3 with performance-critical parts written in `Cython `_. It includes a CPU solver parallelised using `OpenMP `_, and a GPU written using the `NVIDIA CUDA `_ programming model. Using gprMax? Cite us ---------------------