aboutsummaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2017-09-16 12:48:44 -0700
committerGravatar Remi Lehe <remi.lehe@normalesup.org> 2017-09-16 12:48:44 -0700
commitc4581db34a0f679969279bad1a7d24b9487efd6d (patch)
tree6e06e04d1eb0a6da4bccb732b8263edb113be1cf /Python
parent3d845c71120a4c39e87a6efff06b1d6cc6b510bf (diff)
downloadWarpX-c4581db34a0f679969279bad1a7d24b9487efd6d.tar.gz
WarpX-c4581db34a0f679969279bad1a7d24b9487efd6d.tar.zst
WarpX-c4581db34a0f679969279bad1a7d24b9487efd6d.zip
Compile with OpenMP by default
Diffstat (limited to 'Python')
-rw-r--r--Python/GNUmakefile2
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