CNS-OIST / STEPS

Public release repository for STochastic Engine of Pathway Simulation (STEPS)
http://steps.sourceforge.net
Other
38 stars 10 forks source link

libgomp: Invalid value for environment variable OMP_DYNAMIC #10

Closed WeiliangChenOIST closed 7 years ago

WeiliangChenOIST commented 7 years ago

This is a resolved issue.

OS: CentOS 6.5 (Old. many softwares are updated including gcc) Python: 2.7.13 (Anaconda)

Python 2.7.13 |Continuum Analytics, Inc.| (default, Dec 20 2016, 23:09:15) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
>>> import steps

libgomp: Invalid value for environment variable OMP_DYNAMIC
>>> 

Solution: add export OMP_DYNAMIC=FALSE to environment profile.