I'm using mlxu (0.1.10) and noticed that it creates temporary files under /tmp/mlxu. The problem with the current framework is that, if multiple people are using the system and running experiments using mlxu, the mlxu folder in temp in /tmp/ is created with write permissions only for whoever first created the folder. Is there a way to get around this? Perhaps by setting an environment variable that puts those folders elsewhere?
I would suggest in the future making the temp folder /tmp/mlxu_<uid>/ for example to avoid this problem.
I'm using
mlxu(0.1.10) and noticed that it creates temporary files under/tmp/mlxu. The problem with the current framework is that, if multiple people are using the system and running experiments usingmlxu, themlxufolder in temp in/tmp/is created with write permissions only for whoever first created the folder. Is there a way to get around this? Perhaps by setting an environment variable that puts those folders elsewhere?I would suggest in the future making the temp folder
/tmp/mlxu_<uid>/for example to avoid this problem.