Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync_resources() causes NameError #148

Open
shkwon-git opened this issue Sep 26, 2024 · 0 comments
Open

sync_resources() causes NameError #148

shkwon-git opened this issue Sep 26, 2024 · 0 comments

Comments

@shkwon-git
Copy link

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
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant