Created attachment 1039 [details] Bugfix patch for sh5util --user The option --user of sh5util is currently ignored: sh5util is looking into the sub-directory of the current logged user instead of the sub-directory of the provided user. For example, we would expected sh5utils to look into /path/to/hdf5/dir/username in the following case: [root@mo98 sh5util]$ sh5util --user username -v -j 3090 [...] sh5util: error: Cannot open /path/to/hdf5/dir/root job profile directory: No such file or directory Moreover, wrong usage of the option is causing segmentation faults: $ sh5util -u Segmentation fault $ sh5util -user Segmentation fault Bugfix patch attached. Yoann
Fixed in commit 09fc08085a24949b9. Thanks, David