Author Topic: Batch Queue  (Read 4165 times)

0 Members and 1 Guest are viewing this topic.

Offline ramkrishna

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 253
  • Country: us
  • Reputation: 5
    • View Profile
Batch Queue
« on: November 15, 2013, 19:12 »
Dear Sir,
     Is it possible to run a ATK job in Batch Queue in Clusters?? If so, then please let me know how to do that ??

Thanks
Ramkrishna


 

Offline Nordland

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 812
  • Reputation: 18
    • View Profile
Re: Batch Queue
« Reply #1 on: November 15, 2013, 20:21 »
Yes it is.

What cluster queue system do you have?

Offline ramkrishna

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 253
  • Country: us
  • Reputation: 5
    • View Profile
Re: Batch Queue
« Reply #2 on: November 15, 2013, 21:44 »
The cluster queue system is pbs moab.

Thanks
Ramkrishna

Offline ramkrishna

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 253
  • Country: us
  • Reputation: 5
    • View Profile
Re: Batch Queue
« Reply #3 on: November 18, 2013, 17:57 »
Dear Sir,
     It will be very much helpful, if you let me know, how to set up the batch queue.

Thanks
Ramkrishna

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5576
  • Country: dk
  • Reputation: 96
    • View Profile
    • QuantumATK at Synopsys
Re: Batch Queue
« Reply #4 on: November 19, 2013, 11:18 »
This is not really an ATK question. To run ATK in parallel via a queue, all you need is to write

mpiexec -n 4 atkpython script.py

or similar at the end of your PBS script. Setting up the whole PBS system, however, is a sysadm task, and you can find instructions about it all over the internet.

For some further tips, see http://quantumwise.com/documents/tutorials/latest/ParallelGuide/index.html/

Offline ramkrishna

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 253
  • Country: us
  • Reputation: 5
    • View Profile
Re: Batch Queue
« Reply #5 on: December 6, 2013, 20:39 »
Dear Sir,
      I was looking for the possibility of using MPI in the link as you have given earlier. It is mentioned that  "To parallelize an ATK calculation over the cores of a dual- or quad-core computer using OpenMP requires no additional licenses. Using MPI, on the other hand, does." Currently we have a active master- slave license, so will that be sufficient to run MPI or is there any separate license for MPI that we have to purchase??

Thanks
Ramkrishna 

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5576
  • Country: dk
  • Reputation: 96
    • View Profile
    • QuantumATK at Synopsys
Re: Batch Queue
« Reply #6 on: December 6, 2013, 22:46 »
The ATKSlave features are what you need to run in MPI.