Skip to content

G-Ragghianti/testsweeper

 
 

Repository files navigation

  ______          __  _____
 /_  __/__  _____/ /_/ ___/      _____  ___  ____  ___  _____
  / / / _ \/ ___/ __/\__ \ | /| / / _ \/ _ \/ __ \/ _ \/ ___/
 / / /  __(__  ) /_ ___/ / |/ |/ /  __/  __/ /_/ /  __/ /
/_/  \___/____/\__//____/|__/|__/\___/\___/ .___/\___/_/
                                         /_/

Innovative Computing Laboratory

University of Tennessee


[TOC]


About

TestSweeper is a C++ testing framework for parameter sweeps. It handles parsing command line options, iterating over the test space, and printing results. This simplifies test functions by allowing them to concentrate on setting up and solving one problem at a time.

TestSweeper is part of the SLATE project (Software for Linear Algebra Targeting Exascale), which is funded by the Department of Energy as part of its Exascale Computing Initiative (ECP).


Documentation

  • INSTALL.md for installation notes.
  • TODO: Doxygen forthcoming.

Getting Help

For assistance, visit the SLATE User Forum at https://groups.google.com/a/icl.utk.edu/forum/#!forum/slate-user. Join by signing in with your Google credentials, then clicking Join group to post.

Bug reports can be filed directly on Github's issue tracker: https://github.com/icl-utk-edu/testsweeper/issues.


Resources

  • Visit the SLATE website for more information about the SLATE project.
  • Visit the ECP website to find out more about the DOE Exascale Computing Initiative.

Contributing

The SLATE project welcomes contributions from new developers. Contributions can be offered through the standard Github pull request model. We strongly encourage you to coordinate large contributions with the SLATE development team early in the process.


Acknowledgments

This research was supported by the Exascale Computing Project (17-SC-20-SC), a joint project of the U.S. Department of Energy's Office of Science and National Nuclear Security Administration, responsible for delivering a capable exascale ecosystem, including software, applications, and hardware technology, to support the nation’s exascale computing imperative.

This research uses resources of the Oak Ridge Leadership Computing Facility, which is a DOE Office of Science User Facility supported under Contract DE-AC05-00OR22725. This research also uses resources of the Argonne Leadership Computing Facility, which is a DOE Office of Science User Facility supported under Contract DE-AC02-06CH11357.


License

Copyright (c) 2017-2023, University of Tennessee. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  • Neither the name of the University of Tennessee nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright holders or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 51.2%
  • Python 39.5%
  • CMake 5.2%
  • Makefile 4.1%