jsmeredith / EAVL

Extreme-scale Analysis and Visualization Library
http://ft.ornl.gov/eavl/
Other
19 stars 10 forks source link

small fixes, upgrade to using vtk6.1, additional timings, explicit gpu selection for initialization #18

Closed cchriste closed 9 years ago

cchriste commented 10 years ago

o fix bug converting vtk to eavl o upgrade makefile to support vtk 6.1 o add additional debug output when copying to/from device o flush timings buffer after each dump o allow explicit selection of gpu during initialization

jsmeredith commented 9 years ago

I think I've re-implemented most of the key changes here on the master. (See 73ccd7a131c7e87d3cac43b3154be8b2c0c600ce 443d12b0cc91b0235c4288dfc4ed667786b7c5b4 3eb33f0930d4b473f738e102937182d12b8ffa81 7b015ffca3451a840ce5ddc74a83355578dfeaca .) There are a few differences, though, so I couldn't pull directly, e.g. configure now supports either VTK 6.0 or 6.1 (not hardcoded to either), I added per-filter timings to isosurface which are always active (instead of the more detailed, but expensive, per-op timings), etc.

If there's anything important I've missed, let me know, but as far as I can tell, I think we can close this pull request.

cchriste commented 9 years ago

Sounds great.

Best, Cameron

On Wednesday, February 11, 2015, Jeremy Meredith notifications@github.com wrote:

I think I've re-implemented most of the key changes here on the master. (See 73ccd7a https://github.com/jsmeredith/EAVL/commit/73ccd7a131c7e87d3cac43b3154be8b2c0c600ce 443d12b https://github.com/jsmeredith/EAVL/commit/443d12b0cc91b0235c4288dfc4ed667786b7c5b4 3eb33f0 https://github.com/jsmeredith/EAVL/commit/3eb33f0930d4b473f738e102937182d12b8ffa81 7b015ff https://github.com/jsmeredith/EAVL/commit/7b015ffca3451a840ce5ddc74a83355578dfeaca .) There are a few differences, though, so I couldn't pull directly, e.g. configure now supports either VTK 6.0 or 6.1 (not hardcoded to either), I added per-filter timings to isosurface which are always active (instead of the more detailed, but expensive, per-op timings), etc.

If there's anything important I've missed, let me know, but as far as I can tell, I think we can close this pull request.

— Reply to this email directly or view it on GitHub https://github.com/jsmeredith/EAVL/pull/18#issuecomment-73962778.