Benchmarks need to be renamed
Bug #955866 reported by
Anders Logg
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DOLFIN |
Fix Released
|
Medium
|
Johannes Ring |
Bug Description
Benchmark executables, both C++ and Python need to be renamed to
bench_
Examples:
bench_
bench_
bench_
Makes it easier to refer to a specific benchmark and to have both Python and C++ version available.
Top level script bench.py should assume these names. Now it does something in between, assuming the executable is named "bench" and in the case of cpp checks for bench_lastdir (so bench_refinement in the above examples).
Related branches
Changed in dolfin: | |
importance: | Undecided → Medium |
assignee: | nobody → Johannes Ring (johannr) |
status: | New → Confirmed |
Changed in dolfin: | |
status: | Confirmed → Fix Committed |
Changed in dolfin: | |
milestone: | none → trunk |
Changed in dolfin: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
On Thu, Mar 15, 2012 at 08:05:27PM -0000, Johannes Ring wrote:
> ** Changed in: dolfin
> Status: Confirmed => Fix Committed
Thanks!
--
Anders