compiling with Intel 2022.3
FYI: Classic Intel compilers/MPI wrappers give a warning that confuses configure.py. The solution is to add "-diag-disable=10441" when invoking the compiler. source: https://community.intel.com/t5/Intel-C-Compiler/undefined-reference-for-2022... -- KU Leuven Department of Computer Science Department of Materials Engineering Celestijnenlaan 200a 3001 Leuven, Belgium
Or you can use the up-to-date release branch, cf. https://gitlab.com/petsc/petsc/-/merge_requests/5727 Thanks, Pierre
On 14 Oct 2022, at 9:52 AM, Martin Diehl <[email protected]> wrote:
FYI: Classic Intel compilers/MPI wrappers give a warning that confuses configure.py. The solution is to add "-diag-disable=10441" when invoking the compiler.
source: https://community.intel.com/t5/Intel-C-Compiler/undefined-reference-for-2022...
-- KU Leuven Department of Computer Science Department of Materials Engineering Celestijnenlaan 200a 3001 Leuven, Belgium
participants (2)
-
Martin Diehl -
Pierre Jolivet