-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
586 additions
and
2,944 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,19 @@ | ||
############################################################################## | ||
# | ||
# travis-mpicc.mk | ||
# github-mpicc.mk | ||
# | ||
# Parallel unit tests | ||
# We expect mpicc driving gcc; tests run on two mpi processes. | ||
# | ||
############################################################################## | ||
|
||
BUILD = parallel | ||
MODEL = -D_D3Q19_ | ||
MODEL = -D_D2Q9_ | ||
|
||
CC = mpicc -fopenmp | ||
CFLAGS = -O2 -g -Wall -Werror | ||
CFLAGS = -g -Wall -O2 | ||
|
||
AR = ar | ||
ARFLAGS = -cru | ||
LDFLAGS = | ||
|
||
LAUNCH_SERIAL_CMD = | ||
LAUNCH_MPIRUN_CMD = mpirun --oversubscribe | ||
MPIRUN_NTASK_FLAG = -np | ||
|
||
# Unit tests only | ||
MPIRUN_NTASK_UNIT = 4 | ||
|
||
LAUNCH_MPIRUN_CMD = mpirun -np 2 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.