Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Apr 3, 2019
1 parent ab554ee commit d12c815
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,36 @@ Download the latest source codes by

Then, the source codes are downloaded in the directory ``spm.src``.



### Directories

The structure of the directroies in ` spm.src` is given as follows:

- c++

Source codes for SpM are located.

- cmake

Files related to cmake are located.

- docs

Files related to the document are located.

- samples
Sample files for SpM are located.

- test

Test files for SpM are located.

- thirdparty
CPPLAPACK libraries are located.



### Using Cmake

Build with cmake command is done in a separate directory, e.g. ``spm.build``.
Expand Down

0 comments on commit d12c815

Please sign in to comment.