Open chaojibendan opened 1 month ago
The code in question looks like a stub for a future feature. It was last touched about 10 years ago, so I think it's safe to assume the feature was abandoned. We will remove the configure option and code to avoid any confusion in the future.
When try to use
--enable-ember-contexts
in configure, I encouter a building problem. It seems includingheader file path error
andcompiler tool version error
. Such as#include "embermpigen.h"
inembermpicxtgen.h
, it should bempi/embermpigen.h
. As forcompiler tool version error
, I use gcc 11.4.0.