Author Topic: Parallelization with Trial license  (Read 2918 times)

0 Members and 1 Guest are viewing this topic.

Offline DSarkar

  • Regular QuantumATK user
  • **
  • Posts: 22
  • Country: us
  • Reputation: 0
    • View Profile
Parallelization with Trial license
« on: March 21, 2016, 04:35 »
Hi,

I am trying to parallelize an MD simulation with a Trial license on our cluster, and am facing the error message "No access to tty". What should I append in my job submission script that you feel would help alleviate this?

Regards,

Debarghya

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Re: Parallelization with Trial license
« Reply #1 on: March 22, 2016, 15:56 »
Looks like you are trying to execute "vnl" instead of "atkpython". That instructs the cluster to try to open a graphical environment, which leads to the TTY-related error. Line 26 should invoke ATK instead of VNL.