Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Run Gromacs to generate outputs.

Code Block
mpirun -np 4064 -x UCX_NET_DEVICES=mlx5_0:1 -bind-to core -report-bindings \
mdrun_mpi -v -s stmv.tpr -nsteps 10000 -nb cpu -pin on

Above step should generate “confout.gro” file which we will use be using to visualizedisplay.

Install VMD on Windows or Linux system from https://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=VMD.

Execute VMD

Visualizing Load confout.gro usingVMD

...

from Molecule File Browser Window.

...

It should open a display Window like below.

...

Now, we want to visualize only Protein.

In the VMD main window, choose Graphics → Representations.

...

In the Graphical Representations window, choose Selections, click the Reset button, double click “protein” from Singlewords section and click Apply button.

...

Now, it should display only Protein in VMD display like below.

...

More VMD tutorial is available at https://www.ks.uiuc.edu/Training/Tutorials/vmd/tutorial-html/node2.html.