EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: ADSimDetector
From: Michael Davidsaver <[email protected]>
To: "Mark S. Engbretson" <[email protected]>
Cc: [email protected]
Date: Fri, 26 May 2017 19:21:01 -0400
On 05/26/2017 12:55 PM, Mark S. Engbretson wrote:
> I have a newer model Xeon computer with 12 real cores, most of which are
> idle at any given moment, and was wondering which plugins may be worth
> committing cores to.

 From my experience, I'd advise to think about memory bandwidth as much
as number of cores when working with image data.  Adding more cores
won't help if the bottleneck is access to a shared RAM.

If you haven't encountered it before, the linux 'perf' utility has some
interesting uses for minimally invasive profiling.  IMO 'perf top -p
<pid>' is a must for anyone trying to target code for optimization.

https://lwn.net/Articles/722314/

In some testing I did last winter, I found that most time was being
spent on load/store.  Playing with vector operations and cpu cache hints
had no measurable effect.  I concluded that I'd have done better to
halve the number of cores and buy faster RAM instead.


References:
ADSimDetector Mark S. Engbretson

Navigate by Date:
Prev: Re: ADSimDetector Mark Engbretson
Next: alh Rolf Keitel
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: ADSimDetector Mark Engbretson
Next: alh Rolf Keitel
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
ANJ, 21 Dec 2017 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·