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.
This is a resolved issue.
OS: CentOS 6.5 (Old. many softwares are updated including gcc) Python: 2.7.13 (Anaconda)
Solution: add
export OMP_DYNAMIC=FALSE
to environment profile.