QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: njuxyh on May 8, 2013, 13:53

Title: A demo version 12.8 can run parallel in linux platform
Post by: njuxyh on May 8, 2013, 13:53
i download the demo version 12.8 (without trial license)
it can run parallel in  linux platform?
Title: Re: A demo version 12.8 can run parallel in linux platform
Post by: Anders Blom 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/