Skip to content

Commit

Permalink
more changes in config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jan 9, 2024
1 parent f0dbc21 commit c0b6481
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wgrib2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
#define USE_NAMES NCEP
//#define USE_UDF
#define IPOLATES_LIB "ip2lib_d"
#define USE_IPOLATES 3
#define USE_OPENMP
#define USE_IPOLATES 0
//#define USE_OPENMP
#define MAKE_SHARED_LIB
#define CPPFLAGS "-march=native -mtune=native -I/cpc/home/wd51we/grib2/include -Wall -Wmissing-prototypes -Wold-style-definition -Werror=format-security -O3 -DGFORTRAN -fopenmp -fPIC -g"
#define FFLAGS "-march=native -mtune=native -c -O3 -fopenmp -fPIC -g"
//#define USE_G2CLIB
#define USE_PROJ4
//#define USE_PROJ4
#define USE_JASPER
//#define USE_AEC
#define USE_SPECTRAL 1
//#define USE_SPECTRAL 1
//#define USE_NETCDF3
//#define USE_MYSQL
#define CC "gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-18)"
Expand Down

0 comments on commit c0b6481

Please sign in to comment.