You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to set up the computational resources between VASP and OQMD.
I use SGE, not PBS in my cluster, so I modified hosts.yml, users.yml, allocations.yml, projects.yml, and q files according to the tutorials.
However, sync_resources() causes unknown NameError.
I would be appreciated if you know any solution of this problem.
`>>> from qmpy import *
sync_resources()
Traceback (most recent call last):
File "", line 1, in
File "/home/shkwon/anaconda3/envs/oqmd/lib/python3.8/site-packages/qmpy/init.py", line 229, in sync_resources
for host, data in list(hosts.items()):
NameError: name 'hosts' is not defined
`
The text was updated successfully, but these errors were encountered:
I tried to set up the computational resources between VASP and OQMD.
I use SGE, not PBS in my cluster, so I modified hosts.yml, users.yml, allocations.yml, projects.yml, and q files according to the tutorials.
However, sync_resources() causes unknown NameError.
I would be appreciated if you know any solution of this problem.
`>>> from qmpy import *
The text was updated successfully, but these errors were encountered: