Re: [gmx-users] Replica Exchange with Solute Tempering

2013-10-28 Thread Andrew Ritchie
Greetings, I would also be interested in an example of using REST via Hamiltonian REMD in the current gromacs build. I'm particularly interested in enhanced conformational sampling of 160-270 residue proteins. As it stands, I've been unable to achieve any appreciable exchange probability in

[gmx-users] Replica Exchange with Solute Tempering

2013-10-26 Thread David Osguthorpe
Hi Ive been looking for a sample input for a REST simulation but so far have not been able to find one. Does anybody have an example to share? Ive seen the tutorial by Mark which mentions REST but I dont see this included in the archived examples. Am I missing something? Thanks for any help

Re: [gmx-users] Replica Exchange with Solute Tempering

2013-10-26 Thread Michael Shirts
Hi, all- Rest essentially scales the solute-solvent interactions, but maintains the solute-solute interactions. This can be done solely with Hamiltonian replica exchange, which is in 4.6. It's a bit tricky, though. We plan on having something that does this automatically in 5.0 or 5.1, but it's

Re: [gmx-users] Replica Exchange with Solute Tempering

2013-10-26 Thread David Osguthorpe
On Sat, Oct 26, 2013 at 06:06:59PM -0400, Michael Shirts wrote: Hi, all- Rest essentially scales the solute-solvent interactions, but maintains the solute-solute interactions. This can be done solely with Hamiltonian replica exchange, which is in 4.6. It's a bit tricky, though. We plan on

Re: [gmx-users] Replica Exchange with Solute Tempering

2013-10-26 Thread HANNIBAL LECTER
Hi I had tried using gromacs-4.6.1 to perform solute tempering. If you go through terakawa's paper you have to describe the lambdas corresponding to the temperatures. In your topology file define the params corresponding to the two end states l=0 and l=1. Then define vdw, bonded and coulomb

[gmx-users] Replica exchange log file inconsistent with mdrun -replex

2013-07-30 Thread Dejun Lin
Hi all, I'm running a replica exchange simulation using gromacs 4.6.3 with the command line: mdrun_mpi -deffnm remd_ -multi 64 -replex 100 -nex 262144 I was expecting to get a log entry about the exchange every 100 steps but I only got one every 1000 steps. I wonder if the output was suppressed

Re: [gmx-users] Replica exchange log file inconsistent with mdrun -replex

2013-07-30 Thread Mark Abraham
-replex 100 should emit to the log file every 100 steps. What was your nstlog? Are you sure you are checking the right files? Can you reproduce it? Mark On Tue, Jul 30, 2013 at 8:36 PM, Dejun Lin dejun@gmail.com wrote: Hi all, I'm running a replica exchange simulation using gromacs 4.6.3

[gmx-users] replica exchange and gpu

2013-07-17 Thread Jacopo Sgrignani
Dear all I would like running a replica exchange simulation using gromacs and gpu. However when I Try to run the calculation I get this message mdrun -multi is not supported with the thread library. how do I compile gromacs ? Could anyone confirm me the possibility to run 8 replicas on one GPUs

Re: [gmx-users] replica exchange and gpu

2013-07-17 Thread Mark Abraham
On Wed, Jul 17, 2013 at 4:09 PM, Jacopo Sgrignani sgri...@gmail.com wrote: Dear all I would like running a replica exchange simulation using gromacs and gpu. However when I Try to run the calculation I get this message mdrun -multi is not supported with the thread library. REMD requires an

Re: [gmx-users] replica exchange data in cpt file

2013-04-05 Thread João Henriques
Thank you Mark and Francesco. I will be pleased to contribute with a fix in case I come up with a fairly general solution for this issue. Best regards, João Henriques On Thu, Apr 4, 2013 at 7:45 PM, Mark Abraham mark.j.abra...@gmail.comwrote: Demux.pl pre-dates .cpt and -append. The only

Re: [gmx-users] replica exchange data in cpt file

2013-04-05 Thread Mark Abraham
Great. Some of the data at the end of the .log file is easily recomputed from the output at every exchange attempt once the .log files are concatenated, but there will be loss of precision in re-computing the average exchange acceptance probability, etc. Mark On Fri, Apr 5, 2013 at 10:37 AM,

Re: [gmx-users] replica exchange data in cpt file

2013-04-04 Thread João Henriques
So let me see if I understood what Francesco said correctly. Restarting a REMD job after hitting the cluster wall-time limit resets the information stored in the log files? Can someone shed some light on this subject? Best regards, João Henriques -- gmx-users mailing listgmx-users@gromacs.org

Re: [gmx-users] replica exchange data in cpt file

