OSX: change omp default True gor gcc-4.6.1 only atm

This commit is contained in:
Jens Verwiebe 2011-09-28 17:21:08 +00:00
parent 416885aad4
commit eb2c89ab87

@ -91,7 +91,7 @@ LIBDIR = '${LCGDIR}'
#############################################################################
#Defaults openMP to true if compiler handles it
if CC == 'gcc-4.2' or CC == 'llvm-gcc-4.2':
if CC.endswith('4.6.1'):
WITH_BF_OPENMP = True # multithreading for fluids, cloth and smoke
else:
WITH_BF_OPENMP = False