dealii / candi

candi - (Compile & Install) - Downloads, configures, builds and installs deal.II
GNU Lesser General Public License v3.0
61 stars 61 forks source link

Intel Compiler and p4est #357

Open tjhei opened 1 year ago

tjhei commented 1 year ago

The latest Intel compilers on Frontera (intel/23.1.0) can not build the autotools version of p4est failing with

configure: error: in `/work2/07882/tg871816/frontera/env1/tmp/build/p4est-2.3.2/FAST':
configure: error: linking to Fortran libraries from C fails
See `config.log' for more details

/opt/apps/gcc/12.2.0/bin/ld: cannot find -loopopt=1
icx: error: linker command failed with exit code 1 (use -v to see invocation)

Maybe we need to switch to the p4est CMake build?