-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add the 'time' action #722
Conversation
…ough we are not really modifying the topology so that if 'time' is used with 'crdaction' the warning about COORDS data sets not storing time values is printed.
It's not clear to me from the logs why the parallel Jenkins build failed. Going to try and retrigger. |
run jenkins |
Figured it out - needed to protect the test in parallel; NetCDF writes in parallel require parallel NetCDF which none of the MPI test rigs currently have. I wonder if I should consider bundling parallel NetCDF with cpptraj. |
Appveyor is still queued, but since Travis, Jenkins, and LGTM are happy I'm going to go ahead and merge now. |
You can always add it to the Dockerfile. Then the Jenkins builds will have it, regardless of which slave it runs on. |
Add the
time
action for modifying time information in frames.Also adds tests for each of these modes and updates the manual.