<div>Hi,</div>
<div> </div>
<div>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 table_Protein_SOL.xvg for protein solvent interactions, like rex0_table_Protein_SOL.xvg, I get an error - </div>


<div>Fatal error:<br>Library file in current dir nor  not found table_Protein_SOL.xvgin default directories.<br>(You can set the directories to search with the GMXLIB path variable)<br>For more information and tips for troubleshooting, please check the GROMACS<br clear="all">

To oversome this limitation, I am using something like this:</div>
<div> </div>
<div>[pseudocode]</div>
<div>for r 1 to n:</div>
<div>   copy rex_r_Protein_SOL.xvg table_Protein_SOL.xvg</div>
<div>   mdrun -s .. -table table.xvg -table table_Protein_SOL.xvg ...</div>
<div> </div>
<div>Will mdrun be able to run with separate table parameters in this way?</div>
<div> </div>
<div> </div>
<div>Pooja</div>
<div><br>-- <br>Quaerendo Invenietis-Seek and you shall discover.<br></div>