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
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Hi, I was trying to compile FlameSheet with
USE_OMP = True
but got the following error while complingAMReX_FABUTIL_2D.F
Any leads on what might be causing this? I was able to the compile and run the case using with mpi.
Thanks!
The text was updated successfully, but these errors were encountered: