CoBrALab / qbatch

The Unlicense
27 stars 13 forks source link

Add TMPDIR and TMP to environment filters #139

Closed gdevenyi closed 6 years ago

gdevenyi commented 7 years ago

Through some randomness my workstation got libpam-tmpdir installed, which sets a per-user temp on login.

Jobs were getting submitted and inheriting these environment vars, causing mktemp to fail since the PAM created dir wasn't available on the compute nodes.

gdevenyi commented 6 years ago

Fixed