From 395b760e4fd4fc071f9c704aa2b72fa4359ef215 Mon Sep 17 00:00:00 2001 From: "David A. Ham" Date: Wed, 21 Aug 2024 16:35:42 +0100 Subject: [PATCH] Update pyop2/caching.py Co-authored-by: Connor Ward --- pyop2/caching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyop2/caching.py b/pyop2/caching.py index 662cfec1f..41908f00f 100644 --- a/pyop2/caching.py +++ b/pyop2/caching.py @@ -392,7 +392,7 @@ def parallel_cache( ): """Memory only cache decorator. - Decorator for wrapping a function to be called over a communiucator in a + Decorator for wrapping a function to be called over a communicator in a cache that stores broadcastable values in memory. If the value is found in the cache of rank 0 it is broadcast to all other ranks.