<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi Josh,</div><div><br></div><div>I did some benchmarking work in 2018 looking at the impact of the Spectre/Meltdown exploits on GATE simulation time; since those impacted I/O operations, I ran them on a RAM disk to remove my hard drive speed as a limiting factor. I've found that the following helps:</div><div><br></div><div>1) Remove hits or singles from the ROOT file output if you are simulating a PET system. In most simulations Hits aren't necessary, and if you are only using coincidences for creating projection data then you don't necessarily need the singles either. This also dramatically saves on disk space!</div><div><br></div><div>2) Since you have plenty of RAM, you can use a RAM disk as your output device. I used the guide at <a href="https://www.techrepublic.com/article/how-to-use-a-ramdisk-on-linux/">https://www.techrepublic.com/article/how-to-use-a-ramdisk-on-linux/</a>, substituting 2 GB for whatever size of output data you needed. Once I created the RAM disk, I set my output path to it in the macro and everything worked seamlessly. This is a bit more dangerous since if the system crashes (unlikely) or if you lose power (depends on where you're located) you can lose some data, but it does offer a dramatic speed increase if you're running into storage speed limits. </div><div><br></div><div>I hope that this helps!</div><div><br></div><div>-Bryan McIntosh</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 6, 2021 at 1:13 AM <<a href="mailto:gate-users-request@lists.opengatecollaboration.org">gate-users-request@lists.opengatecollaboration.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send Gate-users mailing list submissions to<br>
        <a href="mailto:gate-users@lists.opengatecollaboration.org" target="_blank">gate-users@lists.opengatecollaboration.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" rel="noreferrer" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:gate-users-request@lists.opengatecollaboration.org" target="_blank">gate-users-request@lists.opengatecollaboration.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:gate-users-owner@lists.opengatecollaboration.org" target="_blank">gate-users-owner@lists.opengatecollaboration.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Gate-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. writing output files (Josh Knowland)<br>
   2. Re: output unit (David Sarrut)<br>
   3. Re: Gate settings for Linac photon beam simulation (David Sarrut)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 5 Jan 2021 22:05:11 +0000<br>
From: Josh Knowland <<a href="mailto:jknowland@lucernodynamics.com" target="_blank">jknowland@lucernodynamics.com</a>><br>
To: "<a href="mailto:gate-users@lists.opengatecollaboration.org" target="_blank">gate-users@lists.opengatecollaboration.org</a>"<br>
        <<a href="mailto:gate-users@lists.opengatecollaboration.org" target="_blank">gate-users@lists.opengatecollaboration.org</a>><br>
Subject: [Gate-users] writing output files<br>
Message-ID:<br>
        <<a href="mailto:BN8PR15MB3283B4A09BD77A39BFE2ACABAFD10@BN8PR15MB3283.namprd15.prod.outlook.com" target="_blank">BN8PR15MB3283B4A09BD77A39BFE2ACABAFD10@BN8PR15MB3283.namprd15.prod.outlook.com</a>><br>
<br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
All -<br>
I have noticed that running simulations is non-linear in terms of real-world time vs simulated time. For instance, simulating 100 seconds takes longer than 100x a 1-second simulation.<br>
<br>
My guess is that this could be due to file IO and the significantly larger file sizes resulting from longer simulations. I searched through the mailing list and the source code, but I couldn't find anything about the timing of file IO. I'd prefer not to use the "setOutFileSizeLimit" flag if I don't have to.<br>
<br>
Since the computer I run GATE on has plenty of RAM, is it possible to increase the time between file IO writes in order to speed up the overall simulation?<br>
<br>
-Josh<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.opengatecollaboration.org/pipermail/gate-users/attachments/20210105/da88531c/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.opengatecollaboration.org/pipermail/gate-users/attachments/20210105/da88531c/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br><br>
</blockquote></div></div></div></div>