2D-MPI Multigrid complete and tested
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Supported: GCC, CLANG, ICC
|
||||
TAG ?= CLANG
|
||||
TAG ?= ICC
|
||||
ENABLE_OPENMP ?= false
|
||||
|
||||
#Feature options
|
||||
|
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
CC = icc
|
||||
CC = mpiicc
|
||||
GCC = gcc
|
||||
LINKER = $(CC)
|
||||
|
||||
|
Reference in New Issue
Block a user