Author Topic: A demo version 12.8 can run parallel in linux platform  (Read 1502 times)

0 Members and 1 Guest are viewing this topic.

Offline njuxyh

  • QuantumATK Guru
  • ****
  • Posts: 163
  • Reputation: 0
    • View Profile
i download the demo version 12.8 (without trial license)
it can run parallel in  linux platform?

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5423
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: A demo version 12.8 can run parallel in linux platform
« Reply #1 on: May 8, 2013, 14:19 »
Sure. Just run it as
Code
mpiexec -n 16 atkpython script.py > logfile.log
where of course 16 needs to be adjusted to your cluster configuration. Do take care not to assign too many MPI processes to the same node, however. For general tips about running ATK in parallel, see http://quantumwise.com/documents/tutorials/latest/ParallelGuide/