<br><br>----- Original Message -----<br>From: ahmet yıldırım &lt;ahmedo047@gmail.com&gt;<br>Date: Monday, October 4, 2010 18:41<br>Subject: [gmx-users] resolved pdm2gmx<br>To: Discussion list for GROMACS users &lt;gmx-users@gromacs.org&gt;<br><br><span lang="en"><span title=""><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>Hi,<br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font><br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>I've written the Gromacs Mail list before, but I did not get the answer that I wanted</span></span>. I am new user Gromacs. <br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font><br><b><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>1. I installed fftw-3.2.2 as following</b><br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>                                         <p style="margin-bottom: 0cm;"><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>ab@ab-desktop:~/Masaüstü/ cd fftw-3.2.2<br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>ab@ab-desktop:~/Masaüstü/fftw-3.2.2<br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>ab@ab-desktop:~/Masaüstü/fftw-3.2.2 ./configure --enable-threads --enable-float<br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>ab@ab-desktop:~/Masaüstü/fftw-3.2.2 make<br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>ab@ab-desktop:~/Masaüstü/fftw-3.2.2 make install</p> <b><br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>2. I installed&nbsp;                                     gromacs-4.5.1 as folowing</b>                                         <p style="margin-bottom: 0cm;"><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>ab@ab-desktop:~/Masaüstü/gromacs-4.5.1 ./configure <br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>ab@ab-desktop:~/Masaüstü/gromacs-4.5.1 make<br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>ab@ab-desktop:~/Masaüstü/gromacs-4.5.1 sudo make install</p><p style="margin-bottom: 0cm;">This set of instructions will not use the above FFTW in GROMACS. The configure command is inappropriate. Please see the installation guide for the proper approach.<br></p><p style="margin-bottom: 0cm;"><br></p><i><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>"<b>You need to either add the location  of your Gromacs installation to your PATH (in whatever shell  configuration file, likely .bashrc) or source GMXRC every time you log  in to a new terminal. &nbsp;Once your Gromacs installation is recognized by  your shell environment you can run all the commands.</b>"</i>&nbsp; <span id="result_box" class="" lang="en"><span style="" title=""><br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>I have read the installation instructions several times.</span></span><br><span lang="en"><span title=""><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>I do not know how to apply what is said.</span></span><br><br>This is a fairly basic UNIX issue, and has nothing specific to do with GROMACS. You need to have an appreciation of what the UNIX environment is, and how you can "source" a file to adjust that environment. Please look around the web for some UNIX tutorial material - you'll need some experience and knowledge here before you can do anything at all. Once you understand the need to adjust the environment, you can see how "sourcing" GMXRC will solve some of your problems.<br><br> <font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;"></font><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>I have 1.pdb file. I want to convert 1.gro and 1.top this file using pdb2gmx command.<br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>        After this, what should I do? can you show me on the command?<br>   <b><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>pdb2gmx –f 1.pdb –o 1.gro –p 1.top</b><br><br>That's not really the purpose of pdb2gmx. It tries to generate a topology from a set of coordinates. Perhaps working through some GROMACS tutorial material is a good idea to get the beginnings of an understanding of the workflows work.<br><br>A file in specifically .gro format is not necessary at any point - see http://www.gromacs.org/Documentation/File_Formats/Coordinate_File#On_the_need_for_a_.gro_file<br><br>Mark