You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Hi, I was trying to compile FlameSheet with
USE_OMP = Truebut got the following error while complingAMReX_FABUTIL_2D.FAny leads on what might be causing this? I was able to the compile and run the case using with mpi.
Thanks!