-
Notifications
You must be signed in to change notification settings - Fork 0
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 shell and slurm scheduler report crashes #13
Conversation
…ne by send_report.py that is run after the test (even if it segfaults)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, j'ai fais le tour avec qq suggestions pour la doc et dans le code. Je pense que j'ai a peu près compris les idées, l'implémentation est pas évidente car beaucoup de concept et de framework utilisés (MPI, pytest, sockets, slurm, filesystem ...) mais le code est plutot lisible donc bien joué, ça devait pas être évident de rendre ça lisible.
Quelques notes générales :
- Je pense qu'on pourrait enlever la dépendance à numpy, c'est utilisé à deux endroits dont 1 assert
- Est ce que le choix du scheduler seq. par défaut est vraiement pertinent ? Puisqu'il est la seulement pour débuger, il faudrait peut etre mettre le statique à la place non ?
- Est ce qu'on incrémente le num de version suite à ce dev?
9388648
to
f7e07f5
Compare
tracepath utility does not have a '-4' option on older versions, so remove it since it is the default anyway
f7e07f5
to
af20e5f
Compare
b804732
to
fd89241
Compare
ef54118
to
4508055
Compare
Thanks for the review. I think I took into account all the suggestions. The only thing that I currently can't change is the default scheduler. The |
4508055
to
f47726d
Compare
Actually contains:
Solves shell scheduler : need to report when test crash #11