Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make a new release by the end of summer #27

Closed
chunhualiao opened this issue Jun 11, 2020 · 4 comments
Closed

make a new release by the end of summer #27

chunhualiao opened this issue Jun 11, 2020 · 4 comments
Assignees

Comments

@chunhualiao
Copy link
Collaborator

chunhualiao commented Jun 11, 2020

The new release should contain:

  • Fortran tests
  • OpenMP 5.0 tests
  • New tests from benchmarks and literatures
  • support customized file lists to define which programs to run
  • updated dashboard showing the state-of-art of available tools
@jprotze
Copy link
Contributor

jprotze commented Jul 17, 2020

To compile the fortran tests with llvm/Archer (i.e., llvm >10):

gfortran -fopenmp -lomp -fsanitize=thread app.f

or

gfortran -fopenmp -c -fsanitize=thread app.f
clang -fopenmp -fsanitize=thread --gcc-toolchain=$(dirname $(dirname $(which gfortran))) -lgfortran app.o

The first version uses GNU/TSan (dynamic library), the second version uses LLVM/TSan (static library) for the race detection

@chunhualiao
Copy link
Collaborator Author

chunhualiao commented Aug 19, 2020

@xintin Please add user guide (possibly based on the paper's appendix) and make a new release v 1.3.0 .
User guide should to put into https://github.com/LLNL/dataracebench/wiki/User-Guide

@chunhualiao
Copy link
Collaborator Author

Please draft the new release https://github.com/LLNL/dataracebench/releases , listing all major improvements since the last release.

@xintin xintin closed this as completed Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants