Unable to make test for Abinit 8.0.6
Posted: Thu Jun 02, 2016 4:59 am
Dear all,
As per title I am unable to make test for the newest Abinit 8.0.6. In the ~abinit/test subdirectory, this is what I get when trying to make some tests:
This used to work for all the previous versions, and there should be no different to the procedure from what I read from newest online installation notes.
Thank you.
As per title I am unable to make test for the newest Abinit 8.0.6. In the ~abinit/test subdirectory, this is what I get when trying to make some tests:
Code: Select all
[sheng@comsics tests]$ ./runtests.py
Traceback (most recent call last):
File "./runtests.py", line 33, in <module>
import tests
File "/home/sheng/Desktop/program/Abinit/abinit-8.0.6/tests/__init__.py", line 792, in <module>
abitests = AbinitTests()
File "/home/sheng/Desktop/program/Abinit/abinit-8.0.6/tests/__init__.py", line 462, in __init__
self._suites[suite_name] = Suite(suite_path)
File "/home/sheng/Desktop/program/Abinit/abinit-8.0.6/tests/__init__.py", line 128, in __init__
module = imp.load_source(module_name, os.path.join(suite_path, "__init__.py") )
IOError: [Errno 2] No such file or directory
Code: Select all
[sheng@comsics tests]$ ./runtests.py fast
Traceback (most recent call last):
File "./runtests.py", line 33, in <module>
import tests
File "/home/sheng/Desktop/program/Abinit/abinit-8.0.6/tests/__init__.py", line 792, in <module>
abitests = AbinitTests()
File "/home/sheng/Desktop/program/Abinit/abinit-8.0.6/tests/__init__.py", line 462, in __init__
self._suites[suite_name] = Suite(suite_path)
File "/home/sheng/Desktop/program/Abinit/abinit-8.0.6/tests/__init__.py", line 128, in __init__
module = imp.load_source(module_name, os.path.join(suite_path, "__init__.py") )
IOError: [Errno 2] No such file or directory
This used to work for all the previous versions, and there should be no different to the procedure from what I read from newest online installation notes.
Thank you.