Changes in / [c64a68e:b343226] in sasmodels


Ignore:
Location:
sasmodels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kerneldll.py

    r33969b6 rbf94e6e  
    123123    # add openmp support if not running on a mac 
    124124    if sys.platform != "darwin": 
    125         # OpenMP seems to be broken on gcc 5.4.0 (ubuntu 16.04.9) 
    126         # Shut it off for all unix until we can investigate. 
    127         #CC.append("-fopenmp") 
    128         pass 
     125        CC.append("-fopenmp") 
    129126    def compile_command(source, output): 
    130127        """unix compiler command""" 
  • sasmodels/sasview_model.py

    rd533590 r7c3fb15  
    686686        self._intermediate_results = getattr(calculator, 'results', None) 
    687687        calculator.release() 
    688         #self._model.release() 
     688        self._model.release() 
    689689        return result 
    690690 
Note: See TracChangeset for help on using the changeset viewer.