1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 17:03:43 +02:00

Update README.md to reflect installation with chameleon. #20

This commit is contained in:
vijay gopal chilkuri 2021-06-22 19:54:55 +05:30
parent 4430414dc9
commit 2a0469eb01

View File

@ -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