-
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.
Merge pull request #159 from ludwig-cf/develop
Release 0.15.0
- Loading branch information
Showing
159 changed files
with
11,564 additions
and
1,371 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
BUILD = serial | ||
MODEL = -D_D3Q19_ | ||
|
||
CC = g++ | ||
CC = g++ -fopenmp | ||
CFLAGS = -O -g -Wall -Werror | ||
|
||
AR = ar | ||
|
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
############################################################################## | ||
# | ||
# archer2 | ||
# https://www.archer2.ac.uk | ||
# | ||
# PrgEnv-cray | ||
# - Use cce >= 12 to avoid problem in openmp | ||
# - "module load cce/12.0.3" | ||
# | ||
# Same compiler options for all PrgEnv are available. | ||
# | ||
############################################################################## | ||
|
||
BUILD = parallel | ||
MODEL = -D_D3Q19_ | ||
|
||
CC = cc -fopenmp | ||
CFLAGS = -g -O3 -Wall -DNSIMDVL=2 -DNDEBUG | ||
|
||
MPI_INC_PATH = | ||
MPI_LIB_PATH = | ||
MPI_LIB = | ||
|
||
LAUNCH_SERIAL_CMD = | ||
LAUNCH_MPIRUN_CMD = srun | ||
MPIRUN_NTASK_FLAG = -n |
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
Oops, something went wrong.