Skip to content

OpenACCUserGroup/OpenACCV-V

Repository files navigation

Contributors Forks Stargazers Issues BSD 3-Clause License

Logo Logo


Validation and Verification Testsuite

The Public repository for the OpenACC Validation & Verification Testsuite.
Explore the docs »

View Results · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact
  7. Members
  8. Acknowledgments
  9. Publications

About The Project

This repository is updated with OpenACC test codes validating and verifying implementations of features and its conformance to the OpenACC specification. We are continuously adding and editing tests to conform to the latest version of the OpenACC Specification.

What we do:

  • Revealing ambiguities in the OpenACC Specification
  • Determining missing implementation of a feature
  • Highlighting unmentioned restriction of a feature
  • Evaluating implementations for multiple target platforms
  • Identifying and reporting compiler bugs

Consult our website for more details on results and our project OpenACC V&V Website.

(back to top)

Getting Started

Prerequisites

Need to have the following installed on your system:

Installation

In order to run the suite, we have provided a Python script, infrastructure.py that can be run. It is recommended to use Python 3.3 or later.

  1. Clone the repo

    git clone https://github.com/OpenACCUserGroup/OpenACCV-V.git
  2. Change the init_config.txt file to match your configuration

  3. Run the script

    python3 infrastructure.py -c=<config_input_file> -o=<output_file>

    or

    python3 infrastructure.py -c=<configuration_file[,configuration_file2]> -o=<output_file> -in=<input_file[,input_file2]>  verbose -system=<system_name> -env=<environment_output>

(back to top)

Roadmap

  • Add Initial Tests
  • Add Infrastructure
  • Develop Example Guide
  • Add More Case Features
  • OpenACC Specification Version
    • 3.3
    • 3.2
    • 3.1
    • 3.0
    • 2.7
    • 2.5
    • 2.0
    • 1.0

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  • Please send results from a run or code for particular OpenACC features

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with tags. Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Branch (git checkout -b feature/missing)
  3. Commit your Changes (git commit -m 'Add feature')
  4. Push to the Branch (git push origin feature/missing)
  5. Open a Pull Request

(back to top)

License

Distributed under the BSD 3-Clause License. See LICENSE.txt for more information.

(back to top)

Contact

Aaron Jarmusch - jarmusch@udel.edu

Sunita Chandrasekaran - schandra@udel.edu

CRPL - https://crpl.cis.udel.edu/

Website Link: https://crpl.cis.udel.edu/oaccvv/results/

(back to top)

Members

Current Student Authors:

  • Aaron Jarmusch
  • Aaron Liu
  • Vaidhyanathan Ravichandran
  • Christian Munley
  • Daniel Horta
  • Will Gunter
  • Olive Odida

Contributors:

  • Joel Denny
  • Tobias Burnus
  • Jeff Larkin
  • Mathew Colgrove

Past Authors:

  • Kyle Friedline

(back to top)

Acknowledgments

Special thanks to the following organizations for their support

(back to top)

Publications

All publications relating to OpenAcc Validation Tesuite

(back to top)