Changeset 38 for sources/src/internal.h


Ignore:
Timestamp:
Jul 21, 2009, 3:28:11 PM (15 years ago)
Author:
buchmann
Message:

Now detects if SystemCASS correctly handles runtime compilation with the current architecture. SystemCASS exits if runtime compilation is not supported. Use --nodynamiclink options if it exits. This may occur on 64 bits machines.

Usage help is more readable.

Code cleanup.

Add some code for the coming soon openMP feature.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/internal.h

    r12 r38  
    5858extern int         scheduling_method;
    5959extern bool        use_port_dependency;
     60extern bool        use_openmp;
    6061
    6162#define NO_SCHEDULING          0
Note: See TracChangeset for help on using the changeset viewer.