Dear Anubhav,
After the maintenance, I was getting occasional errors and fizzled runs, mostly with compounds
with higher number of atoms. So I decided to reinstall a fresh copy on Carver, which appears to have
some issues. The installation worked fine and I could successfully activate the environment, but
submitting jobs doesn't go through with the following errors.
------------------------------------------------------------------------------------------
(virtenv_hark_vasp)-bash-3.2$ go_testing --clear
hark_vasp environment
2015-04-11 03:51:32,899 DEBUG RESTARTED fw_id, launch_id to (1, 1)
2015-04-11 03:51:32,899 INFO Performing db tune-up
2015-04-11 03:51:32,900 DEBUG Updating indices...
2015-04-11 03:51:32,911 INFO LaunchPad was RESET.
Traceback (most recent call last):
File "/global/u1/h/harklee/hark_vasp/virtenv_hark_vasp/bin/go_testing", line 7, in <module>
execfile(__file__)
File "/global/u1/h/harklee/hark_vasp/codes/MPWorks/scripts/go_testing", line 4, in <module>
go_testing()
File "/global/u1/h/harklee/hark_vasp/codes/MPWorks/mpworks/scripts/submit_canonical_run.py", line 41, in go_testing
clear_and_submit(args.clear, names, params)
File "/global/u1/h/harklee/hark_vasp/codes/MPWorks/mpworks/processors/submit_canonical.py", line 77, in clear_and_submit
clear_env()
File "/global/u1/h/harklee/hark_vasp/codes/MPWorks/mpworks/processors/submit_canonical.py", line 33, in clear_env
conn = MongoClient(db_creds['host'], db_creds['port'])
File "/global/u1/h/harklee/hark_vasp/virtenv_hark_vasp/lib/python2.7/site-packages/pymongo-3.0-py2.7-linux-x86_64.egg/pymongo/mongo_client.py", line 364, in __init__
executor.open()
File "/global/u1/h/harklee/hark_vasp/virtenv_hark_vasp/lib/python2.7/site-packages/pymongo-3.0-py2.7-linux-x86_64.egg/pymongo/periodic_executor.py", line 64, in open
thread.start()
File "/usr/common/usg/python/2.7.3/lib/python2.7/threading.py", line 494, in start
_start_new_thread(self.__bootstrap, ())
thread.error: can't start new thread
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/common/usg/python/2.7.3/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/global/u1/h/harklee/hark_vasp/virtenv_hark_vasp/lib/python2.7/site-packages/pymongo-3.0-py2.7-linux-x86_64.egg/pymongo/periodic_executor.py", line 139, in _shutdown_executors
executor.join(10)
File "/global/u1/h/harklee/hark_vasp/virtenv_hark_vasp/lib/python2.7/site-packages/pymongo-3.0-py2.7-linux-x86_64.egg/pymongo/periodic_executor.py", line 80, in join
self._thread.join(timeout)
File "/usr/common/usg/python/2.7.3/lib/python2.7/threading.py", line 652, in join
raise RuntimeError("cannot join thread before it is started")
RuntimeError: cannot join thread before it is started
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/common/usg/python/2.7.3/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/global/u1/h/harklee/hark_vasp/virtenv_hark_vasp/lib/python2.7/site-packages/pymongo-3.0-py2.7-linux-x86_64.egg/pymongo/periodic_executor.py", line 139, in _shutdown_executors
executor.join(10)
File "/global/u1/h/harklee/hark_vasp/virtenv_hark_vasp/lib/python2.7/site-packages/pymongo-3.0-py2.7-linux-x86_64.egg/pymongo/periodic_executor.py", line 80, in join
self._thread.join(timeout)
File "/usr/common/usg/python/2.7.3/lib/python2.7/threading.py", line 652, in join
raise RuntimeError("cannot join thread before it is started")
RuntimeError: cannot join thread before it is started
------------------------------------------------------------------------------------------
I also tried installing on Hopper, and it also seems to have issues.
------------------------------------------------------------------------------------------
(virtenv_hark_vasp)harklee@hopper06:~> go_testing --clear
hark_vasp environment
2015-04-11 04:33:34,467 DEBUG RESTARTED fw_id, launch_id to (1, 1)
2015-04-11 04:33:34,468 INFO Performing db tune-up
2015-04-11 04:33:34,469 DEBUG Updating indices...
2015-04-11 04:33:34,501 INFO LaunchPad was RESET.
Traceback (most recent call last):
File "/global/u1/h/harklee/hark_vasp/virtenv_hark_vasp/bin/go_testing", line 6, in <module>
exec(compile(open(__file__).read(), __file__, 'exec'))
File "/global/u1/h/harklee/hark_vasp/codes/MPWorks/scripts/go_testing", line 4, in <module>
go_testing()
File "/global/u1/h/harklee/hark_vasp/codes/MPWorks/mpworks/scripts/submit_canonical_run.py", line 41, in go_testing
clear_and_submit(args.clear, names, params)
File "/global/u1/h/harklee/hark_vasp/codes/MPWorks/mpworks/processors/submit_canonical.py", line 78, in clear_and_submit
submit_tests(names=names, params=params)
File "/global/u1/h/harklee/hark_vasp/codes/MPWorks/mpworks/processors/submit_canonical.py", line 64, in submit_tests
sid = mpr.get_materials_id_from_task_id("mp-{}".format(sid))
File "/global/u1/h/harklee/hark_vasp/codes/pymatgen/pymatgen/matproj/rest.py", line 158, in get_materials_id_from_task_id
return self._make_request("/materials/mid_from_tid/%s" % task_id)
File "/global/u1/h/harklee/hark_vasp/codes/pymatgen/pymatgen/matproj/rest.py", line 145, in _make_request
raise MPRestError(msg)
pymatgen.matproj.rest.MPRestError: [SSL: TLSV1_UNRECOGNIZED_NAME] unknown error (_ssl.c:581)
------------------------------------------------------------------------------------------
(virtenv_hark_vasp)harklee@hopper06:~/vw/bi> go_submissions
hark_vasp environment
Traceback (most recent call last):
File "/global/u1/h/harklee/hark_vasp/virtenv_hark_vasp/bin/go_submissions", line 6, in <module>
exec(compile(open(__file__).read(), __file__, 'exec'))
File "/global/u1/h/harklee/hark_vasp/codes/MPWorks/scripts/go_submissions", line 1, in <module>
from mpworks.scripts.submissions_run import go_submissions
File "/global/u1/h/harklee/hark_vasp/codes/MPWorks/mpworks/scripts/submissions_run.py", line 1, in <module>
from mpworks.processors.process_submissions import SubmissionProcessor
File "/global/u1/h/harklee/hark_vasp/codes/MPWorks/mpworks/processors/process_submissions.py", line 6, in <module>
from mpworks.workflows.snl_to_wf import snl_to_wf
File "/global/u1/h/harklee/hark_vasp/codes/MPWorks/mpworks/workflows/snl_to_wf.py", line 5, in <module>
from mpworks.firetasks.controller_tasks import AddEStructureTask
File "/global/u1/h/harklee/hark_vasp/codes/MPWorks/mpworks/firetasks/controller_tasks.py", line 6, in <module>
from mpworks.firetasks.boltztrap_tasks import BoltztrapRunTask
File "/global/u1/h/harklee/hark_vasp/codes/MPWorks/mpworks/firetasks/boltztrap_tasks.py", line 16, in <module>
from mpcollab.thermoelectrics.boltztrap_TE import BoltztrapAnalyzerTE, BoltzSPB
ImportError: No module named mpcollab.thermoelectrics.boltztrap_TE
------------------------------------------------------------------------------------------
I am not sure if there is anything I am missing. I just hope that this is some silly mistake I made
and specific to my account.
Any suggestions what I could try next?
Thank you.
Best,
Hark