[VOLK] Summary of call

The VOLK working group had a call earlier today. Agenda and summary
are here:
http://gnuradio.org/redmine/projects/gnuradio/wiki/Call20131212

We’ll likely have our next call late January or February time-frame.

There’s a semi-open question about what kind of stats we should
collect. Tim added support for taking CFLAGS at build time and
/proc/version and /proc/cpuinfo at runtime. While we’re at it are
there any other machine features that would be useful to collect?

-Nathan

On Thu, Dec 12, 2013 at 3:11 PM, West, Nathan
[email protected]wrote:

Toolchain name/version info please!
(http://gnuradio.org/redmine/issues/620)

Unless, of course, Tim’s support for CFLAGS already includes that info
and/or patch…

On 12/12/2013 04:01 PM, Douglas G. wrote:

collect. Tim added support for taking CFLAGS at build time and
/proc/version and /proc/cpuinfo at runtime. While we're at it are
there any other machine features that would be useful to collect?

Toolchain name/version info please!
(http://gnuradio.org/redmine/issues/620)

Unless, of course, Tim’s support for CFLAGS already includes that info
and/or patch…

Yep, already working on including compiler name / version as well

On Thu, Dec 12, 2013 at 4:07 PM, Tim [email protected] wrote:

There’s a semi-open question about what kind of stats we should

Yep, already working on including compiler name / version as well

Yeah. Tim and I have been working on this. Should be able to merge it
soon. Adds ‘–cc’, ‘–cxx’, and ‘–cflags’ to gnuradio-config-info to
get the information we used to compile with. Also created a new
volk-config-info program that gives similar information about the VOLK
build.

I updated the dev call wiki page with some info on this.

Tom