Skip to content

Commit

Permalink
Parallel regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstratford committed Jul 19, 2024
1 parent 555d0d5 commit a8f90a6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/github-mpicc.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
##############################################################################
#
# github-mpicc.mk
#
# We expect mpicc driving gcc; tests run on two mpi processes.
#
##############################################################################

BUILD = parallel
MODEL = -D_D2Q9_

CC = mpicc -fopenmp
CFLAGS = -g -Wall -O2

AR = ar
ARFLAGS = -cru
LDFLAGS =

LAUNCH_MPIRUN_CMD = mpirun -np 2

0 comments on commit a8f90a6

Please sign in to comment.