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
quick FIX (for me):
comment out line #12 of $HOME/Desktop/channelflow2/channelflow/python-wrapper/cfwrapper.cpp
which reads #include "modules/viscoelastic/veutils.h"
-> afterwards make tests passes 54/54
The text was updated successfully, but these errors were encountered:
quick FIX (for me):
comment out line #12 of
$HOME/Desktop/channelflow2/channelflow/python-wrapper/cfwrapper.cpp
which reads
#include "modules/viscoelastic/veutils.h"
Installation fails due to missing include file:
.../channelflow/python-wrapper/cfwrapper.cpp:12:10: fatal error: modules/viscoelastic/veutils.h: No such file or directory
This happens on a Debian system with the following cmake command:
cmake $HOME/Desktop/channelflow2/channelflow/ -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=$HOME/Desktop/channelflow2/channelflow/install/ -DCMAKE_CXX_COMPILER=/usr/bin/mpicxx -DWITH_PYTHON=ON -DUSE_MPI=OFF
channelflow version: 2.0.2
The configuration summary is as follows:
quick FIX (for me):
comment out line #12 of
$HOME/Desktop/channelflow2/channelflow/python-wrapper/cfwrapper.cpp
which reads
#include "modules/viscoelastic/veutils.h"
-> afterwards
make tests
passes 54/54The text was updated successfully, but these errors were encountered: