hpcugent / vsc-mympirun

mympirun is a tool to facilitate running MPI programs on an HPC cluster
GNU General Public License v2.0
6 stars 9 forks source link

mympirun leaves behind empty directories #151

Closed hajgato closed 3 years ago

hajgato commented 5 years ago

I am using vsc-mympirun/4.1.6 and it leaves behind empty .mympirun_<RANDOM> in my home directories.

boegel commented 3 years ago

Cleanup is happening, but only of a subdirectory:

2021-06-30 14:58:26,789 DEBUG      mympirun.Coupler_IntelMPI2019_Local MainThread  cleanup: removed mympirundir /user/gent/400/vsc40023/.mympirun_8wigp1/SCHED_Coupler_IntelMPI2019_Local2021063014582551009_20210630_145825

So the empty /user/gent/400/vsc40023/.mympirun_8wigp1/ is left in place. I'll look into a fix.