Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
technical:recipes:openmm [2024-07-29 14:42] – 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 '' | ||
- | With a properly-constructed package definition file, you can now check for your versions of TensorFlow: | + | ===== Using the Virtual Environment ===== |
+ | |||
+ | The versions of the virtual environment declared in the VALET package are listed using the '' | ||
<code bash> | <code bash> | ||
- | [(it_nss: | + | $ vpkg_versions |
Available versions in package (* = default version): | Available versions in package (* = default version): | ||
- | [/work/my_workgroup/sw/valet/tensorflow.vpkg_yaml] | + | [/work/it_css/sw/valet/openmm.vpkg_yaml] |
- | tensorflow | + | openmm |
- | * 2.2.0:gpu 2.2.0 with GPU support | + | * 20240726 |
- | 2.3.0:intel,python3.8 | + | </ |
- | + | ||
- | : | + | You can import openmm, activating the virtual environment is accomplished using the '' |
+ | |||
+ | <code bash> | ||
+ | $ vpkg_require openmm/ | ||
+ | Adding dependency `anaconda/ | ||
+ | Adding package `openmm/ | ||
+ | (/ | ||
+ | ~/ | ||
+ | Python | ||
+ | Type " | ||
+ | >>> | ||
+ | >>> | ||
</ | </ |