Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
bb628e2e
Commit
bb628e2e
authored
Dec 30, 2013
by
Robert McGibbon
Browse files
Reset the dlopen flags
parent
a99915ba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
wrappers/python/simtk/openmm/__init__.py
wrappers/python/simtk/openmm/__init__.py
+4
-0
No files found.
wrappers/python/simtk/openmm/__init__.py
View file @
bb628e2e
...
...
@@ -40,3 +40,7 @@ if os.getenv('OPENMM_PLUGIN_DIR') is None and os.path.isdir(version.openmm_libra
else
:
pluginLoadedLibNames
=
Platform
.
loadPluginsFromDirectory
(
Platform
.
getDefaultPluginsDirectory
())
__version__
=
Platform
.
getOpenMMVersion
()
if
sys
.
platform
not
in
[
'win32'
,
'darwin'
]:
# rset the dlopen flags on linux
sys
.
setdlopenflags
(
flags
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment