This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Description
Hi, I was trying to compile FlameSheet with USE_OMP = True but got the following error while compling AMReX_FABUTIL_2D.F
Compiling AMReX_FABUTIL_2D.F ...
In file included from /home/amrex/Src/Base/AMReX_REAL.H:4,
from /home/amrex/Src/Extern/amrdata/AMReX_FABUTIL_2D.F:9:
tmp_build_dir/s/2d.gnu.OMP.EXE/AMReX_Config.H:57:2: error: #error libamrex was built with OpenMP
57 | #error libamrex was built with OpenMP
| ^~~~~
Any leads on what might be causing this? I was able to the compile and run the case using with mpi.
Thanks!