I was dealing with the same situation. I am using the latest version of DSSP (April 2011). Neither gromacs 4.5.3 or 4.5.4 would work.  <br>After applying Pradip&#39;s patch, do_dssp worked for me. <br><br>I would say that the change in flags is related to the fact that &quot;<font><font face="Arial">In 2011 Maarten Hekkelman has written new software&quot; (as stated on DSSP homepage). </font></font><br>

<br>Thanks :D.<br> <br><br><div class="gmail_quote">2011/8/6 Pradip Biswas <span dir="ltr">&lt;<a href="mailto:biswas.pk@gmail.com">biswas.pk@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I encountered the exact same error with Gromacs-4.5  as posted by Sunita Patel back in October 2010 and could not find any solution in the gmx_thread. The error was:<div><span style="font-family:monospace;font-size:medium;white-space:pre-wrap"><br>



</span></div>Failed to execute command: /home/path-to-dssp -na dd3sOJn3 ddZl9dcf &gt; /dev/null 2&gt; /dev/null<div><br>I found that the do_dssp fails to fork dssp as the latter does not recognize the flag &quot;-na&quot; defined in do_dssp. The dssp code that I downloaded recently, recognizes the only flags &quot;-i&quot;, &quot;-o&quot;, &quot;-v&quot;, &quot;-d&quot; and &quot;-h&quot;.<br>



<br></div><div>So, I just tweaked the &quot;-na&quot; flag in the do_dssp source code as follows and the do_dssp and dssp combination worked fine for me.</div><div><br></div><div>original:</div><div><div>sprintf(dssp,&quot;%s %s %s %s &gt; /dev/null %s&quot;,</div>



<div><span style="white-space:pre-wrap">        </span>  dptr,bDoAccSurf?&quot;&quot;:&quot;-na&quot;,pdbfile,tmpfile,bVerbose?&quot;&quot;:&quot;2&gt; /dev/null&quot;);</div><div><br></div><div>replaced by:</div>

<div><div>sprintf(dssp,&quot;%s %s %s %s &gt; /dev/null %s&quot;,</div><div><span style="white-space:pre-wrap">        </span>  dptr,bDoAccSurf?&quot;&quot;:&quot;-i&quot;,pdbfile,&quot;-o&quot;,tmpfile,bVerbose?&quot;&quot;:&quot;2&gt; /dev/null&quot;);</div>



</div><div><br></div><font color="#888888"><div>-pb<br><br><br>
</div></font></div>
<br>--<br>
gmx-users mailing list    <a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a><br>
<a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br>
Please search the archive at <a href="http://www.gromacs.org/Support/Mailing_Lists/Search" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/Search</a> before posting!<br>
Please don&#39;t post (un)subscribe requests to the list. Use the<br>
www interface or send it to <a href="mailto:gmx-users-request@gromacs.org">gmx-users-request@gromacs.org</a>.<br>
Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br></blockquote></div><br>