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
Lib/MPM/instantiations/../MpmSimulationBase.cpp:1098:20: error: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘class ZIRAN::GridState<float, 3>’ with no trivial copy-assignment; use assignment or value-initialization instead [-Werror=class-memaccess]
when I am trying to build using the command make -j 4
How can I resolve this? I am compiling on Ubuntu 20.04 LTS.
The text was updated successfully, but these errors were encountered:
I am getting the following error:
Lib/MPM/instantiations/../MpmSimulationBase.cpp:1098:20: error: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘class ZIRAN::GridState<float, 3>’ with no trivial copy-assignment; use assignment or value-initialization instead [-Werror=class-memaccess]
when I am trying to build using the command
make -j 4
How can I resolve this? I am compiling on Ubuntu 20.04 LTS.
The text was updated successfully, but these errors were encountered: