From f818327ff17d9c23b8d1ec87c2a19d5866bcf8fe Mon Sep 17 00:00:00 2001 From: Yang Zhao Date: Tue, 25 Jun 2024 18:57:33 +0800 Subject: [PATCH] Fix Sharpy build steps in README.md (#7) Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 89d7bf1..88b30d3 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,11 @@ Parallel and distributed execution currently is MPI/CSP-like. In a later version ## Setting up build environment -Install MLIR/LLVM and IntelĀ® Extension for MLIR (IMEX, see https://github.com/intel/mlir-extensions). +Install MLIR/LLVM and IntelĀ® Extension for MLIR (IMEX, see https://github.com/intel/mlir-extensions). Make sure you use `-DLLVM_ENABLE_RTTI=ON` when configuring LLVM and use build target `all`. ```bash git clone --recurse-submodules https://github.com/IntelPython/sharded-array-for-python cd sharded-array-for-python -git checkout jit conda create --file conda-env.txt --name sharpy conda activate sharpy export MPIROOT=$CONDA_PREFIX