mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
README: complete 'Directory organization'
- remove links to directories created during build process - reason: they may not exist, and clicking them from github's webpage leads to a 404 error.
This commit is contained in:
parent
83e95b3a85
commit
1c9a4bccf0
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -33,15 +33,15 @@ See [installation instructions](./INSTALL.md)
|
|||
|
||||
## Directory organization
|
||||
|
||||
* [`INSTALL.md`](./INSTALL.md): How to build and setup CP2K
|
||||
* [`arch`](./arch): Collection of definitions for different architectures and compilers
|
||||
* [`data`](./data): Simulation parameters e.g. basis sets and pseudopotentials
|
||||
* [`exts`](./exts): Access to external libraries via GIT submodules
|
||||
* [`src`](./src): The source code
|
||||
* [`tests`](./tests): Inputs for regression tests
|
||||
* [`tools`](./tools): Mixed collection of useful scripts related to cp2k
|
||||
* [`data`](./data): Simulation parameters e.g. basis sets and pseudopotentials
|
||||
|
||||
Additional directories created during build process:
|
||||
|
||||
* [`lib`](./data): Libraries built during compilation
|
||||
* [`obj`](./obj): Objects and other intermediate compilation-time files
|
||||
* [`exe`](./exe): Where the executables will be located
|
||||
* `lib`: Libraries built during compilation
|
||||
* `obj`: Objects and other intermediate compilation-time files
|
||||
* `exe`: Where the executables will be located
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue