<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>5 jun 2012 kl. 14.23 skrev Shay Teaching:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><br><br><div class="gmail_quote">2012/6/5 Mark Abraham <span dir="ltr">&lt;<a href="mailto:Mark.Abraham@anu.edu.au" target="_blank">Mark.Abraham@anu.edu.au</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 5/06/2012 9:11 AM, Peter C. Lai wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The quick and dirty way is to post-patch Makefile in src/tools.<br>
<br>
I think patching the appropriate Makefile.in is sufficient for configure to<br>
pick up and automake into Makefile if all you need to do is append a make<br>
target.<br>
<br>
As to your previous question, on our cluster, I use Intel ICC 11.1.056<br>
<br>
both openmpi and fftw3 are also built with icc but root builds those and<br>
exposes their libs/headers through Modules, so I just module load them<br>
and specify the appropriate CPPFLAGS, LDFLAGS, and MPICC to configure<br>
(I'm still on 4.5.4 here).<br>
<br>
Btw: If you are patching 4.6 you should ask for someone else on here to tell<br>
you how to add it to the CMake config, since that's going to be the default<br>
build framework going forward.<br>
</blockquote>
<br></div>
That's easy with CMake - just add your tool to the list in src/tools/CMakeLists.txt and re-make (which I expect will trigger a re-cmake automatically).<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote>
<div>How about in gromacs 4.0.7? Is it as Peter says?Just add it manually to the Makefile in src/tools, or is there an automatic way to generate this make file?<br></div></div></div></blockquote><div><br></div><div>Yes, IIRC.</div><div><br></div><div>If this is something that is useful for others, then perhaps you should aim at a more recent version than 4.0.7</div><div><br></div><div>Best,</div><div><br></div><div>Erik</div><br><blockquote type="cite"><div dir="ltr"><div class="gmail_quote"><div>&nbsp;<br></div><blockquote class="gmail_quote" style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex; position: static; z-index: auto; ">
<span class="HOEnZb"><font color="#888888">
<br>
Mark</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On 2012-06-05 01:43:09AM +0300, Shay Teaching wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
One more question: How do I get my new g_whatever analysis to be included<br>
in the compilation?<br>
Simply placing my file in src/tools won't work of course. How to I place it<br>
correctly in the build?<br>
Thanks,<br>
-Shay<br>
<br>
2012/6/5 Justin A. Lemkul&lt;<a href="mailto:jalemkul@vt.edu" target="_blank">jalemkul@vt.edu</a>&gt;<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On 6/4/12 5:16 PM, Shay Teaching wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
2012/6/4 Justin A. Lemkul&lt;<a href="mailto:jalemkul@vt.edu" target="_blank">jalemkul@vt.edu</a>&lt;mailto:<a href="mailto:jalemkul@vt.edu" target="_blank"><u></u>jalemkul@vt.edu</a>&gt;&gt;<br>
<br>
<br>
<br>
<br>
 &nbsp; &nbsp;On 6/4/12 2:59 PM, Shay Teaching wrote:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Dear Gromacs users,<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;I want to write new analyses for gromacs and compile it (so I'll<br>
have<br>
 &nbsp; &nbsp; &nbsp; &nbsp;g_whatever) as part of the gromacs package.<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Per the instructions I found on gromacs website, I installed<br>
kdevelop<br>
 &nbsp; &nbsp; &nbsp; &nbsp;and opened<br>
 &nbsp; &nbsp; &nbsp; &nbsp;the gromacs as a project using kdevelop. However I have two<br>
questions:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;1) When I try to compile gromacs source, through kdevelop, I get a<br>
 &nbsp; &nbsp; &nbsp; &nbsp;"permission<br>
 &nbsp; &nbsp; &nbsp; &nbsp;denied" error. I think it is because gromacs installation requires<br>
root<br>
 &nbsp; &nbsp; &nbsp; &nbsp;privileges. Any suggestions on how to bypass that, so I won't have<br>
to use<br>
 &nbsp; &nbsp; &nbsp; &nbsp;kdevelop as root (which is a *really* bad idea)? (e.g., installing<br>
gromacs<br>
 &nbsp; &nbsp; &nbsp; &nbsp;without root?)<br>
<br>
<br>
 &nbsp; &nbsp;Assuming you're trying to compile template.c in some system-level<br>
directory,<br>
 &nbsp; &nbsp;you're certain to run into that problem. &nbsp;Compile in a different<br>
location.<br>
<br>
Actually, I tried installing Gromacs to my home directory, not system<br>
directory.<br>
You're saying that I'm not supposed to encounter this error?<br>
<br>
<br>
</blockquote>
You shouldn't have permission errors in your home directory. &nbsp;I've never<br>
used KDevelop; what happens if you try to compile from a normal command<br>
line?<br>
<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 &nbsp; &nbsp; &nbsp; &nbsp;2) Are there any guidelines for writing new g_whatever analyses?<br>
Or any<br>
 &nbsp; &nbsp; &nbsp; &nbsp;general<br>
 &nbsp; &nbsp; &nbsp; &nbsp;suggestions on how to approach it?<br>
<br>
<br>
 &nbsp; &nbsp;Write good code? ;) &nbsp;I don't really know what you're asking here, but<br>
if you<br>
 &nbsp; &nbsp;want pointers for writing code, you'll need to at least state what<br>
