Changeset 2c47b73 for GNUmakefile


Ignore:
Timestamp:
06/15/18 15:41:53 (6 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master, pympi
Children:
eeacdad
Parents:
6461f57
git-author:
Hal Finkel <hfinkel@…> (06/15/18 15:41:53)
git-committer:
Hal Finkel <hfinkel@…> (06/15/18 15:41:53)
Message:

more work on adding SZ (latest version)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GNUmakefile

    r6461f57 r2c47b73  
    6464 
    6565FEDIR = frontend 
    66 FE_CFLAGS := -g -fPIC -O3 -fopenmp 
     66FE_CFLAGS := -g -fPIC -O3 -fopenmp -std=gnu99 
    6767FE_CPPFLAGS := $(BASE_CPPFLAGS) -Ithirdparty/sqlite -DGENERICIO_NO_MPI 
    6868 
    6969MPIDIR = mpi 
    70 MPI_CFLAGS := -g -O3 -fopenmp 
     70MPI_CFLAGS := -g -O3 -fopenmp -std=gnu99 
    7171MPI_CPPFLAGS := $(BASE_CPPFLAGS) 
    7272 
     
    170170        thirdparty/SZ/sz/src/sz_double_pwr.o \ 
    171171        thirdparty/SZ/sz/src/szd_float_pwr.o \ 
    172         thirdparty/SZ/sz/src/szd_double_pwr.o 
     172        thirdparty/SZ/sz/src/szd_double_pwr.o \ 
     173        thirdparty/SZ/sz/src/sz_double_ts.o \ 
     174        thirdparty/SZ/sz/src/sz_float_ts.o \ 
     175        thirdparty/SZ/sz/src/szd_double_ts.o \ 
     176        thirdparty/SZ/sz/src/szd_float_ts.o 
    173177 
    174178FE_BLOSC_O := $(addprefix $(FEDIR)/,$(BLOSC_O)) 
Note: See TracChangeset for help on using the changeset viewer.