Changeset 216a9e1 in sasmodels for sasmodels/dll.py


Ignore:
Timestamp:
Dec 3, 2014 11:38:49 AM (9 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
8fc26f8
Parents:
31819c5
Message:

batch generate random old/new comparisons across all models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/dll.py

    r5d4777d r216a9e1  
    1414# Compiler platform details 
    1515if sys.platform == 'darwin': 
    16     COMPILE = "gcc-mp-4.7 -shared -fPIC -std=c99 -fopenmp -O2 -Wall %s -o %s -lm -lgomp" 
     16    #COMPILE = "gcc-mp-4.7 -shared -fPIC -std=c99 -fopenmp -O2 -Wall %s -o %s -lm -lgomp" 
     17    COMPILE = "gcc -shared -fPIC -std=c99 -O2 -Wall %s -o %s -lm" 
    1718elif os.name == 'nt': 
    1819    COMPILE = "gcc -shared -fPIC -std=c99 -fopenmp -O2 -Wall %s -o %s -lm" 
Note: See TracChangeset for help on using the changeset viewer.