mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-09 12:44:12 +01:00
Update README.md to reflect installation with chameleon. #20
This commit is contained in:
parent
4430414dc9
commit
2a0469eb01
10
README.md
10
README.md
@ -34,6 +34,16 @@ make
|
||||
make check
|
||||
```
|
||||
|
||||
### Building with Chameleon Library
|
||||
|
||||
```
|
||||
./autogen.sh
|
||||
LIBCHAMELEON_LIBS="-L/home/vijay/.local/lib -lchameleon -lchameleon_starpu -lhqr -lcoreblas" LIBCHAMELEON_CFLAGS="-I/home/vijay/.local/include -I/opt/starpu-1.3.7/build/include/starpu/1.3" QMCKL_DEVEL=1 ./configure --prefix=/home/vijay/.local --enable-silent-rules --enable-maintainer-mode --with-chameleon=yes
|
||||
|
||||
make
|
||||
make check
|
||||
```
|
||||
|
||||
## For users
|
||||
|
||||
Obtain a source distribution and run
|
||||
|
Loading…
Reference in New Issue
Block a user