-
Notifications
You must be signed in to change notification settings - Fork 29
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
Restart Problem #38
Comments
If you want to restart, you need to copy or move the previous ABF output files which are in the folder of [Sample_Outputs] to the location where your input.json is. They should be in the same location. |
I created a folder called [Sample_Output] to contain those ABF example output files. The reason is that the simulation will overwrite those example putout files if they are in the same location. |
Thanks for your reply. For restart, I have copyed the required files to a new foder, including F_out, Fworld_cv0, Nworld, Input.json (restart "true" turns on), md.i (including "load restart_0.xml" ), restart_0.xml. But there is a error shown in the above picture, which would remain the I also noted that "Iteration" in F_out could not automatically accumulate the previous value in the restart folder. So a very larger value of 3418000 iteration in example output is obtained for one simulaion without restart? If I want to get this long iteration with restart process, it means that i should multiply the number of restart by the iteration of each restart by myself? |
Dear SSAGES developers, I have summarized some questions about the restart issue of ABF method when using SSAGES coupled with Qbox. Thanks!
|
Two other questions.
|
''' "md_iterations: xx" in the SSAGES input file is biased MD steps. Yes. it is OK to set “run 1 20 5” in md.i for restart. And the MD step in Qbox only will not update the bias potential. |
Dear SSAGES developers, |
Dear SSAGES developers,
I have used the example SSAGES/Examples/User/ABF/Qbox-CH2Cl-CH2Cl/ for restart calculation test, but there is an error that terminates the simulation, as partially shown in the figure.Is it something wrong with the restart files or other something else? BTW, the restart calculations both in previous folder and a new folder were tested, and the problems are the same. Thanks!
Error messages
For input.json, "restart" is changed to "true"
For md.i, I added "load restart_0.xml"
Script command
mpirun qb -server ssages_in_0 ssages_out_0 &
mpirun /home/**/apps/SSAGES/build/ssages input.json &
wait
The text was updated successfully, but these errors were encountered: