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

Build #66 #54

Closed
frankmenglin opened this issue Mar 27, 2014 · 9 comments
Closed

Build #66 #54

frankmenglin opened this issue Mar 27, 2014 · 9 comments

Comments

@frankmenglin
Copy link

For some reasons test on this pull request
http://not0rious.stanford.edu:8080/job/forcebalance-pull-request/66/
has been run for more than 1 day, I'm not sure if it's still running properly.
#68 is an update on Energy Estimator(Centroid estimator instead of Primitive Estimator, and )

@frankmenglin
Copy link
Author

and the energy estimator is used to calculate KE and PE for both equilibrium and production run.

@leeping
Copy link
Owner

leeping commented Mar 27, 2014

Yeah there's a problem with Jenkins. I don't know whether something has changed in the code, or something has gone wrong with how Jenkins interacts with GitHub. Can you run the tests locally (python test in your source folder) and see if they all successfully complete?

@frankmenglin
Copy link
Author

I've install it locally and run and it works(finish w/o error but not long enough to compare the numerical result). There are a few tests fail but those are related to Gromacs.

Error message
/home/frank000/opt/gromacs/bin/gmxdump -s gmx.tpr -sys gave a return code of -4 (it may have crashed)

@leeping
Copy link
Owner

leeping commented Mar 28, 2014

Can you paste the entire error message?

  • Lee-Ping

@leeping
Copy link
Owner

leeping commented Mar 28, 2014

By the way, the Jenkins tests are now working. Your PR passes all of the tests. We can either continue your implementation in the same PR or start a different one, but there's no real difference (in fact, let's just keep working in the same PR).

@frankmenglin
Copy link
Author

OK cool. The test pass but for some reasons the (RPMD)simulation blows(finish with inf value in lots of properties). Trying to fix that now.

@leeping
Copy link
Owner

leeping commented Mar 28, 2014

Okay. You may run npt.py directly to test things more easily, if you aren't already doing that. Just make sure you're in one of the temp-directories (and the forcebalance.p file exists). Then run python npt.py openmm 298.15 1.0 (for room temperature and atmospheric pressure for example).

@frankmenglin
Copy link
Author

Will that be an RPMD simulation? The simulation currently only blows when using RPMD.

@leeping
Copy link
Owner

leeping commented Mar 29, 2014

Yes, it will be a RPMD simulation. Remember the simulation settings are all stored inside forcebalance.p .

@leeping leeping closed this as completed Sep 6, 2014
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

2 participants