<div dir="ltr">It's annoying to have the same fragment in a bunch of places, but I understand the problem.<div><br></div><div>Would it be possible to make a new variable for this (XCORE_MEMORY_SIZE or something), and then put all the extra shared bits of the fragment in a common location?</div>
<div><br></div><div> - Daniel</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 11, 2014 at 12:31 PM, robert lytton <span dir="ltr"><<a href="mailto:robert@xmos.com" target="_blank">robert@xmos.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi ddunbar,<br>
<br>
The tests build XCore-image's with a default memory map of 32MB - passed in the target flags.<br>
It should be noted that the XCore emulator's speed is affected by the size of memory.<br>
Also the amount of host memory required is several times the XCore-image memory size.<br>
Thus running several large xcore-images in parallel may result in thrashing!<br>
<br>
The RUNTIMELIMIT=7200 is passed in on the commandline.<br>
Make sure only tests that need longer over-write it.<br>
<br>
<br>
<a href="http://llvm-reviews.chandlerc.com/D3048" target="_blank">http://llvm-reviews.chandlerc.com/D3048</a><br>
<br>
Files:<br>
  MultiSource/Applications/JM/ldecod/Makefile<br>
  MultiSource/Applications/lua/Makefile<br>
  MultiSource/Applications/minisat/Makefile<br>
  MultiSource/Applications/spiff/Makefile<br>
  MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile<br>
  MultiSource/Benchmarks/Bullet/Makefile<br>
  MultiSource/Benchmarks/Fhourstones-3.1/Makefile<br>
  MultiSource/Benchmarks/NPB-serial/is/Makefile<br>
  MultiSource/Benchmarks/Olden/health/Makefile<br>
  MultiSource/Benchmarks/Olden/perimeter/Makefile<br>
  MultiSource/Benchmarks/Olden/treeadd/Makefile<br>
  MultiSource/Benchmarks/Olden/tsp/Makefile<br>
  MultiSource/Benchmarks/Olden/voronoi/Makefile<br>
  MultiSource/Benchmarks/SciMark2-C/Makefile<br>
  MultiSource/Benchmarks/Trimaran/netbench-crc/Makefile<br>
  MultiSource/Benchmarks/mafft/Makefile<br>
  MultiSource/Benchmarks/nbench/Makefile<br>
  SingleSource/Benchmarks/CoyoteBench/Makefile<br>
  SingleSource/Benchmarks/Misc-C++/Makefile<br>
  SingleSource/Benchmarks/Polybench/linear-algebra/kernels/2mm/Makefile<br>
  SingleSource/Benchmarks/Polybench/linear-algebra/kernels/3mm/Makefile<br>
  SingleSource/Benchmarks/Polybench/linear-algebra/kernels/atax/Makefile<br>
  SingleSource/Benchmarks/Polybench/linear-algebra/kernels/bicg/Makefile<br>
  SingleSource/Benchmarks/Polybench/linear-algebra/kernels/doitgen/Makefile<br>
  SingleSource/Benchmarks/Polybench/linear-algebra/kernels/gemver/Makefile<br>
  SingleSource/Benchmarks/Polybench/linear-algebra/kernels/gesummv/Makefile<br>
  SingleSource/Benchmarks/Polybench/linear-algebra/kernels/mvt/Makefile<br>
  SingleSource/Benchmarks/Polybench/linear-algebra/kernels/trisolv/Makefile<br>
  SingleSource/Benchmarks/Polybench/linear-algebra/solvers/durbin/Makefile<br>
  SingleSource/Benchmarks/Shootout-C++/Makefile<br>
  SingleSource/Benchmarks/Shootout/Makefile<br>
  SingleSource/Benchmarks/SmallPT/Makefile<br>
  SingleSource/UnitTests/Makefile<br>
</blockquote></div><br></div>