diff options
Diffstat (limited to 'Python/GNUmakefile')
-rw-r--r-- | Python/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/GNUmakefile b/Python/GNUmakefile index 3fedea3ab..2aefb78be 100644 --- a/Python/GNUmakefile +++ b/Python/GNUmakefile @@ -12,7 +12,7 @@ TINY_PROFILE = TRUE TINY_PROFILE = FALSE USE_MPI = TRUE -USE_OMP = FALSE +USE_OMP = TRUE EBASE = main |