rsarm
Results
2
issues of
rsarm
On lumi the command `sacct -S -P -j -o jobid,state,exitcode,end,nodelist` doesn't always give the complete node list since the beginning of the job. It would print for instance ``` JobID|State|ExitCode|End|NodeList...
bug
prio: normal
I'm trying [this example from the dask-examples repo](https://github.com/dask/dask-examples/blob/main/applications/stencils-with-numba.ipynb). When computing the graph it gives a `PicklingError` ``` _pickle.PicklingError: Can't pickle : it's not the same object as __main__.smooth ``` This...
bug