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
When compiling with the flag COMPILE_WITH_OPENFOAM=ON, the following error is prompted:
In file included from /beegfs/home/m/michaelj/MaMiCo_experimental/coupling/scenario/CouetteScenario.h:20,
from /beegfs/home/m/michaelj/MaMiCo_experimental/coupling/scenario/main_couette.cpp:8:
/beegfs/home/m/michaelj/MaMiCo_experimental/coupling/solvers/IcoFoamInterface.h:140:44: error: 'IndexConversion' in namespace 'coupling' does not name a template type
140 | const coupling::IndexConversion<3>& indexConversion) {
| ^~~~~~~~~~~~~~~
How to reproduce
These are the steps performed on hsuper to reproduce:
Install OpenFOAM (v2206)
Following the instructions in the GitHub Wiki, execute these commands:
When compiling with the flag
COMPILE_WITH_OPENFOAM=ON
, the following error is prompted:How to reproduce
These are the steps performed on hsuper to reproduce:
Following the instructions in the GitHub Wiki, execute these commands:
Please be aware that compiling OpenFOAM may take some time (up to 1h)!
The text was updated successfully, but these errors were encountered: