Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
technical:recipes:vasp-6-darwin [2021-02-16 09:48] – [Installation] anita | technical:recipes:vasp-6-darwin [2021-02-16 10:00] (current) – [Runtime environment] anita | ||
---|---|---|---|
Line 243: | Line 243: | ||
[user@login00.darwin ~]$ VALET_PKG_DIR=~/ | [user@login00.darwin ~]$ VALET_PKG_DIR=~/ | ||
</ | </ | ||
- | versus an installation made for an entire workgroup, which would store package definition files in '' | + | versus an installation made for an entire workgroup, which would store the VALET package definition files in '' |
<code bash> | <code bash> | ||
[user@login00.darwin ~]$ VALET_PKG_DIR=" | [user@login00.darwin ~]$ VALET_PKG_DIR=" | ||
Line 289: | Line 289: | ||
It is a good idea to specify which version definition should act as the default. | It is a good idea to specify which version definition should act as the default. | ||
- | <file vasp.vpkg_yaml> | + | |
+ | < | ||
vasp: | vasp: | ||
prefix: / | prefix: / | ||
Line 304: | Line 305: | ||
- cuda/11.1.1 | - cuda/11.1.1 | ||
</ | </ | ||
+ | |||
saved at '' | saved at '' | ||
==== Checking the definition file ==== | ==== Checking the definition file ==== | ||
- | The package definition file can be syntax-checked: | + | The package definition file can be checked |
<code bash> | <code bash> | ||
[user@login00.darwin ~]$ vpkg_check " | [user@login00.darwin ~]$ vpkg_check " | ||
Line 353: | Line 355: | ||
~/ | ~/ | ||
</ | </ | ||
- | The '' | + | The '' |