Skip to content

Commit

Permalink
Merge pull request #4 from v1j4y/master
Browse files Browse the repository at this point in the history
Update readme.
  • Loading branch information
v1j4y authored Apr 20, 2024
2 parents b68b6e0 + d52f9de commit f94bd7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git clone https://github.com/trex-coe/qmckl_dgemm.git

# Installation

The simplest way to obtain the source files of QMCkl\_dgemm is to download a source
The simplest way to obtain the source files of ~QMCkl\_dgemm~ is to download a source
distribution. This particular repository is for maintainers, who write custom kernels.

## For maintainers
Expand Down Expand Up @@ -48,11 +48,11 @@ make install

## Linking to your program

The `make install` command takes care of installing the QMCkl\_dgemm shared library on the user machine.
The `make install` command takes care of installing the ~QMCkl\_dgemm~ shared library on the user machine.
Once installed, add `-lqmckldgemm` to the list of compiler options.

In some cases (e.g. when using custom `prefix` during configuration), the QMCkl library might end up installed in a directory, which is absent in the default `$LIBRARY_PATH`.
In order to link the program against QMCkl\_dgemm, the search paths can be modified as follows:
In order to link the program against ~QMCkl\_dgemm~, the search paths can be modified as follows:

`export LIBRARY_PATH=$LIBRARY_PATH:<path_to_qmckl_dgemm>/lib`

Expand Down

0 comments on commit f94bd7a

Please sign in to comment.