Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
technical:recipes:quantum-espresso [2024-05-12 10:45] – [Versions] bkang | technical:recipes:quantum-espresso [2024-05-12 11:05] (current) – [Runtime environment] bkang | ||
---|---|---|---|
Line 134: | Line 134: | ||
description: | description: | ||
dependencies: | dependencies: | ||
- | - openmpi/ | + | - openmpi/ |
</ | </ | ||
Line 158: | Line 158: | ||
description: | description: | ||
dependencies: | dependencies: | ||
- | - openmpi/ | + | - openmpi/ |
</ | </ | ||
Line 173: | Line 173: | ||
description: | description: | ||
dependencies: | dependencies: | ||
- | - openmpi/ | + | - openmpi/ |
</ | </ | ||
Line 184: | Line 184: | ||
[user@login00.darwin ~]$ vpkg_check " | [user@login00.darwin ~]$ vpkg_check " | ||
/ | / | ||
- | |||
[quantum-espresso] { | [quantum-espresso] { | ||
contexts: all | contexts: all | ||
actions: { | actions: { | ||
- | | + | |
} | } | ||
https:// | https:// | ||
quantum-espresso | quantum-espresso | ||
- | prefix: /home/ | + | prefix: /work/ |
source file: / | source file: / | ||
default version: quantum-espresso/ | default version: quantum-espresso/ | ||
Line 199: | Line 198: | ||
contexts: all | contexts: all | ||
dependencies: | dependencies: | ||
- | openmpi/ | + | openmpi/ |
} | } | ||
compiled with Open MPI, Intel compilers, MKL, ScaLAPACK | compiled with Open MPI, Intel compilers, MKL, ScaLAPACK | ||
- | prefix: /home/ | + | prefix: /work/ |
- | standard paths: { | + | |
- | bin: / | + | |
- | } | + | |
} | } | ||
} | } | ||
} | } | ||
+ | |||
</ | </ | ||
The file had no errors in its YAML syntax. | The file had no errors in its YAML syntax. | ||
Line 217: | Line 214: | ||
<code bash> | <code bash> | ||
[user@login00.darwin ~]$ vpkg_require quantum-espresso/ | [user@login00.darwin ~]$ vpkg_require quantum-espresso/ | ||
- | Adding dependency `libfabric/ | + | Adding dependency `binutils/ |
- | Adding dependency `binutils/ | + | Adding dependency `gcc/12.2.0` to your environment |
- | Adding dependency `gcc/12.1.0` to your environment | + | |
Adding dependency `intel-oneapi/ | Adding dependency `intel-oneapi/ | ||
- | Adding dependency `openmpi/ | + | Adding dependency `ucx/ |
+ | Adding dependency `openmpi/ | ||
Adding package `quantum-espresso/ | Adding package `quantum-espresso/ | ||
[user@login00.darwin ~]$ which pw.x | [user@login00.darwin ~]$ which pw.x |