From ff6a2f0a7a257fcfd0f82759b542d0f09af924f6 Mon Sep 17 00:00:00 2001 From: rdentato Date: Mon, 7 Aug 2023 07:28:03 +0000 Subject: [PATCH] Reset the #include --- run.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/run.c b/run.c index 5cb1b96..9f4a1b2 100644 --- a/run.c +++ b/run.c @@ -20,11 +20,6 @@ $ ./run #include #include #endif - -#ifdef _OPENMP -#include -#endif - // ---------------------------------------------------------------------------- // Transformer and RunState structs, and related memory management