2D-MPI Multigrid complete and tested

This commit is contained in:
2024-03-05 21:45:17 +01:00
parent 9c8ee975c5
commit b4bef94066
51 changed files with 1300314 additions and 40197 deletions

View File

@@ -1,5 +1,5 @@
# Supported: GCC, CLANG, ICC
TAG ?= CLANG
TAG ?= ICC
ENABLE_OPENMP ?= false
#Feature options

Binary file not shown.

View File

@@ -1,4 +1,4 @@
CC = icc
CC = mpiicc
GCC = gcc
LINKER = $(CC)