Skip to content

Commit

Permalink
Correct memory order macro
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstratford committed Jul 25, 2024
1 parent 1765e0f commit 8415fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/epcc-archer2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ MODEL = -D_D3Q19_
TARGET =

CC = cc -fopenmp
CFLAGS = -g -Ofast -Wall -DNSIMDVL=1 -DADDR_AOS -DNDEBUG
CFLAGS = -g -Ofast -Wall -DNSIMDVL=1 -DADDR_SOA -DNDEBUG

LAUNCH_MPIRUN_CMD = srun --ntasks=1

0 comments on commit 8415fb8

Please sign in to comment.