Skip to content

Commit f657ca2

Browse files
committed
fixing readme [skip ci]
1 parent 40e059f commit f657ca2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ For example: `export PATH_NICSLU=/home/user/Documents/cktso`
222222
223223
#### Enable 03 optimization
224224
By default, at least on ubuntu, only the "-O2" compiler flags is used. To use the O3 optimization flag, you need
225-
to specify the `__COMPLILE_O3` environment variable: `set __COMPLILE_O3=1` before the compilation (so before
225+
to specify the `__O3_OPTIM` environment variable: `set __O3_OPTIM=1` before the compilation (so before
226226
`python3 setup.py build` or `python -m pip install -e .`)
227227
228228
This compilation argument will increase the compilation time, but will make the package faster.

docs/install_from_source.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,3 @@ Now you simply need to install the lightsim2grid package this way, like any pyth
195195
pip install -U .
196196
197197
And you are done :-)
198-
199-

0 commit comments

Comments
 (0)