Changeset 33969b6 in sasmodels
- Timestamp:
- Apr 27, 2018 6:06:15 PM (7 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- aa25fc7, 38935ec, 1662ebe, c11d09f, 1198f90, 84e89cd, 02490b3, ff18db1
- Parents:
- d533590
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/kerneldll.py
rbf94e6e r33969b6 123 123 # add openmp support if not running on a mac 124 124 if sys.platform != "darwin": 125 CC.append("-fopenmp") 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 126 129 def compile_command(source, output): 127 130 """unix compiler command"""
Note: See TracChangeset
for help on using the changeset viewer.