Open n8xm opened 1 month ago
For reference, I have attached the makefile I am using: GNUmakefile.txt.
I compiled in the Exec/LyA
directory with make -f GNUmakefile.txt -jN
, where N
is the number of compile threads.
EDIT: Also, in subprojects/amrex/Tools/GNUMake/Make.local
, I set the compiler to GCC 13 and the include path to MPICH:
ifneq ($(USE_CUDA),TRUE)
CXX := g++-13
CC := gcc-13
endif
CXXFLAGS := -I /usr/lib64/mpi/gcc/mpich/include
When I attempt to compile the
LyA
project with Reeber enabled on the Nyx development branch, GCC gives me the following error:If I use clangd to lint the code, I get the following on line 430:
No matching constructor for initialization of 'Block' (aka 'FabComponentBlock<double, 3>')