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

Library / path problem #1

Open
jlmaccal opened this issue May 28, 2014 · 0 comments
Open

Library / path problem #1

jlmaccal opened this issue May 28, 2014 · 0 comments

Comments

@jlmaccal
Copy link
Contributor

  1. Fresh install of OpenMM from master. Passes tests.
  2. Fresh install of example plugin from master.
  % make test                                                                                                                                                                                                                              !10215
Running tests...
Test project /Users/jlmaccal/Build/SamplePlugin
    Start 1: TestSerializeExampleForce
1/5 Test #1: TestSerializeExampleForce ........   Passed    0.00 sec
    Start 2: TestReferenceExampleForce
2/5 Test #2: TestReferenceExampleForce ........   Passed    0.00 sec
    Start 3: TestCudaExampleForceSingle
3/5 Test #3: TestCudaExampleForceSingle .......***Exception: Other  0.08 sec
    Start 4: TestCudaExampleForceMixed
4/5 Test #4: TestCudaExampleForceMixed ........***Exception: Other  0.05 sec
    Start 5: TestCudaExampleForceDouble
5/5 Test #5: TestCudaExampleForceDouble .......***Exception: Other  0.04 sec

40% tests passed, 3 tests failed out of 5

Total Test time (real) =   0.18 sec

The following tests FAILED:
      3 - TestCudaExampleForceSingle (OTHER_FAULT)
      4 - TestCudaExampleForceMixed (OTHER_FAULT)
      5 - TestCudaExampleForceDouble (OTHER_FAULT)
Errors while running CTest
make: *** [test] Error 8
  % platforms/cuda/tests/TestCudaExampleForce                                                                                                                                                                                              !10216
dyld: Library not loaded: @rpath/libOpenMMCUDA.dylib
  Referenced from: /Users/jlmaccal/Build/SamplePlugin/platforms/cuda/tests/TestCudaExampleForce
  Reason: image not found
[1]    14860 trace trap  platforms/cuda/tests/TestCudaExampleForce

I have the OpenMM lib dir in my path. I have also tried with and without setting OPENMM_PLUGIN_DIR with the same failure.

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

1 participant