You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see four test modules are given in the paper, but there are only three test modules in the repository,The potrf module is missing from the repository。
When I compile this repository, execute the command “python3 run_benchmarks.py -all”, the program cannot be run, showing that the potrf module is missing. How should I solve this problem ?
The text was updated successfully, but these errors were encountered:
Hi
Thanks for the comment. I just updated the script. For the time being, I only enabled the dft benchmark. I will enable the others later this week. In addition to the dependencies listed in the README, mpfi is also needed for the benchmarks. You can get it from https://gitlab.inria.fr/mpfi/mpfi
You can run the dft benchmarks using:
python3 run_benchmarks.py -dft
The text was updated successfully, but these errors were encountered: