-
Notifications
You must be signed in to change notification settings - Fork 28
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
Some Bots benchmarks are not working #28
Comments
Thanks for reporting these bugs, could you create folders with self-contained version of the benchmarks following the models present here to have an easy way of reproducing the issues? |
Could you double check |
Strange, I've checked on my personal laptop just before making the pull request and it wasn't working. |
After testing on a Grid5000 machine, I can indeed see the issue:
|
I noticed that there are Bots benchmarks that are not working with Hermitux.
The following programs are executed on a nova node of g5k. I have no difficulty running other benchs on this node.
Here they are :
strassen.omp-tasks
I think the latest bug fixes in Hermitux may have created bugs for this bench. Before the bug fixes, I was able to execute strassen with a n parameter equals to the value of 1024. But now, even with this value I'm not able to run it.
Here is the error shown by the program :
Here is the last lines of the kernel logs :
alignment.for-omp-tasks
This one never worked with Hermitux. Here is the error shown :
Here are the last lines of the kernel logs :
uts.omp-tasks
I started executing this bench only a few days ago, and I noticed I doesn't work too. This one is known for using a high number of tasks, I don't know if it is helpful. It can be important, because the crash seems to be located in OpenMP's functions.
The following is obtained for an execution with
OMP_NUM_THREADS=1
andHERMIT_CPUS=1
Here are the last lines of the kernel logs :
Providing the benchs
I'd like to give you the executable that are crashing, so that you can reproduce the errors, how should I proceed ?
The text was updated successfully, but these errors were encountered: