QuantumATK Forum
QuantumATK => General Questions and Answers => Topic started by: qiuming on February 26, 2011, 16:18
-
recently, I met some strange problems with winxp and vnl0802.
First, I used the nanolanguage scripter to get some *.py files and dragged them to the jop manager. Some files can run to get results, but others always quit with the
"traceback (most recent call last)
file" c:/docume~1/adm~1/locals~1/temp/tmpsf_jjg.nl", line 289,in?
green_function_infinitesimal=1.0e-5*electonVolt
ATKError:Unknown ATK C++ exception
Terminated Abnormally"
I don't how to do.Sometimes, I got the same Py file from the scripter and ran again. It can be converged. but sometimes it can't...
That's so confused....
please help me.
-
To reproduce the error and find out the reason, we need your script files. Usually, it is difficult to give you very useful information by only taking look at your error message.
"Sometimes, I got the same Py file from the scripter and ran again. It can be converged. but sometimes it can't"
In such Py file, is there any lines related to read the old "nc" file?
-
Actually, I have checked the py files for times and times, and just trust me. I have never met problems like this. I have produced many script files before.
-
If this is the case, the cause of the error is most likely either a problem in ATK, or your system is very large and you run out of memory. In either case, the solution is to upgrade to a later version of ATK; version 2008.02 is 3 years old and no longer supported in any way.
-
Thanks for your considerations.
I will check the memory.For I reinstall the system and the error comes to
number_of_points =200
ATKError:Unknown ATK C++ exception
I increased the number of points in current calculation. In some files, it can converge with this setup and no error is in the script.
By the way, I have changed to 0810.
But I never met this error before.
-
After several days test, I found the reason may be the momery. So it is the hardware problems.
Thanks for all of you.