steve

Results 20 comments of steve

Thank you very much for looking into it! You have good points, I suspected the same and will re-post your answer. As for `#pragma once` vs. include guards: the latter...

Hi Mose, it's been a long time! How are you? I downloaded your posted results, then executed `diff mose.txt steve.txt`, can you find out why I am getting matching result?...

Thank you for contributing! The idea is to build a database of the environment variables, then to examine if there is any difference among them and use them to initialise...

> One point of clarification. Are the generated variables from you're test program environment variables or what? In particular, how do you plan to use them? carefully :) -- if...

Hi @musm I looked at the at your [repository](https://github.com/musm/hdf5-build-output/tree/master/outputs) and noticed [my work from this HDFGroup mailing list](https://github.com/steven-varga/HDFGroup-mailinglist/tree/527f2245d3ac1d13e2fd75810955938c3aeb8599/crosscompile-2020-mar-25) re-posted without references. Can you please correct it. steve

Hi I am wondering if an MPI implementation of the above idea is welcome? if so I tried to find 'ParallelPopulationOptimizer' code but somehow I failed when forked Alexey Stukalov...

Thanks a lot! Would I be too pushy if I asked here how to rotate an `arc`? So far everything checked out I was able to add `arc(...)` to `GRUtils`...

I abandoned the `arc` for now, instead proceeded with bezier curve approximation of ellipse based on `Drawing an elliptical arc using polylines, quadratic or cubic Bézier curves by L. Maisonobe`...

Great find! Hmmm there is more to this, get to it in a sec... The top one shouldn't be happening: `write - read == 0` whereas the h5dump case is...

Thanks for the report: I could replicate the issue. My suggestion is to clone this repository then `git checkout v1.10.4-6`; I also installed eigen 3.3.7-2 with `sudo apt install libeigen3-dev`...