Skip to content

Commit

Permalink
Fix Sharpy build steps in README.md (#7)
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
AllanZyne authored Jun 25, 2024
1 parent a175942 commit f818327
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f818327

Please sign in to comment.