OpenMP в рамках одной машины

This commit is contained in:
2025-12-02 12:55:16 +00:00
parent 73c9e580e4
commit 143e01b2dd
3 changed files with 110 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
CXX = mpic++
CXXFLAGS = -std=c++17 -O2 -Wall -Wextra -Wno-cast-function-type
CXXFLAGS = -std=c++17 -O2 -Wall -Wextra -Wno-cast-function-type -fopenmp
NVCC = nvcc
NVCCFLAGS = -O3 -std=c++17 -arch=sm_86 -Xcompiler -fPIC