question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issues with is_openeye_installed on ORNL Titan

See original GitHub issue

utils.is_openeye_installed('oeomega') fails on ORNL Titan with miniconda Python 3.6 because module = importlib.import_module('openeye', tool) succeeds, but does not return the correct submodule openeye.oeomega. The alternative syntax module = importlib.import_module(‘openeye.’ + tool) works, however. Can we simply use this other syntax by default?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Lnadencommented, Apr 9, 2018

If it fixes the issue, its fine. I think we should make sure this works on Py27, 35 and 36. I’m not sure if this function is tested on all of them though.

0reactions
Lnadencommented, Apr 9, 2018

Oh right, I got my package dependencies crossed with openmmtools/openmoltools. Py35 and 36 only!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Big Iron Afterlife: How ORNL's Titan Supercomputer ... - OLCF
When the Cray XK7 Titan supercomputer was finally decommissioned on August 1 after 7 years of faithful service, it had successfully executed ...
Read more >
Solder Problems Trip Up Titan Supercomputer, Delay Final ...
The Titan supercomputer buildout at Oak Ridge National Laboratory was ... working to repair the damaged cabinets and the Titan team at ORNL....
Read more >
Ornl Debuts Titan Supercomputer - Communications of the ACM
Titan, which is supported by the Department of Energy, will provide unprecedented computing power for research in energy, climate change, ...
Read more >
Titan repairs complete, ORNL preparing for second round of ...
Connectors in the Titan supercomputer at Oak Ridge National Laboratory have been repaired, and the world's fastest machine is being prepared ...
Read more >
Researchers use Titan to accelerate design, training of deep ...
ORNL's Steven Young (left) and Travis Johnston used Titan to prove ... and apply it to some of today's most challenging science problems....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found