Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
technical:recipes:deepmd [2024-08-18 10:37] – [OpenMM Python Virtual Environment] bkang | technical:recipes:deepmd [2024-08-18 11:30] (current) – [Using the Virtual Environment] bkang | ||
---|---|---|---|
Line 9: | Line 9: | ||
<code bash> | <code bash> | ||
[user@login01 ~]$ workgroup -g my_workgroup | [user@login01 ~]$ workgroup -g my_workgroup | ||
- | [(my_workgroup: | + | [(my_workgroup: |
[(my_workgroup: | [(my_workgroup: | ||
</ | </ | ||
Line 31: | Line 31: | ||
<code bash> | <code bash> | ||
- | $ conda create --prefix=$WORKDIR/ | + | $ conda create --prefix=$WORKDIR/ |
Solving environment: | Solving environment: | ||
: | : | ||
Line 42: | Line 42: | ||
# To activate this environment, | # To activate this environment, | ||
# | # | ||
- | # $ conda activate / | + | # $ conda activate / |
# | # | ||
# To deactivate an active environment, | # To deactivate an active environment, | ||
Line 51: | Line 51: | ||
- | Before building and installing | + | Before building and installing |
<code bash> | <code bash> | ||
- | $ conda activate $WORKDIR/ | + | $ conda activate $WORKDIR/ |
- | (/ | + | (/ |
</ | </ | ||
- | ===== Building | + | ===== Building |
- | With the new virtual environment activated, we can now build OpenMM. | + | With the new virtual environment activated, we can now build DeepMD. |
<code base> | <code base> | ||
- | (/ | + | (/ |
Solving environment: | Solving environment: | ||
: | : | ||
Line 71: | Line 71: | ||
Preparing transaction: | Preparing transaction: | ||
Verifying transaction: | Verifying transaction: | ||
- | Executing transaction: \ By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End User License Agreement (EULA): https:// | + | |
done | done | ||
Line 79: | Line 79: | ||
The new virtual environment can easily be added to your login shell and job runtime environments using VALET. | The new virtual environment can easily be added to your login shell and job runtime environments using VALET. | ||
- | Assuming the workgroup does //not// already have a OpenMM | + | Assuming the workgroup does //not// already have a DeepMD |
- | < | + | < |
openmm: | openmm: | ||
- | prefix: / | + | prefix: / |
- | description: | + | description: |
flags: | flags: | ||
- no-standard-paths | - no-standard-paths | ||
Line 94: | Line 94: | ||
success: 0 | success: 0 | ||
versions: | versions: | ||
- | "20240726": | + | "20240818": |
- | description: | + | description: |
dependencies: | dependencies: | ||
- anaconda/ | - anaconda/ | ||
</ | </ | ||
- | would be added to '' | + | would be added to '' |
===== Using the Virtual Environment ===== | ===== Using the Virtual Environment ===== | ||
Line 107: | Line 107: | ||
<code bash> | <code bash> | ||
- | $ vpkg_versions | + | $ vpkg_versions |
Available versions in package (* = default version): | Available versions in package (* = default version): | ||
- | [/ | + | [/ |
- | openmm | + | deepmd |
- | * 20240726 | + | * 20240818 |
</ | </ | ||
- | You can import | + | You can import |
<code bash> | <code bash> | ||
- | $ vpkg_require | + | $ vpkg_require |
Adding dependency `anaconda/ | Adding dependency `anaconda/ | ||
- | Adding package `openmm/20240726` to your environment | + | Adding package `deepmd/20240818` to your environment |
(/ | (/ | ||
~/ | ~/ |