QuantumATK Forum
QuantumATK => General Questions and Answers => Topic started by: Dmitry on July 9, 2012, 15:44
-
I work on cluster. How to make ATK write to scratch direcrory, that I create. Now ATK try to write in ./tmp
-
It is only the check-point file that writes to tmp.
If you want it to write else where you need to give the path to it using:
http://www.quantumwise.com/documents/manuals/latest/ReferenceManual/index.html/ref.checkpointhandler.html
or disabling it using the NoCheckpointHandler
-
Thank you very much.