Changeset 754e14c


Ignore:
Timestamp:
08/26/16 19:22:00 (8 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master, pympi
Children:
72ac664
Parents:
14e73bb
git-author:
Hal Finkel <hfinkel@…> (08/26/16 19:22:00)
git-committer:
Hal Finkel <hfinkel@…> (08/26/16 19:22:00)
Message:

Use -fopenmp with the MPI compiles too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GNUmakefile

    r406b50a r754e14c  
    5252 
    5353MPIDIR = mpi 
    54 MPI_CFLAGS := -g -O3 
     54MPI_CFLAGS := -g -O3 -fopenmp 
    5555MPI_CPPFLAGS := -Ithirdparty/blosc  
    5656 
Note: See TracChangeset for help on using the changeset viewer.