File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ TOOLCHAIN ?= ICC
44MTX_FMT ?= CRS
55ENABLE_MPI ?= true
66ENABLE_OPENMP ?= false
7- HAVE_C23 ?= false
87FLOAT_TYPE ?= DP # SP for float, DP for double
98UINT_TYPE ?= U # U for unsigned int, ULL for unsigned long long int
109
Original file line number Diff line number Diff line change 1414
1515# Set default
1616C_VERSION = c17
17- ifeq ($(strip $(HAVE_C23 ) ) ,true)
18- C_VERSION = c23
19- endif
2017
2118VERSION = --version
2219CFLAGS = -O3 -ffast-math -std=$(C_VERSION ) $(OPENMP )
Original file line number Diff line number Diff line change 1313
1414# Set default
1515C_VERSION = c17
16- ifeq ($(strip $(HAVE_C23 ) ) ,true)
17- C_VERSION = c23
18- endif
1916
2017VERSION = --version
2118CFLAGS = -O3 -ffast-math -std=$(C_VERSION ) $(OPENMP )
Original file line number Diff line number Diff line change 1313
1414# Set default
1515C_VERSION = c17
16- ifeq ($(strip $(HAVE_C23 ) ) ,true)
17- C_VERSION = c23
18- endif
1916
2017VERSION = --version
2118CFLAGS = -O3 -ffast-math -xHost -std=$(C_VERSION ) $(OPENMP )
You can’t perform that action at this time.
0 commit comments