2013-04-04 Thread francesco oteri
This is what I meant, in particular it is a problem when I want to analyze the data regarding the exchange probability. Francesco 2013/4/4 João Henriques joao.henriques.32...@gmail.com So let me see if I understood what Francesco said correctly. Restarting a REMD job after hitting the cluster

Re: [gmx-users] replica exchange data in cpt file

2013-04-04 Thread João Henriques
That's terrible! I was just about to restart 2 hefty REMD simulations... Maybe I can move the original log files somewhere and combine them with the restart ones afterwards by using a script. It's just an idea, because I need to run Demux.pl on the final concatenated log file. Any other issues I

Re: [gmx-users] replica exchange data in cpt file

2013-04-04 Thread francesco oteri
if your -append option is activated (the default is yes), maybe Demux.pl reads the exchanging from the .log taking into account the time in the log and so you don't need to do anything. But I don't know how Demux.pl works :( Francesco 2013/4/4 João Henriques joao.henriques.32...@gmail.com

Re: [gmx-users] replica exchange data in cpt file

2013-04-04 Thread Mark Abraham
Demux.pl pre-dates .cpt and -append. The only solution is to preserve your .log files (e.g. with -noappend) and post-process. If you do that by modifying demux.pl, please consider contributing your fix back. Mark On Apr 4, 2013 1:42 PM, francesco oteri francesco.ot...@gmail.com wrote: if your

[gmx-users] replica exchange data in cpt file

2013-03-16 Thread francesco oteri
Dear gromacs users, I ran a REMD on a HPC cluster equipped with a queue system. For this reason I carried out the simulation dividing it in chuncks. Because of this, each run started using the .cpt file from the previous one. The simulation ran fine, but I noticed that the informations regarding

Re: [gmx-users] replica exchange data in cpt file

2013-03-16 Thread Mark Abraham
This is, unfortunately, normal. The REMD implementation was never updated when the checkpointing mechanism was introduced, so this data is not checkpointed. Mark On Sat, Mar 16, 2013 at 12:07 PM, francesco oteri francesco.ot...@gmail.com wrote: Dear gromacs users, I ran a REMD on a HPC

Re: [gmx-users] Replica Exchange with GPUs

2012-07-20 Thread Mark Abraham
On 20/07/2012 4:50 AM, leandro.bor...@usp.br wrote: Dear users, I'm currently doing some experiments with the implicit solvation model running on GPUs with GROMACS. I can make simple (conventional MD) simulations using the GPUs, allowing great acceleration by using 1 GPU.

[gmx-users] Replica Exchange with GPUs

2012-07-19 Thread leandro . bortot
Dear users, I'm currently doing some experiments with the implicit solvation model running on GPUs with GROMACS. I can make simple (conventional MD) simulations using the GPUs, allowing great acceleration by using 1 GPU. However, I was wondering about how to make Replica

[gmx-users] Replica exchange and wham

2011-07-07 Thread Sanku M
Hi, Occasionally I hear that one need to use WHAM( weighed histogram analysis) method in collaboration with Temperature-Replica exchange simulation. But, I was not understanding why one need to use WHAM with temperature-remd simulation. Can someone explain me ? Does one need to use any

[gmx-users] Replica Exchange MD using Gromacs

2011-04-01 Thread Ruchi Gupta
Dear gmx-users, I am facing some problems while running replica exchange MD using Gromacs. Few seconds after the job submission it ends with the following error message: Initializing Replica Exchange Repl There are 6 replicas: Multi-checking the number of atoms ... OK Multi-checking the

Re: [gmx-users] Replica Exchange MD using Gromacs

2011-04-01 Thread Mark Abraham
On 1/04/2011 6:03 PM, Ruchi Gupta wrote: Dear gmx-users, I am facing some problems while running replica exchange MD using Gromacs. Few seconds after the job submission it ends with the following error message: Initializing Replica Exchange Repl There are 6 replicas: Multi-checking the

Re: [gmx-users] Replica Exchange MD using Gromacs

2011-04-01 Thread bsmith
On 01/04/2011, at 6:29 PM, Mark Abraham wrote: On 1/04/2011 6:03 PM, Ruchi Gupta wrote: Dear gmx-users, I am facing some problems while running replica exchange MD using Gromacs. Few seconds after the job submission it ends with the following error message: Initializing Replica

Re: [gmx-users] Replica Exchange MD using Gromacs

2011-04-01 Thread Mark Abraham
On 1/04/2011 6:52 PM, bsmith wrote: On 01/04/2011, at 6:29 PM, Mark Abraham wrote: On 1/04/2011 6:03 PM, Ruchi Gupta wrote: Dear gmx-users, I am facing some problems while running replica exchange MD using Gromacs. Few seconds after the job submission it ends with the following error

Re: [gmx-users] Replica exchange

2010-11-28 Thread Mark Abraham
On 28/11/2010 4:49 AM, Sai Pooja wrote: Hi, I am running a script that uses mdrun of gromacs and does replica exchange (not using -replex). The reason is that I want to use different table files for different replicas. However, it seems that I cannot supply unique table names. For example, if

[gmx-users] Replica exchange

2010-11-27 Thread Sai Pooja
Hi, I am running a script that uses mdrun of gromacs and does replica exchange (not using -replex). The reason is that I want to use different table files for different replicas. However, it seems that I cannot supply unique table names. For example, if I supply a table name different from

Re: [gmx-users] Replica exchange

2010-11-27 Thread ms
On 27/11/10 17:49, Sai Pooja wrote: Hi, I am running a script that uses mdrun of gromacs and does replica exchange (not using -replex). The reason is that I want to use different table files for different replicas. However, it seems that I cannot supply unique table names. For example, if I

Re: [gmx-users] Replica exchange

2010-11-27 Thread ms
On 27/11/10 17:49, Sai Pooja wrote: Hi, I am running a script that uses mdrun of gromacs and does replica exchange (not using -replex). The reason is that I want to use different table files for different replicas. However, it seems that I cannot supply unique table names. For example, if I

Re: [gmx-users] Replica exchange with scaled topology files

2010-11-03 Thread Mark Abraham
On 4/11/2010 1:53 AM, Sai Pooja wrote: Hi, I am running a the gromacs Replica exchange (NVT). However along with the temperatures, I have also scaled a few paramters in the topology file for each of the replicas for generating the .tpr files. Everything seems to be running fine but is this a

[gmx-users] Replica exchange with multiple tables?

2010-09-01 Thread Sai Pooja
Hi, Does gromacs allow the use of a *different set* of energy tables for different replicas? If not, any suggestions on how this can be done? REM + 'different set of tables for each replica' + 'separate tables for different pairs of energygroups' Pooja On Mon, Aug 30, 2010 at 7:25 PM, Mark

Re: [gmx-users] Replica exchange with multiple tables?

2010-09-01 Thread David van der Spoel
On 2010-09-01 17.32, Sai Pooja wrote: Hi, Does gromacs allow the use of a _different set_ of energy tables for different replicas? If not, any suggestions on how this can be done? REM + 'different set of tables for each replica' + 'separate tables for different pairs of energygroups' Pooja

[gmx-users] Replica Exchange problem in gmx-4.5 beta3

2010-08-11 Thread Changwon Yang
Hello! I'm doing a simple REMD test with 4 replicas. Time step : 2 fs Exchange : every 500fs md_0.tpr md_1.tpr md_2.tpr md_3.tpr mpiexec(or mpirun) -np 4 mdrun_mpi_d -deffnm md_ -multi 4 -replex 200 I got a error message. ##error## 100 steps, 2000.0 ps. step 600 rank 3 in job 10

RE: [gmx-users] Replica Exchange problem in gmx-4.5 beta3

2010-08-11 Thread Berk Hess
Hi, This could be due to problems with MPICH. Could you please try openmpi and report back? Thanks, Berk From: sht_yc...@hotmail.com To: gmx-users@gromacs.org Date: Wed, 11 Aug 2010 18:09:00 +0900 Subject: [gmx-users] Replica Exchange problem in gmx-4.5 beta3 Hello! I'm doing

Re: [gmx-users] Replica Exchange MD on more than 64 processors

2010-02-03 Thread Sebastian Breuers
, 2010 5:13 Subject: RE: [gmx-users] Replica Exchange MD on more than 64 processors To: Discussion list for GROMACS users gmx-users@gromacs.org --- | Hi, One issue could be MPI memory usage. I have noticed that many MPI

[gmx-users] Replica Exchange MD on more than 64 processors

2010-02-02 Thread Sebastian Breuers
Dear list I recently came up with a problem concerning a replica exchange simulation. The simulation is run with gromacs-mpi in Version 4.0.7 compiled with following flags --enable-threads --enable-mpi --with-fft=mkl -enable-double, intel compiler version 11.0 mvapich version 1.1.0 mkl version

RE: [gmx-users] Replica Exchange MD on more than 64 processors

2010-02-02 Thread Berk Hess
double precision, which is almost never required. This will also make your simulations a factor 1.4 faster. Berk Date: Tue, 2 Feb 2010 18:55:37 +0100 From: breue...@uni-koeln.de To: gmx-users@gromacs.org Subject: [gmx-users] Replica Exchange MD on more than 64 processors Dear list I

[gmx-users] Replica Exchange MD on more than 64 processors

2010-02-02 Thread Sebastian Breuers
Dear list I recently came up with a problem concerning a replica exchange simulation. The simulation is run with gromacs-mpi in Version 4.0.7 compiled with following flags --enable-threads --enable-mpi --with-fft=mkl -enable-double, intel compiler version 11.0 mvapich version 1.1.0 mkl

Re: [gmx-users] Replica Exchange MD on more than 64 processors

2009-12-28 Thread bharat v. adkar
On Mon, 28 Dec 2009, David van der Spoel wrote: bharat v. adkar wrote: On Mon, 28 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: On Sun, 27 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: On Sun, 27 Dec 2009, Mark Abraham wrote: bharat v. adkar

Re: [gmx-users] Replica Exchange MD on more than 64 processors

2009-12-28 Thread Mark Abraham
bharat v. adkar wrote: On Mon, 28 Dec 2009, David van der Spoel wrote: bharat v. adkar wrote: On Mon, 28 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: On Sun, 27 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: On Sun, 27 Dec 2009, Mark Abraham wrote:

Re: [gmx-users] Replica Exchange MD on more than 64 processors

2009-12-27 Thread bharat v. adkar
On Sun, 27 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: Dear all, I am trying to perform replica exchange MD (REMD) on a 'protein in water' system. I am following instructions given on wiki (How-Tos - REMD). I have to perform the REMD simulation with 35 different temperatures.

Re: [gmx-users] Replica Exchange MD on more than 64 processors

2009-12-27 Thread Mark Abraham
bharat v. adkar wrote: On Sun, 27 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: Dear all, I am trying to perform replica exchange MD (REMD) on a 'protein in water' system. I am following instructions given on wiki (How-Tos - REMD). I have to perform the REMD simulation with 35

Re: [gmx-users] Replica Exchange MD on more than 64 processors

2009-12-27 Thread bharat v. adkar
On Sun, 27 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: On Sun, 27 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: Dear all, I am trying to perform replica exchange MD (REMD) on a 'protein in water' system. I am following instructions given on wiki (How-Tos -

Re: [gmx-users] Replica Exchange MD on more than 64 processors

2009-12-27 Thread Mark Abraham
bharat v. adkar wrote: On Sun, 27 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: On Sun, 27 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: Dear all, I am trying to perform replica exchange MD (REMD) on a 'protein in water' system. I am following instructions

Re: [gmx-users] Replica Exchange MD on more than 64 processors

2009-12-27 Thread bharat v. adkar
On Mon, 28 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: On Sun, 27 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: On Sun, 27 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: Dear all, I am trying to perform replica exchange MD (REMD) on a

Re: [gmx-users] Replica Exchange MD on more than 64 processors

2009-12-27 Thread David van der Spoel
bharat v. adkar wrote: On Mon, 28 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: On Sun, 27 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: On Sun, 27 Dec 2009, Mark Abraham wrote: bharat v. adkar wrote: Dear all, I am trying to perform replica

[gmx-users] Replica Exchange MD on more than 64 processors

2009-12-26 Thread bharat v. adkar
Dear all, I am trying to perform replica exchange MD (REMD) on a 'protein in water' system. I am following instructions given on wiki (How-Tos - REMD). I have to perform the REMD simulation with 35 different temperatures. As per advise on wiki, I equilibrated the system at respective

Re: [gmx-users] Replica Exchange MD on more than 64 processors

2009-12-26 Thread Mark Abraham
bharat v. adkar wrote: Dear all, I am trying to perform replica exchange MD (REMD) on a 'protein in water' system. I am following instructions given on wiki (How-Tos - REMD). I have to perform the REMD simulation with 35 different temperatures. As per advise on wiki, I equilibrated the

Re: [gmx-users] Replica Exchange Error

2009-04-12 Thread Joe Joe
It works just fine without RE. On Sat, Apr 11, 2009 at 8:49 PM, Mark Abraham mark.abra...@anu.edu.auwrote: Joe Joe wrote: Hi Justin, Thanks for helping me with this. On Sat, Apr 11, 2009 at 4:46 AM, Justin A. Lemkul jalem...@vt.edumailto: jalem...@vt.edu wrote: Joe Joe wrote:

Re: [gmx-users] Replica Exchange Error

2009-04-12 Thread Mark Abraham
Joe Joe wrote: It works just fine without RE. OK well that sounds like after a replica exchange attempt, some data structure isn't being (re-)constructed correctly. See if you can construct a pair of .tpr files that reproduce the problem with replica exchange after a small number of replica

Re: [gmx-users] Replica Exchange Error

2009-04-12 Thread Joe Joe
Will do thanks. Ilya On Sun, Apr 12, 2009 at 7:50 PM, Mark Abraham mark.abra...@anu.edu.auwrote: Joe Joe wrote: It works just fine without RE. OK well that sounds like after a replica exchange attempt, some data structure isn't being (re-)constructed correctly. See if you can construct a

Re: [gmx-users] Replica Exchange Error

2009-04-11 Thread Justin A. Lemkul
Joe Joe wrote: How do I determine what those values should be? How does it affect the simulation? The header of your log file should have printed what the initial guesses were. The -dd option sets how many PP nodes there are in the domain decomposition; using 4 cores, there are probably

Re: [gmx-users] Replica Exchange Error

2009-04-11 Thread Joe Joe
Hi Justin, Thanks for helping me with this. On Sat, Apr 11, 2009 at 4:46 AM, Justin A. Lemkul jalem...@vt.edu wrote: Joe Joe wrote: How do I determine what those values should be? How does it affect the simulation? The header of your log file should have printed what the initial guesses

Re: [gmx-users] Replica Exchange Error

2009-04-11 Thread Roland Schulz
On Sat, Apr 11, 2009 at 10:52 PM, Joe Joe ilcho...@gmail.com wrote: Hi Justin, Thanks for helping me with this. On Sat, Apr 11, 2009 at 4:46 AM, Justin A. Lemkul jalem...@vt.edu wrote: Joe Joe wrote: How do I determine what those values should be? How does it affect the simulation?

Re: [gmx-users] Replica Exchange Error

2009-04-11 Thread Justin A. Lemkul
Joe Joe wrote: Hi Justin, Thanks for helping me with this. On Sat, Apr 11, 2009 at 4:46 AM, Justin A. Lemkul jalem...@vt.edu mailto:jalem...@vt.edu wrote: Joe Joe wrote: How do I determine what those values should be? How does it affect the simulation? The

Re: [gmx-users] Replica Exchange Error

2009-04-11 Thread Mark Abraham
Joe Joe wrote: Hi Justin, Thanks for helping me with this. On Sat, Apr 11, 2009 at 4:46 AM, Justin A. Lemkul jalem...@vt.edu mailto:jalem...@vt.edu wrote: Joe Joe wrote: How do I determine what those values should be? How does it affect the simulation? The

[gmx-users] Replica Exchange Error

2009-04-10 Thread Joe Joe
Hi All, I get the following error when running replica exchange. I have 32 replica's with each replica running on 4 processors (128 total). How do I decrease the domain decomposition cell size, -dss? What should I set it to? Thanks, Ilya DD cell 2 0 0: Neighboring cells do not have atoms: 22217

Re: [gmx-users] Replica Exchange Error

2009-04-10 Thread Justin A. Lemkul
Joe Joe wrote: Hi All, I get the following error when running replica exchange. I have 32 replica's with each replica running on 4 processors (128 total). How do I decrease the domain decomposition cell size, -dss? What should I set it to? snip You're getting some hints from mdrun, I'd

Re: [gmx-users] Replica Exchange Error

2009-04-10 Thread Joe Joe
How do I determine what those values should be? How does it affect the simulation? thanks, Ilya On Fri, Apr 10, 2009 at 8:00 PM, Justin A. Lemkul jalem...@vt.edu wrote: Joe Joe wrote: Hi All, I get the following error when running replica exchange. I have 32 replica's with each replica

[gmx-users] Replica exchange temp. distribution

2008-11-19 Thread sarbani chattopadhyay
  Hi everyone, I will like to do Replica exchange simulation on a peptide. We have a single machine with 4 cpus and the gromacs3.3.2 is installed. Thus I will be able to select only 4 temperature values. I came across the T-REMD caculator for temperature distributions .

Re: [gmx-users] Replica exchange temp. distribution

2008-11-19 Thread Mark Abraham
sarbani chattopadhyay wrote: Hi everyone, I will like to do Replica exchange simulation on a peptide. We have a single machine with 4 cpus and the gromacs3.3.2 is installed. Thus I will be able to select only 4 temperature values. I came across the T-REMD caculator for

Re: Re: [gmx-users] Replica exchange temp. distribution

2008-11-19 Thread sarbani chattopadhyay
 Hi, I do understand that reducing the number of replicas will limit my temperature space, but gromacs 3.3.2 can run 1 replica per node. Thus having 4 nodes , I can have only 4 replicas. Thus in case I want to span a temperature space of 313K to 333K using only 4 replicas, is there any

RE: [gmx-users] Replica exchange temp. distribution

2008-11-19 Thread Berk Hess
to modify the setup of your MPI environment. Berk Date: Wed, 19 Nov 2008 10:17:52 + From: [EMAIL PROTECTED] To: gmx-users@gromacs.org Subject: Re: Re: [gmx-users] Replica exchange temp. distribution Hi, I do understand that reducing the number of replicas will limit my temperature space

Re: [gmx-users] Replica exchange temp. distribution

2008-11-19 Thread Mark Abraham
sarbani chattopadhyay wrote: Hi, I do understand that reducing the number of replicas will limit my temperature space, but gromacs 3.3.2 can run 1 replica per node. Thus having 4 nodes , I can have only 4 replicas. Thus in case I want to span a temperature space of 313K to 333K using

Re: [gmx-users] replica exchange output information

2008-01-08 Thread David van der Spoel
David Mobley wrote: I have further replica exchange questions... The order is that from low temperature to high temperature (as you could check from the edr files) and when swaps happen the coordinates and boxes are exchanged between CPUs. OK. In other words the replicas are always ordered by

Re: [gmx-users] replica exchange output information

2008-01-08 Thread Berk Hess
From: David Mobley [EMAIL PROTECTED] Reply-To: Discussion list for GROMACS users gmx-users@gromacs.org To: Discussion list for GROMACS users gmx-users@gromacs.org Subject: Re: [gmx-users] replica exchange output information Date: Mon, 7 Jan 2008 10:40:44 -0800 David, The order is that from

Re: [gmx-users] replica exchange output information

2008-01-08 Thread Mark Abraham
David van der Spoel wrote: David Mobley wrote: It would be nice to have this sort of information (i.e. that demux.pl exists, and what it does) in the documentation or on the REMD page of the wiki. I've tried to write a bit about it: http://wiki.gromacs.org/index.php/REMD#Post-processing

[gmx-users] replica exchange output information

2008-01-07 Thread David Mobley
All, Probably this should be obvious, but I've looked over the manual and the wiki and the information is eluding me: When running replica exchange in gromacs, are the output files written by replica number, or by temperature number? That is, does ener0.edr, traj0.trr, etc., contain information

Re: [gmx-users] replica exchange output information

2008-01-07 Thread David van der Spoel
David Mobley wrote: All, Probably this should be obvious, but I've looked over the manual and the wiki and the information is eluding me: When running replica exchange in gromacs, are the output files written by replica number, or by temperature number? That is, does ener0.edr, traj0.trr, etc.,

Re: [gmx-users] replica exchange output information

2008-01-07 Thread David van der Spoel
David Mobley wrote: David, The order is that from low temperature to high temperature (as you could check from the edr files) and when swaps happen the coordinates and boxes are exchanged between CPUs. OK. In other words the replicas are always ordered by temperature. Yes. As a

Re: [gmx-users] replica exchange output information

2008-01-07 Thread David Mobley
David, The order is that from low temperature to high temperature (as you could check from the edr files) and when swaps happen the coordinates and boxes are exchanged between CPUs. OK. In other words the replicas are always ordered by temperature. As a follow-up question, is there an

Re: [gmx-users] replica exchange output information

2008-01-07 Thread David Mobley
I have further replica exchange questions... The order is that from low temperature to high temperature (as you could check from the edr files) and when swaps happen the coordinates and boxes are exchanged between CPUs. OK. In other words the replicas are always ordered by temperature.

Re: [gmx-users] replica exchange output information

2008-01-07 Thread Mark Abraham
David Mobley wrote: David, The order is that from low temperature to high temperature (as you could check from the edr files) and when swaps happen the coordinates and boxes are exchanged between CPUs. OK. In other words the replicas are always ordered by temperature. As a follow-up

[gmx-users] replica exchange: 4 processors

2007-12-06 Thread Paul Whitford
I am using 3.3.2 and 3.3.1 and I get the following problem with both of them. If I run replica exchange on 4 processors (2 and 4 are fine), the simulations finish, but mpi gives the following errors, thus the job never terminates this is the end of my log file

Re: [gmx-users] replica exchange: 4 processors

2007-12-06 Thread Mark Abraham
Paul Whitford wrote: I am using 3.3.2 and 3.3.1 and I get the following problem with both of them. If I run replica exchange on 4 processors (2 and 4 are fine), the simulations finish, but mpi gives the following errors, thus the job never terminates this is the end of my log file

Re: [gmx-users] Replica Exchange MD using Gromacs

2007-12-05 Thread Monika Sharma
Thank you very much all for your consideration and fruitful advices. Regards, Monika On Wed, 2007-12-05 at 18:15 +1100, Mark Abraham wrote: Xavier Periole wrote: Dear Monika, the setup of a REMD simulation is actually quite straightforward. In the following I describe steps that

Re: [gmx-users] Replica Exchange MD using Gromacs

2007-12-04 Thread Mark Abraham
Xavier Periole wrote: Dear Monika, the setup of a REMD simulation is actually quite straightforward. In the following I describe steps that would lead you to have a REMD simulation running on a given system. The success of the simulation will depend entirely on the problem you are addressing

Re: [gmx-users] Replica Exchange MD using Gromacs

2007-12-01 Thread Monika Sharma
via REMD.This will be helpful. Ozge. -Original Message- From: Monika Sharma [EMAIL PROTECTED] To: gmx-users@gromacs.org Date: Fri, 30 Nov 2007 17:04:07 +0530 (IST) Subject: [gmx-users] Replica Exchange MD using Gromacs Dear All, I am trying REMD for the first time using Gromacs

Re: [gmx-users] Replica Exchange MD using Gromacs

2007-12-01 Thread Justin A. Lemkul
. -Original Message- From: Monika Sharma [EMAIL PROTECTED] To: gmx-users@gromacs.org Date: Fri, 30 Nov 2007 17:04:07 +0530 (IST) Subject: [gmx-users] Replica Exchange MD using Gromacs Dear All, I am trying REMD for the first time using Gromacs. But I am not finding any much

Re: [gmx-users] Replica Exchange MD using Gromacs

2007-12-01 Thread Xavier Periole
PROTECTED] To: gmx-users@gromacs.org Date: Fri, 30 Nov 2007 17:04:07 +0530 (IST) Subject: [gmx-users] Replica Exchange MD using Gromacs Dear All, I am trying REMD for the first time using Gromacs. But I am not finding any much helpful material regarding the replica exchange using Gromacs. Can anyone

[gmx-users] Replica Exchange MD using Gromacs

2007-11-30 Thread Monika Sharma
Dear All, I am trying REMD for the first time using Gromacs. But I am not finding any much helpful material regarding the replica exchange using Gromacs. Can anyone who has done REMD please let me know about any good tutorial where I can understand the way this replica exchange work in gromacs

Re: [gmx-users] Replica Exchange MD using Gromacs

2007-11-30 Thread OZGE ENGIN
+0530 (IST) Subject: [gmx-users] Replica Exchange MD using Gromacs Dear All, I am trying REMD for the first time using Gromacs. But I am not finding any much helpful material regarding the replica exchange using Gromacs. Can anyone who has done REMD please let me know about any good tutorial where I

[gmx-users] Replica Exchange / nodes

2007-08-29 Thread Arturas Ziemys
Hi, After I was reading manual on REMD and mdrun, I understood that GROMACX is capable to run REMD using just one node per replica (or single CPU ??). Is it right ? Best Arturas ___ gmx-users mailing listgmx-users@gromacs.org

Re: [gmx-users] Replica Exchange / nodes

2007-08-29 Thread Robert Johnson
The CVS version of Gromacs enables REMD simulations where each replica can be run across multiple CPUs. Bob On 8/29/07, Arturas Ziemys [EMAIL PROTECTED] wrote: Hi, After I was reading manual on REMD and mdrun, I understood that GROMACX is capable to run REMD using just one node per replica

Re: [gmx-users] Replica Exchange / nodes

2007-08-29 Thread Arturas Ziemys
How to access CVS of GROMACS ? Robert Johnson wrote: The CVS version of Gromacs enables REMD simulations where each replica can be run across multiple CPUs. Bob On 8/29/07, Arturas Ziemys [EMAIL PROTECTED] wrote: Hi, After I was reading manual on REMD and mdrun, I understood that GROMACX is

Re: [gmx-users] Replica Exchange / nodes

2007-08-29 Thread Robert Johnson
You can check out the Gromacs Wiki pages: http://wiki.gromacs.org/index.php/Development http://wiki.gromacs.org/index.php/CVS_HowTo Bob On 8/29/07, Arturas Ziemys [EMAIL PROTECTED] wrote: How to access CVS of GROMACS ? Robert Johnson wrote: The CVS version of Gromacs enables REMD

[gmx-users] Replica Exchange method

2007-08-16 Thread priya priya
Dear Sir, i wanted to read the source code before doing REMD. Thanks for your suggestions, i have found that already in the program and in manual. Reagrds - Once upon a time there was 1 GB storage in your inbox. Click here for happy

[gmx-users] Replica exchange method

2007-08-15 Thread priya priya
Dear all, i want to start with the replica exchange method in gromacs, but i am not able to search the script for that in the program. Can anybody tell me by what name it is in the program and the location, as i want to look into the program before starting. Regards

Re: [gmx-users] Replica exchange method

2007-08-15 Thread Marcus Kubitzki
Have a look at GMX/src/kernel/repl_ex.c priya priya wrote: Dear all, i want to start with the replica exchange method in gromacs, but i am not able to search the script for that in the program. Can anybody tell me by what name it is in the program and the location, as i want to look into the

Re: [gmx-users] Replica exchange method

2007-08-15 Thread Mark Abraham
priya priya wrote: Dear all, i want to start with the replica exchange method in gromacs, but i am not able to search the script for that in the program. Can anybody tell me by what name it is in the program and the location, as i want to look into the program before starting. Please

[gmx-users] Replica Exchange MD ... Exchange rates

2007-07-10 Thread Carsten Baldauf
dear gromacs-users// what would you think are good exchange rates between the replicas in a REMD? something like this? Replica exchange statistics Repl 499 attempts, 250 odd, 249 even Repl average probabilities: Repl 0123456789 10 11 12 13 14

Re: [gmx-users] Replica Exchange MD ... Exchange rates

2007-07-10 Thread Mark Abraham
Carsten Baldauf wrote: dear gromacs-users// what would you think are good exchange rates between the replicas in a REMD? :-) I'm about to submit a paper partly on this topic... the short answer is that most people publishing REMD exchange rates have one that is a good deal lower. There's

RE: [gmx-users] Replica Exchange MD ... Exchange rates

2007-07-10 Thread Mu Yuguang \(Dr\)
://genome.sbs.ntu.edu.sg/Staff/YGMu/index.php -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carsten Baldauf Sent: Tuesday, July 10, 2007 5:43 PM To: Discussion list for GROMACS users Subject: [gmx-users] Replica Exchange MD ... Exchange rates dear gromacs-users// what

Re: [gmx-users] Replica Exchange MD ... Exchange rates

2007-07-10 Thread Berk Hess
From: Mark Abraham [EMAIL PROTECTED] Reply-To: Discussion list for GROMACS users gmx-users@gromacs.org To: Discussion list for GROMACS users gmx-users@gromacs.org Subject: Re: [gmx-users] Replica Exchange MD ... Exchange rates Date: Tue, 10 Jul 2007 20:15:31 +1000 Carsten Baldauf wrote

Re: [gmx-users] Replica Exchange Analysis Tools

2007-01-22 Thread Robert Johnson
I'm getting an error message when feeding replica_index.xvg to trjcat. Here is the command and the error message: trjcat -f *.xtc -demux replica_index.xvg Program trjcat, VERSION 3.3.99_development_20060330 Source code file: gmx_trjcat.c, line: 296 Fatal error: Demuxing the same replica 1

[gmx-users] Replica Exchange Analysis Tools

2007-01-16 Thread Robert Johnson
Hello everyone, I'm using the current development version of Gromacs to perform replica exchange MD. Are there any Gromacs tools to aid in the analysis of the trajectories. For example, are there tools that enable trajectories grouped by temperature? Is there a way to determine the temperature of

Re: [gmx-users] Replica Exchange Analysis Tools

2007-01-16 Thread David van der Spoel
Robert Johnson wrote: Hello everyone, I'm using the current development version of Gromacs to perform replica exchange MD. Are there any Gromacs tools to aid in the analysis of the trajectories. For example, are there tools that enable trajectories grouped by temperature? Is there a way to

[gmx-users] Replica exchange and freeze groups?

2006-11-12 Thread Marc Baaden
Hi, I do wonder whether replica exchange as implemented in Gromacs is compatible with freezing part of a system. What I want to do is to equilibrate a sub-part (18k atoms) of a large system (340k atoms) by freezing the 322k surrounding atoms and doing replica exchange on the small 18k atom

[gmx-users] replica exchange doubt

2006-04-11 Thread Andrea Carotti
Hi all gmx-ers, I have a doubt concerning the REMD setup. Let's say I want to use 12 cpus to make a REMD at 2 different temp 300 and 400K of the same system. Should I prepare every tpr file with the -np option set to 6? and then run the mdrun with -np 12 -multi -s 300.tpr 400.tpr -replica X

Re: [gmx-users] replica exchange doubt

2006-04-11 Thread Andrea Carotti
Thanks to all for the quick clarifications. Andrea - Original Message - From: Xavier Periole [EMAIL PROTECTED] To: Discussion list for GROMACS users gmx-users@gromacs.org Sent: Tuesday, April 11, 2006 1:55 PM Subject: Re: [gmx-users] replica exchange doubt Andrea Carotti wrote: Hi

  1   2   >