|
From: Charles P. <cha...@gm...> - 2021-04-04 14:44:59
|
I am having an issue building 1.6.1 on TACC with the intel compilers
(18.0.2)
I am getting this error:
./include/libmesh/fe_abstract.h(443): error: more than one operator "+"
matches these operands:
built-in operator "arithmetic + arithmetic"
function "operator+(const PetscInt={int} &, const PetscComplex
&)"
operand types are: const libMesh::OrderWrapper + const unsigned
int
Order get_order() const { return static_cast<Order>(fe_type.order +
_p_level); }
I've attached my configure log file. Any thoughts?
Thanks!
-- Charles
|