Added highlighting to directories

pull/2/head
Soren Rasmussen 7 years ago
parent 10b14b9e20
commit 578dd3c4c5

@ -1,5 +1,5 @@
PSBLAS library, version 3.5. PSBLAS library, version 3.5
============================ ===========================
The architecture of the Fortran 2003 sparse BLAS is described in: The architecture of the Fortran 2003 sparse BLAS is described in:
>S. Filippone, A. Buttari. Object-Oriented Techniques for Sparse Matrix >S. Filippone, A. Buttari. Object-Oriented Techniques for Sparse Matrix
@ -19,7 +19,7 @@ Version 1.0 of the library is described in:
UTILITIES UTILITIES
--------- ---------
The test/util directory contains some utilities to convert to/from The `test/util` directory contains some utilities to convert to/from
Harwell-Boeing and MatrixMarket file formats. Harwell-Boeing and MatrixMarket file formats.
@ -86,8 +86,8 @@ 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 make to get test programs done. If you specify `--prefix=/path` you can do make
install and the libraries will be installed under /path/lib, while the install and the libraries will be installed under `/path/lib`, while the
module files will be installed under /path/include. module files will be installed under `/path/include`.
SERIAL SERIAL
------ ------

Loading…
Cancel
Save