chemalot / openmm-ani

Other
13 stars 2 forks source link

Error during make test #6

Open sli259 opened 2 years ago

sli259 commented 2 years ago

I am trying to install the openmmani, and the make process seems to finish without any error message, however, when I try to do the make test. I got the following errors:

(openmm)[sli259@terra3 build]$ make test
Running tests...
Test project /scratch/user/sli259/openmm/openmm-ani/build
    Start 1: TestSerializeANIForce
1/2 Test #1: TestSerializeANIForce ............***Failed    0.01 sec
    Start 2: TestCudaANIForceSingle
2/2 Test #2: TestCudaANIForceSingle ...........***Failed    0.01 sec

0% tests passed, 2 tests failed out of 2

Total Test time (real) =   0.04 sec

The following tests FAILED:
      1 - TestSerializeANIForce (Failed)
      2 - TestCudaANIForceSingle (Failed)
Errors while running CTest
make: *** [test] Error 8

Any suggestion what is the problem?