Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
technical:recipes:openmm [2024-07-29 14:44] – bkang | technical:recipes:openmm [2024-07-29 14:50] (current) – [VALET Package Definition] bkang | ||
---|---|---|---|
Line 102: | Line 102: | ||
would be added to '' | would be added to '' | ||
- | === Using the Virtual Environment === | + | ===== Using the Virtual Environment |
The versions of the virtual environment declared in the VALET package are listed using the '' | The versions of the virtual environment declared in the VALET package are listed using the '' | ||
<code bash> | <code bash> | ||
- | $ vpkg_versions | + | $ vpkg_versions |
Available versions in package (* = default version): | Available versions in package (* = default version): | ||
- | [/home/1001/.valet/my-sci-app.vpkg_yaml] | + | [/work/it_css/sw/valet/openmm.vpkg_yaml] |
- | my-sci-app | + | openmm |
- | * 20201102 | + | * 20240726 |
</ | </ | ||
- | Activating | + | You can import openmm, activating |
<code bash> | <code bash> | ||
- | $ vpkg_require | + | $ vpkg_require |
- | Adding dependency `libfabric/1.9.0` to your environment | + | Adding dependency `anaconda/2024.02` to your environment |
- | Adding dependency `openmpi/ | + | Adding package `openmm/20240726` to your environment |
- | Adding dependency `intel-python/ | + | (/work/it_css/sw/openmm/20240726)$ python |
- | Adding package `my-sci-app/20201102` to your environment | + | |
- | (/home/1001/conda-envs/my-sci-app/20201102)$ which python3 | + | |
~/ | ~/ | ||
- | (/ | + | Python 3.12.4 | packaged by conda-forge | (main, Jun 17 2024, 10:23:07) [GCC 12.3.0] on linux |
- | mpi4py | + | Type " |
- | $ which mpirun | + | >>> |
- | / | + | >>> |
</ | </ |