From 1df1306ba4e21806a84de305d29a87346c95239a Mon Sep 17 00:00:00 2001 From: Wenlu Hu Date: Wed, 24 Sep 2014 12:30:45 -0400 Subject: [PATCH] List environments --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 563c3a9..8dee00e 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ Compilation -------- Recommended environment - * Intel icpc compiler - * g++ >= 4.8.0 with support for Cilk+, + +* Intel icpc compiler +* g++ >= 4.8.0 with support for Cilk+, To compile with g++ using Cilk, define the environment variable CILK. To compile with icpc, define the environment variable MKLROOT and make sure CILK @@ -18,7 +19,7 @@ performance in our experience. Alternative - * OpenMP +* OpenMP To compile with OpenMP, define the environment variable OPENMP and make sure CILK and MKLROOT are not defined.