Ignore:
Timestamp:
Aug 24, 2009, 1:11:00 PM (15 years ago)
Author:
buchmann
Message:

Add:

  • openmp support:
    • add flags to test_regression makefile
    • configure.ac now checks for openmp
    • Makefile.am add openmp flags
    • a new testbench to check benefits due to openmp
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/test_regression/env.mk

    r27 r41  
    3333CFLAGS      = $(PROF) $(DEBUG) $(OPT) \
    3434              -Wall \
     35              -fopenmp \
    3536              -UENABLE_TRACE -UENABLE_PAT -I. \
    3637              ${ENDIANESS_FLAG}
    3738
    38 LFLAGS      = $(PROF) $(BFD_LIBERTY) -ldl
     39LFLAGS      = $(PROF) $(BFD_LIBERTY) -ldl -fopenmp
    3940
    4041CFLAGS_SYSTEMC    = $(CFLAGS) \
Note: See TracChangeset for help on using the changeset viewer.