Vasileios Karakasis
Vasileios Karakasis
Hey @brandongc, did you have any progress with this?
Sure! I was just checking in, cos it's an interesting use case.
The reason is that this code predates the `nodelist_abbrev`, so we passed the condensed nodespec to `scontrol` to give us back the list of nodes. Technically, we need the reverse...
The problem is that we peek into the nodelist only once, the first time we get back a non-empty node list by `sacct` or `squeue` as @rsarm has pointed out....
I think that this could be addressed by fixtures, where the creation of the temp directory could be a fixture.
Hi @giordano, indeed the schema is probably too restrictive in that aspect and we should relax it. Beyond that, it is really easy to add a custom launcher with the...
> Adding it to the system configuration file (in Python) is not ok? That seems to work and would let me not touch local installations of reframe (I want to...
I have also been able to define a new launcher in the configuration. So we will relax the configuration schema and add a small tutorial on how to define a...
Hi @stevenvdb, what you propose here makes sense and I don't see for the moment a quick hack around it, because currently ReFrame does a separate log call for each...
@jgphpc Yes, and if you want the references, you can use `%(check_reference)s` in your format specification.