1
General Questions and Answers / Wrong GGA-NCPP of Ga
« on: September 7, 2010, 16:42 »
I find the NCPP in file GA.GGAPBE.ZIP is LDA-type, not GGA-type.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
from ATK.MPI import *
if processIsMaster():
print '# Master node'
else:
print '# Slave node'
+------------------------------------------------------------------------------+
| |
| Atomistix ToolKit 10.8.0 |
| |
+------------------------------------------------------------------------------+
Traceback (most recent call last):
File "test.py", line 1, in <module>
from ATK.MPI import *
ImportError: No module named ATK.MPI
+------------------------------------------------------------------------------+
| |
| Atomistix ToolKit 10.8.0 |
| |
+------------------------------------------------------------------------------+
Traceback (most recent call last):
File "test.py", line 1, in <module>
from ATK.MPI import *
ImportError: No module named ATK.MPI
[root@node1 ~]# mpiexec -n 2 atkpython test_mpi.py
[root@node1 ~]# MKL_NUM_THREADS=2 MKL_DYNAMIC=FALSE atkpython test_mpi.py