Continue porting of MPI code. Not tested.

This commit is contained in:
2025-01-18 08:43:13 +01:00
parent 9f37fa73a9
commit 9db571faaa
6 changed files with 41 additions and 41 deletions

View File

@@ -14,7 +14,7 @@ LIBS = # -lomp
endif
VERSION = --version
CFLAGS = -Ofast -std=c99 $(OPENMP)
CFLAGS = -O3 -ffast-math -std=c99 $(OPENMP)
#CFLAGS = -Ofast -fnt-store=aggressive -std=c99 $(OPENMP) #AMD CLANG
LFLAGS = $(OPENMP)
DEFINES += -D_GNU_SOURCE