you're doing.<br>
<br>
Write good code of course :-)<br>
What I mean is: Is there a proper list of gromacs functions used for<br>
'common'<br>
operations? (such as, reading from trajectory, reading index file,<br>
documentation<br>
of types and data structures for dealing with gromacs trajectory: atom,<br>
molecule, their input and output, etc.)<br>
Of course I'll open existing analyses, and see how its done there<br>
(g_mindist,<br>
g_rms..) but it would be useful to have like... a list of methods so I<br>
won't<br>
waste time on stuff that's already been dealt with.<br>
<br>
<br>
</blockquote>
The only related information is probably on the website at<br>
<a href="http://www.gromacs.org/**Developer_Zone/Programming_**Guide" target="_blank">http://www.gromacs.org/**<u></u>Developer_Zone/Programming_**<u></u>Guide</a>&lt;<a href="http://www.gromacs.org/Developer_Zone/Programming_Guide" target="_blank">http://www.gromacs.org/<u></u>Developer_Zone/Programming_<u></u>Guide</a>&gt;.<br>

 &nbsp;I doubt you'll get a how-to for coding though. &nbsp;The approach of looking at<br>
existing files for these routines is probably as efficient as it gets.<br>
<br>
<br>
-Justin<br>
<br>
--<br>
==============================<u></u>**==========<br>
<br>
Justin A. Lemkul, Ph.D.<br>
Research Scientist<br>
Department of Biochemistry<br>
Virginia Tech<br>
Blacksburg, VA<br>
jalemkul[at]<a href="http://vt.edu/" target="_blank">vt.edu</a> | <a href="tel:%28540%29%20231-9080" value="+15402319080" target="_blank">(540) 231-9080</a><br>
<a href="http://www.bevanlab.biochem./" target="_blank">http://www.bevanlab.biochem.</a>**<a href="http://vt.edu/Pages/Personal/justin" target="_blank"><u></u>vt.edu/Pages/Personal/justin</a>&lt;<a href="http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin" target="_blank">h<u></u>ttp://www.bevanlab.biochem.vt.<u></u>edu/Pages/Personal/justin</a>&gt;<br>

<br>
==============================<u></u>**==========<br>
--<br>
gmx-users mailing list &nbsp; &nbsp;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br>
<a href="http://lists.gromacs.org/**mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/**<u></u>mailman/listinfo/gmx-users</a>&lt;<a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">htt<u></u>p://lists.gromacs.org/mailman/<u></u>listinfo/gmx-users</a>&gt;<br>

Please search the archive at <a href="http://www.gromacs.org/**" target="_blank">http://www.gromacs.org/**</a><br>
Support/Mailing_Lists/Search&lt;<a href="http://www.gromacs.org/Support/Mailing_Lists/Search" target="_blank">h<u></u>ttp://www.gromacs.org/Support/<u></u>Mailing_Lists/Search</a>&gt;before posting!<br>
Please don't post (un)subscribe requests to the list. Use the www<br>
interface or send it to <a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>.<br>
Can't post? Read <a href="http://www.gromacs.org/**Support/Mailing_Lists" target="_blank">http://www.gromacs.org/**<u></u>Support/Mailing_Lists</a>&lt;<a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://<u></u>www.gromacs.org/Support/<u></u>Mailing_Lists</a>&gt;<br>

<br>
</blockquote>
-- <br>
gmx-users mailing list &nbsp; &nbsp;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br>
<a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/<u></u>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/<u></u>Support/Mailing_Lists/Search</a> before posting!<br>
Please don'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" target="_blank">gmx-users-request@gromacs.org</a>.<br>
Can't post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/<u></u>Support/Mailing_Lists</a><br>
</blockquote>
<br>
</blockquote>
<br>
-- <br>
gmx-users mailing list &nbsp; &nbsp;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br>
<a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/<u></u>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/<u></u>Support/Mailing_Lists/Search</a> before posting!<br>
Please don't post (un)subscribe requests to the list. Use the www interface or send it to <a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>.<br>
Can't post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/<u></u>Support/Mailing_Lists</a><br>
</div></div></blockquote></div><br></div>
-- <br>gmx-users mailing list &nbsp;&nbsp;&nbsp;<a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a><br><a href="http://lists.gromacs.org/mailman/listinfo/gmx-users">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br>Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/Search before posting!<br>Please don't post (un)subscribe requests to the list. Use the <br>www interface or send it to gmx-users-request@gromacs.org.<br>Can't post? Read http://www.gromacs.org/Support/Mailing_Lists</blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>-----------------------------------------------</div><div>Erik Marklund, PhD</div><div>Dept. of Cell and Molecular Biology, Uppsala University.</div><div>Husargatan 3, Box 596, &nbsp; &nbsp;75124 Uppsala, Sweden</div><div>phone: &nbsp; &nbsp;+46 18 471 6688 &nbsp; &nbsp; &nbsp; &nbsp;fax: +46 18 511 755</div><div><a href="mailto:erikm@xray.bmc.uu.se">erikm@xray.bmc.uu.se</a></div><div><a href="http://www2.icm.uu.se/molbio/elflab/index.html">http://www2.icm.uu.se/molbio/elflab/index.html</a></div></div></span></div></span></span>
</div>
<br></body></html>