Error: reading tpx file (md_0_1.tpr) version 119 with version 110 program

GROMACS version:2020.1
GROMACS modification: Yes/No No
Here post your question
Dear Dr.Lemkul

I ran a simulation on my complex using Gromacs 2020.1 on a server in our university and now I need to analyze it on my PC using Gromacs 2016.4.

when issued the command

gmx trjconv -f .xtc -s .tpr -o nopbc.xtc -pbc mol -center -ur compact
got this error:
reading tpx file (md_0_1.tpr) version 119 with version 110 program
Is there any way to solve this problem except to update the Gromacs on my PC?

Thanks in advance
Farial

Hi
The tpr file needs to be generated with the same version of the gmx tools. In general it is always better to have the same version locally and on the cluster. In your case you can install locally 2020.{highest number} (more bug-free), since on the cluster you have 2020.
Alessandra

Hi

Many gromacs tools do not need a tpr file and you can use pdb/gro files instead for your analysis

For tools that need a tpr you could generate an older tpr with a fake/minimal mdp file and use it with an older GROMACS version (here 2016.4). I use this approach many time for some codes that use older version of GROMACS.

HTH