Author Topic: Error running script  (Read 1979 times)

0 Members and 1 Guest are viewing this topic.

Offline ams_nanolab

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 389
  • Country: in
  • Reputation: 11
    • View Profile
Error running script
« on: August 30, 2016, 14:42 »
I have some scripts which I have written in VNL -GUI 2016, but while running them in ATK 2015.1 we get the error


+------------------------------------------------------------------------------+
|                                                                              |
| Atomistix ToolKit 2015.1 [Build 5b36b25]                                     |
|                                                                              |
+------------------------------------------------------------------------------+
Traceback (most recent call last):
  File "/root/Desktop/analysis.py", line 127, in <module>
    k_point_sampling=k_point_sampling,
  File "./zipdir/NL/Calculators/GenericParameters/NumericalAccuracyParameters.py", line 99, in __init__
  File "./zipdir/NL/Calculators/GenericParameters/NumericalAccuracyParameters.py", line 276, in setAndCheckKPointSampling
NL.ComputerScienceUtilities.Exceptions.NLValueError: The parameter k_point_sampling, must be a sequence of three positive integers - e.g. (3,2,7)
Traceback (most recent call last):
  File "/root/Desktop/analysis.py", line 127, in <module>
    k_point_sampling=k_point_sampling,
  File "./zipdir/NL/Calculators/GenericParameters/NumericalAccuracyParameters.py", line 99, in __init__
  File "./zipdir/NL/Calculators/GenericParameters/NumericalAccuracyParameters.py", line 276, in setAndCheckKPointSampling
NL.ComputerScienceUtilities.Exceptions.NLValueError: The parameter k_point_sampling, must be a sequence of three positive integers - e.g. (3,2,7)

Timing:                          Total     Per Step        %

--------------------------------------------------------------------------------

Loading Modules + MPI   :       4.84 s       4.84 s      93.95% |=============|
--------------------------------------------------------------------------------
Total                   :       5.15 s

===================================================================================
=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
=   PID 6515 RUNNING AT localhost.localdomain
=   EXIT CODE: 1
=   CLEANING UP REMAINING PROCESSES
=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5423
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Error running script
« Reply #1 on: August 30, 2016, 15:03 »
I have some scripts which I have written in VNL -GUI 2016, but while running them in ATK 2015.1 ...

That does not work. If you make it in VNL 2016, you must run it with ATK 2016.

Offline ams_nanolab

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 389
  • Country: in
  • Reputation: 11
    • View Profile
Re: Error running script
« Reply #2 on: August 31, 2016, 10:30 »
Okay, I thought so. Thanks for the tip.