Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme. #4

Merged
merged 1 commit into from
Apr 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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