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

Windows builds are failing #207

Open
jaimergp opened this issue Jul 6, 2021 · 2 comments
Open

Windows builds are failing #207

jaimergp opened this issue Jul 6, 2021 · 2 comments

Comments

@jaimergp
Copy link
Collaborator

jaimergp commented Jul 6, 2021

@peastman @jchodera

Just writing here that Windows builds are failing. CUDA is not being found (but OpenCL is?). Example log lines:

@peastman
Copy link
Contributor

I can't tell what the real error is. There are a lot of messages that read

PGO: UNKNOWN is not implemented yet!
PGO: UNKNOWN is not implemented yet!
PGO: UNKNOWN is not implemented yet!

But I suspect that may not be important. It successfully runs testInstallation, but only finds the Reference and CPU platforms. But since I don't think the build machine has a GPU(?), it wouldn't be expected to find any others. getPluginLoadFailures() lists some errors :

Error loading library C:/Miniconda/conda-bld/openmm_1625543563873/_test_env/Library/lib\plugins\OpenMMOpenCL.dll: 126
Error loading library C:/Miniconda/conda-bld/openmm_1625543563873/_test_env/Library/lib\plugins\OpenMMRPMDOpenCL.dll: 126
Error loading library C:/Miniconda/conda-bld/openmm_1625543563873/_test_env/Library/lib\plugins\OpenMMDrudeOpenCL.dll: 126
Error loading library C:/Miniconda/conda-bld/openmm_1625543563873/_test_env/Library/lib\plugins\OpenMMAmoebaOpenCL.dll: 126

Apparently error 126 can have many causes. A common one is that the library needed to link to some other library that couldn't be found. Perhaps OpenCL.dll? And I don't see any mention of it compiling the CUDA platform, but also no error messages about being unable to find CUDA.

@jchodera
Copy link
Member

This is still failing every day and I don't believe I have permissions to even view the errors:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants