<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi,<br><br>We should remove the opening of the trr file in Gromacs 4.1 when no output is requested.<br>But opening one output file on one process should not cause a lot of system activity,<br>independently of the size of the cluster, right?<br><br>More costly are the fexist operations that all processes perform for all in and output files<br>with multiple possible file names. In git master only the master process calls fexist.<br><br>Berk <br><br>&gt; Date: Wed, 2 Dec 2009 09:17:00 -0500<br>&gt; From: chris.neale@utoronto.ca<br>&gt; To: gmx-users@gromacs.org<br>&gt; Subject: [gmx-users] any chance to write avoid writing out trr but only xtc        file ?<br>&gt; <br>&gt; We have the same desire on a large cluster in order to reduce the  <br>&gt; number of file operations overall. In addition to Xavier's suggestion,  <br>&gt; you can also write your .trr to memory:<br>&gt; mdrun -deffnm xx -t /dev/shm/xx.trr<br>&gt; or to the local disk:<br>&gt; mdrun -deffnm xx -t ${TMPDIR}/xx.trr<br>&gt; if those exist and depending on your architecture. Contact your  <br>&gt; sysadmin for the best option here... just be sure to rm -f your  <br>&gt; unwanted .trr.<br>&gt; <br>&gt; While I agree that the ability to not create the .trr at all or to  <br>&gt; write the .trr to /dev/null would be ideal, that appears to be  <br>&gt; incompatible with the automated file name extension determination and  <br>&gt; the provided solution will probably be just as fast.<br>&gt; <br>&gt; Chris.<br>&gt; <br>&gt; -- original message --<br>&gt; <br>&gt; you can define the frequency of writing to the trr file in the mdp file.<br>&gt; <br>&gt; using:<br>&gt; <br>&gt; nstxout = 0<br>&gt; nstvout = 0<br>&gt; nstfout =0<br>&gt; <br>&gt; should fix your problem.<br>&gt; <br>&gt; On Dec 1, 2009, at 4:30 PM, Jörn-Benjamin Lenz wrote:<br>&gt; <br>&gt; &gt; dear users of gromacs,<br>&gt; &gt;<br>&gt; &gt; i updated my gromacs from 4.0.1 to 4.0.5 and now i am facing the   <br>&gt; &gt; following problem:<br>&gt; &gt;<br>&gt; &gt; using the older version of gromacs I submitted REMD jobs to our   <br>&gt; &gt; cluster (which also was updated from suse 10.3 to suse 11.1) and two  <br>&gt; &gt;  differently formatted output files were generated: trr files and  <br>&gt; &gt; xtc  files<br>&gt; &gt; since we always are short on disk space in our home folders i did   <br>&gt; &gt; the following:<br>&gt; &gt; the trr files were written to the a folder in my home directory on   <br>&gt; &gt; our fileserver whereas the xtc files were written to the local   <br>&gt; &gt; machine i was using. in order to save disk storage on our fileserver  <br>&gt; &gt;  (i.e. in /home/joern/...) i deleted the trr files once as soon as   <br>&gt; &gt; they were produced and the job on our cluster was still happy and   <br>&gt; &gt; wrote the xtc files to my local machine and i was very happy with   <br>&gt; &gt; that behaviour.<br>&gt; &gt;<br>&gt; &gt; using gromacs 4.0.5, again trr and xtc files are written. however,   <br>&gt; &gt; as soon as i delete the trr files the mdrun jobs die and the whole   <br>&gt; &gt; job finishes without keep on writing the xtc files as it did with   <br>&gt; &gt; the older version.<br>&gt; &gt;<br>&gt; &gt; is there  a chance to say gromacs not to write out a trr file at all  <br>&gt; &gt;  but only a xtc file. without using the mdrun -o command gromacs   <br>&gt; &gt; still writes out the standard trajX.trr files. or is this becuase of  <br>&gt; &gt;  the update from suse 10.3 to suse 11.1 ?<br>&gt; &gt;<br>&gt; &gt; any help and / or advice is much appreciated !<br>&gt; &gt; many thanks in advance,<br>&gt; &gt;<br>&gt; &gt; joern<br>&gt; &gt; --<br>&gt; <br>&gt; <br>&gt; -- <br>&gt; gmx-users mailing list    gmx-users@gromacs.org<br>&gt; http://lists.gromacs.org/mailman/listinfo/gmx-users<br>&gt; Please search the archive at http://www.gromacs.org/search before posting!<br>&gt; Please don't post (un)subscribe requests to the list. Use the <br>&gt; www interface or send it to gmx-users-request@gromacs.org.<br>&gt; Can't post? Read http://www.gromacs.org/mailing_lists/users.php<br>                                               <br /><hr />New Windows 7: Find the right PC for you. <a href='http://windows.microsoft.com/shop' target='_new'>Learn more.</a></body>
</html>