Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QINQINKONG authored Mar 10, 2024
1 parent 6883ddf commit efa68bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ The model developed by Liljegren et al (2008) [1] is the recommended approach fo
`coszenith.pyx` need to be compiled first to obtain a shared object file `.so` that can be import in Python. The setup tool script `setupcoszenith.py` is used for such purpose:
- for Intel compiler:
- `LDSHARED="icc -shared" CC=icc python setupcoszenith.py develop`
- for gcc compiler:
- for gcc compiler:
- replace '-qopenmp' with '-fopenmp' in the `setupcoszenith.py` file.
- `python setupcoszenith.py build_ext --inplace`


****
### Citation
Expand Down

0 comments on commit efa68bc

Please sign in to comment.