After calling minizinc foo.mzn --solver mysolver minizinc leaves some files like
mznfileGGAQWr.fzn
in the /tmp directory of my system in case the run is interrupted (e.g. hitting ctrl+c, memout, etc...).
This can periodically crash our cluster when the /tmp is full.
Could you remove these temporary files in the signal handler ?
Is there an environment variable that you are using to determine the /tmp folder, such that I could change it and delete it from outside ?
After calling
minizinc foo.mzn --solver mysolverminizinc leaves some files likemznfileGGAQWr.fznin the
/tmpdirectory of my system in case the run is interrupted (e.g. hittingctrl+c, memout, etc...).This can periodically crash our cluster when the
/tmpis full.Could you remove these temporary files in the signal handler ?
Is there an environment variable that you are using to determine the
/tmpfolder, such that I could change it and delete it from outside ?