Author Topic: Writing to scratch directory, not to tmp.  (Read 1878 times)

0 Members and 1 Guest are viewing this topic.

Offline Dmitry

  • Regular QuantumATK user
  • **
  • Posts: 6
  • Country: ru
  • Reputation: 0
    • View Profile
Writing to scratch directory, not to tmp.
« 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

Offline Nordland

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 812
  • Reputation: 18
    • View Profile
Re: Writing to scratch directory, not to tmp.
« Reply #1 on: July 9, 2012, 15:56 »
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

Offline Dmitry

  • Regular QuantumATK user
  • **
  • Posts: 6
  • Country: ru
  • Reputation: 0
    • View Profile
Re: Writing to scratch directory, not to tmp.
« Reply #2 on: July 12, 2012, 13:43 »
Thank you very much.