[PATCH] D36738: [test-suite] Adding miniXyce Benchmark

Brian Homerding via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 12:09:39 PDT 2017


homerdin updated this revision to Diff 111397.
homerdin added a comment.

I included the README file and address the indentation in LICENSE.txt.  I macro'd out the production of the output file, it is meant to be used for analysis and should not be created within the test-suite.  We are still looking into the `GMRES_average_res` issue.


https://reviews.llvm.org/D36738

Files:
  LICENSE.TXT
  MultiSource/Benchmarks/CMakeLists.txt
  MultiSource/Benchmarks/DOE-ProxyApps-C++/CMakeLists.txt
  MultiSource/Benchmarks/DOE-ProxyApps-C++/Makefile
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/CMakeLists.txt
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/Makefile
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/README
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/YAML_Doc.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/YAML_Doc.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/YAML_Element.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/YAML_Element.hpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/cir5.net
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/last_used_params.txt
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/mX_linear_DAE.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/mX_linear_DAE.h
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/mX_linear_ckt_simulator.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/mX_parms.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/mX_parms.h
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/mX_parser.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/mX_parser.h
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/mX_source.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/mX_source.h
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/mX_sparse_matrix.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/mX_sparse_matrix.h
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/mX_timer.cpp
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/mX_timer.h
  MultiSource/Benchmarks/DOE-ProxyApps-C++/miniXyce/miniXyce.reference_output
  MultiSource/Benchmarks/Makefile

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36738.111397.patch
Type: text/x-patch
Size: 109593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170816/7da79bac/attachment.bin>


More information about the llvm-commits mailing list