From cf1be0f49e28a3076d610cef12358c7a528a7486 Mon Sep 17 00:00:00 2001 From: Dominic Orchard Date: Tue, 28 Nov 2023 17:59:10 +0000 Subject: [PATCH] clarification about pfunit --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index fa6e8035..ffbaafc7 100644 --- a/tests/README.md +++ b/tests/README.md @@ -5,7 +5,7 @@ This subdirectory provides automated tests for the FTorch library. ## Pre-requisites for running tests * FTorch -* [pFUnit](https://github.com/Goddard-Fortran-Ecosystem/pFUnit). +* [pFUnit](https://github.com/Goddard-Fortran-Ecosystem/pFUnit) (it is not necessary to build this with MPI support at the moment for these tests). ## Building and running tests