Changeset 336
- Timestamp:
- Jul 8, 2011 8:21:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r335 r336 21 21 import wx 22 22 import matplotlib as mpl 23 import mkl24 23 25 24 # load the GSAS routines … … 42 41 print "scipy: ",sp.__version__ 43 42 print "OpenGL: ",ogl.__version__ 44 print "Max threads ",mkl.get_max_threads() 45 43 try: 44 import mkl 45 print "Max threads ",mkl.get_max_threads() 46 except: 47 print "MKL module not present" 46 48 __version__ = '0.1.5' 47 49
Note: See TracChangeset
for help on using the changeset viewer.