--
You received this message because you are subscribed to the Google Groups "cp2k" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cp2k+uns...@googlegroups.com.
To post to this group, send email to cp...@googlegroups.com.
Visit this group at http://groups.google.com/group/cp2k.
For more options, visit https://groups.google.com/d/optout.
$python
Python 2.6.6 (r266:84292, May 22 2015, 08:34:51)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-15)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from ase.calculators.cp2k import CP2K
>>> from ase.structure import molecule
>>> CP2K.command="env OMP_NUM_THREADS=1 /usr/local/openmpi-1.8.4-gnu/bin/mpirun -n 24 cp2k_shell.popt"
>>> calc = CP2K()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.6/site-packages/ase/calculators/cp2k.py", line 183, in __init__
assert self._recv() == '* READY'
AssertionError
#Now with debug=True
>>> calc = CP2K(debug=True)
env OMP_NUM_THREADS=1 /usr/local/openmpi-1.8.4-gnu/bin/mpirun -n 24 cp2k_shell.popt
Received: * READY
Sending: VERSION
Received: * ERROR unknown command VERSION
Received: * ERROR, type HELP for help
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.6/site-packages/ase/calculators/cp2k.py", line 183, in __init__
assert self._recv() == '* READY'
AssertionError
>>>
I am using CP2K 2.6. Is that too old and not supported?
You received this message because you are subscribed to a topic in the Google Groups "cp2k" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cp2k/t-88ZILx4lk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cp2k+uns...@googlegroups.com.
To post to this group, send email to cp...@googlegroups.com.
Visit this group at https://groups.google.com/group/cp2k.
For more options, visit https://groups.google.com/d/optout.