Updates for README

gpucinterfaces
Salvatore Filippone 6 months ago
parent f3fcd3a41a
commit e68a5eb0b7

@ -105,18 +105,20 @@ After you have Make.inc fixed, run
make make
``` ```
to compile the library; go to the test directory and its subdirectories to compile the library; go to the test directory and its subdirectories
to get test programs done. If you specify `--prefix=/path` you can do to get test programs done.
You can then install with
``` ```
make install make install
``` ```
and the libraries will be installed under `/path/lib`, while the We recommend specifying `--prefix=/path` in the configure step, so that
module files will be installed under `/path/modules`. The regular and the libraries will be installed under `/path/lib`,
experimental C interface header files are under `/path/include`. the module files will be installed under `/path/modules`, the documentation under `/path/docs` and so on.
The C interface header files are under `/path/include`.
If `/path` is a system directory, you may need If `/path` is a system directory, you may need
``` ```
sudo make install sudo make install
``` ```
If you do not specifye `--with-prefix` the usual default of `/usr` applies.
### Packaging changes, CUDA and GPU support ### Packaging changes, CUDA and GPU support
This version of PSBLAS incorporates into a single package three This version of PSBLAS incorporates into a single package three

Loading…
Cancel
Save