Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
79be9b11
Commit
79be9b11
authored
Oct 31, 2022
by
peastman
Browse files
Merge branch 'master' of github.com:openmm/openmm
parents
f9cebbf0
b6609bcf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
22 deletions
+26
-22
.github/workflows/CI.yml
.github/workflows/CI.yml
+14
-14
CONTRIBUTING.md
CONTRIBUTING.md
+1
-1
devtools/hosted-envs/openmm-8-beta-linux.yaml
devtools/hosted-envs/openmm-8-beta-linux.yaml
+6
-4
devtools/hosted-envs/openmm-8-beta-mac.yaml
devtools/hosted-envs/openmm-8-beta-mac.yaml
+5
-3
No files found.
.github/workflows/CI.yml
View file @
79be9b11
...
@@ -121,8 +121,8 @@ jobs:
...
@@ -121,8 +121,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \
-
name
:
Linux CPU Python
3.1
0
-
name
:
Linux CPU Python
3.1
1
python-version
:
"
3.1
0
"
python-version
:
"
3.1
1
"
os
:
ubuntu-latest
os
:
ubuntu-latest
OPENCL
:
false
OPENCL
:
false
cuda-version
:
"
"
cuda-version
:
"
"
...
@@ -139,8 +139,8 @@ jobs:
...
@@ -139,8 +139,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \
-
name
:
MacOS Intel CPU/OpenCL Python
3.1
0
-
name
:
MacOS Intel CPU/OpenCL Python
3.1
1
python-version
:
"
3.1
0
"
python-version
:
"
3.1
1
"
os
:
macos-latest
os
:
macos-latest
OPENCL
:
false
OPENCL
:
false
cuda-version
:
"
"
cuda-version
:
"
"
...
@@ -148,8 +148,8 @@ jobs:
...
@@ -148,8 +148,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=ON \
-DOPENMM_BUILD_OPENCL_LIB=ON \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \
-
name
:
MacOS M1 CPU arm64 Python
3.1
0
-
name
:
MacOS M1 CPU arm64 Python
3.1
1
python-version
:
"
3.1
0
"
python-version
:
"
3.1
1
"
os
:
M1-arm64
os
:
M1-arm64
OPENCL
:
false
OPENCL
:
false
cuda-version
:
"
"
cuda-version
:
"
"
...
@@ -322,8 +322,8 @@ jobs:
...
@@ -322,8 +322,8 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
include
:
include
:
-
name
:
Windows CUDA 11.2 Python
3.1
0
-
name
:
Windows CUDA 11.2 Python
3.1
1
python-version
:
"
3.1
0
"
python-version
:
"
3.1
1
"
cuda-version
:
"
11.2"
cuda-version
:
"
11.2"
CMAKE_FLAGS
:
|
CMAKE_FLAGS
:
|
-DCUDA_TOOLKIT_ROOT_DIR="%CUDA_TOOLKIT_ROOT_DIR%" ^
-DCUDA_TOOLKIT_ROOT_DIR="%CUDA_TOOLKIT_ROOT_DIR%" ^
...
@@ -458,19 +458,19 @@ jobs:
...
@@ -458,19 +458,19 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
include
:
include
:
-
name
:
PowerPC CPU/CUDA 10.2 Python 3.1
0
with condaforge compilers
-
name
:
PowerPC CPU/CUDA 10.2 Python 3.1
1
with condaforge compilers
docker-image
:
quay.io/condaforge/linux-anvil-ppc64le-cuda:10.2
docker-image
:
quay.io/condaforge/linux-anvil-ppc64le-cuda:10.2
python-version
:
"
3.1
0
"
python-version
:
"
3.1
1
"
compilers
:
compilers
compilers
:
compilers
-
name
:
PowerPC CPU Python 3.1
0
devtoolset-7 compilers
-
name
:
PowerPC CPU Python 3.1
1
devtoolset-7 compilers
docker-image
:
quay.io/condaforge/linux-anvil-ppc64le
docker-image
:
quay.io/condaforge/linux-anvil-ppc64le
python-version
:
"
3.1
0
"
python-version
:
"
3.1
1
"
compilers
:
devtoolset-7
compilers
:
devtoolset-7
-
name
:
ARM CPU Python 3.1
0
with condaforge compilers
-
name
:
ARM CPU Python 3.1
1
with condaforge compilers
docker-image
:
quay.io/condaforge/linux-anvil-aarch64
docker-image
:
quay.io/condaforge/linux-anvil-aarch64
python-version
:
"
3.1
0
"
python-version
:
"
3.1
1
"
compilers
:
compilers
compilers
:
compilers
...
...
CONTRIBUTING.md
View file @
79be9b11
...
@@ -24,4 +24,4 @@ The core developers will review the pull request and may suggest changes. Simpl
...
@@ -24,4 +24,4 @@ The core developers will review the pull request and may suggest changes. Simpl
changes to the branch that is being pulled from, and they will automatically be added to the
changes to the branch that is being pulled from, and they will automatically be added to the
pull request. In addition, the full test suite is automatically run on every pull request,
pull request. In addition, the full test suite is automatically run on every pull request,
and rerun every time a change is added. Once the tests are passing and everyone is satisfied
and rerun every time a change is added. Once the tests are passing and everyone is satisfied
with the code, the pull request will be merged. Congratulations on a succesful contribution!
with the code, the pull request will be merged. Congratulations on a successful contribution!
\ No newline at end of file
devtools/hosted-envs/openmm-8-beta-linux.yaml
View file @
79be9b11
name
:
openmm-8-beta
name
:
openmm-8-beta
-linux
channels
:
channels
:
-
conda-forge/label/openmm_rc
-
conda-forge/label/openmm_rc
...
@@ -7,6 +7,8 @@ channels:
...
@@ -7,6 +7,8 @@ channels:
dependencies
:
dependencies
:
-
openmm==8.0.0beta
-
openmm==8.0.0beta
-
openmm-ml
-
openmm-ml==1.0beta
-
openmm-torch
-
openmm-torch==1.0beta
-
nnpops
-
nnpops==0.2
-
torchani==2.2.2
-
pytest
\ No newline at end of file
devtools/hosted-envs/openmm-8-beta-mac.yaml
View file @
79be9b11
name
:
openmm-8-beta
name
:
openmm-8-beta
-mac
channels
:
channels
:
-
conda-forge/label/openmm_rc
-
conda-forge/label/openmm_rc
...
@@ -7,5 +7,7 @@ channels:
...
@@ -7,5 +7,7 @@ channels:
dependencies
:
dependencies
:
-
openmm==8.0.0beta
-
openmm==8.0.0beta
-
openmm-ml
-
openmm-ml==1.0beta
-
openmm-torch
-
openmm-torch==1.0beta
-
torchani==2.2.2
-
pytest
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment