2) How can I add an unbiased replica? Is it just by using the about setup and -multi 8 option in mdrun?
3) Are all these bck.* files necessary? Can I suppress them somehow?
thanks in advance.
~Thomas
--
You received this message because you are subscribed to the Google Groups "PLUMED users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plumed-users...@googlegroups.com.
To post to this group, send email to plumed...@googlegroups.com.
Visit this group at http://groups.google.com/group/plumed-users.
For more options, visit https://groups.google.com/groups/opt_out.
Plumed is adding a .[0-7] to all your output files, pretty much the same thing gromacs is doing with the traj,log, etc. So you are right, you should use "COLVAR" everywhere.Also, to reproduce the behavior of plumed 1 (with randomly chosen exchanges) you should use the directive "RANDOM_EXCHANGES" (I know it is not documented, and this is a bug... but it should work, just put it at the beginning of the input in a separate line).Finally, I assume that you have same colvars in the replicas but you change the ARG of METAD, right?
2) How can I add an unbiased replica? Is it just by using the about setup and -multi 8 option in mdrun?Just prepare a replica without METAD
3) Are all these bck.* files necessary? Can I suppress them somehow?Well, now backup is always on... If you really think this is a problem we could add a flag to avoid it. The easiest way would be to do it through an environment variable (again: copying the idea from GROMACS). Would that fit? But remember that you can just typerm -fr bck*and they will all disappear...
======================================================================
Thomas Evangelidis
PhD student
University of Athensemail: tev...@pharm.uoa.gr
website:
https://sites.google.com/site/thomasevangelidishomepage/
3) Are all these bck.* files necessary? Can I suppress them somehow?Well, now backup is always on... If you really think this is a problem we could add a flag to avoid it. The easiest way would be to do it through an environment variable (again: copying the idea from GROMACS). Would that fit? But remember that you can just typerm -fr bck*and they will all disappear...No problem, I mentioned it because the workdir is being filled with files that are not necessary.
I put the line in sourceme.sh in the bash script before the mpirun command. I use torque/maui queue system on clusterhope it helps
and2013/8/18 Giovanni Bussi <giovann...@gmail.com>Hi Thomas. Notice that environment during compilation is irrelevant. Runtime it should work. Are you running on a cluster? Check if the environment is correctly propagated to other nodes. Sometime you should set the variable as an option of mpirun if you want it to be set on the computing nodes.As a side note, you are using plumed 2.0, not 2.2.Ciao, Giovanni
Inviato da iPhone
--