tmp update

This commit is contained in:
2024-07-05 15:32:50 +08:00
parent 87d348c8ad
commit 98dc47eb00
7 changed files with 11198 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
CXX := g++
CXXFLAGS := -Xpreprocessor -fopenmp -O2 -lomp
M3DINCLUDE := -I../src
CXXFLAGS := -Xpreprocessor -fopenmp -O2 -L/opt/homebrew/lib -lomp
M3DINCLUDE := -I../src -I/opt/homebrew/include
INCS:= $(wildcard ../src/*.h)
SRCS:= $(wildcard ../src/*.cpp)