Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempts at fixing CI #144

Merged
merged 42 commits into from
May 27, 2024
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
8ee2690
Try to fix CI on Linux
peastman May 16, 2024
3295508
Don't install POCL on Mac
peastman May 16, 2024
d999f82
Don't install khronos-opencl-icd-loader
peastman May 16, 2024
2e7e10b
Update OpenMM version
peastman May 16, 2024
dac8668
Updated tested versions
peastman May 16, 2024
e854539
Fixed version number
peastman May 16, 2024
8b73bd7
Install correct packages for CUDA 12
peastman May 17, 2024
6342238
Debugging
peastman May 17, 2024
ae97283
Debugging
peastman May 17, 2024
852bbba
Debugging
peastman May 17, 2024
be7d276
Debugging
peastman May 17, 2024
e829b39
Debugging
peastman May 17, 2024
956711d
Debugging
peastman May 17, 2024
5ce95d5
Debugging
peastman May 17, 2024
2ddca89
Debugging
peastman May 17, 2024
2a7290f
Debugging
peastman May 17, 2024
8d30496
Debugging
peastman May 17, 2024
dd0b2cb
Debugging
peastman May 17, 2024
4137432
Debugging
peastman May 21, 2024
7028d14
Debugging
peastman May 21, 2024
e21862a
Try different method of installing CUDA
peastman May 21, 2024
d5c931f
Try not installing CUDA packages from conda
peastman May 21, 2024
405bab7
Debugging
peastman May 21, 2024
767b7e1
Debugging
peastman May 21, 2024
931bacf
Debugging
peastman May 21, 2024
ff80350
Debugging
peastman May 21, 2024
ed38732
Debugging
peastman May 21, 2024
edac428
Don't build OpenCL on Mac
peastman May 21, 2024
6f3a150
Don't try to run tests that can't run correctly
peastman May 22, 2024
41090bd
Update C++ version and minimum macOS version
peastman May 23, 2024
2742f05
Merge branch 'master' into ci
peastman May 23, 2024
28d7319
Debugging
peastman May 23, 2024
4dedafd
Debugging
peastman May 23, 2024
1c644b4
Debugging
peastman May 23, 2024
6973feb
Debugging
peastman May 23, 2024
69b9e35
Debugging
peastman May 23, 2024
875a698
Debugging
peastman May 23, 2024
c84b975
Fixed working directory for tests
peastman May 23, 2024
e4c5d20
Fixes to testing
peastman May 24, 2024
3726621
Try using PyTorch 2.3
peastman May 24, 2024
6ab463a
Try using PyTorch 2.2
peastman May 24, 2024
1389ef4
Switch back to PyTorch 2.1
peastman May 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Debugging
peastman committed May 23, 2024
commit 875a6982bf1433d915043955383d01193f3b5aaf
2 changes: 1 addition & 1 deletion serialization/tests/TestSerializeTorchForce.cpp
Original file line number Diff line number Diff line change
@@ -105,5 +105,5 @@ int main() {
return 1;
}
cout << "Done" << endl;
return 0;
return 1;
}