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
Hello, I met some following error:
Compiler setup check for DEAL_II_HAVE_USABLE_FLAGS_DEBUG failed with:
Change Dir: /home/wyy/libs/candi/install/tmp/build/deal.II-master/check_compiler_setup/CheckCompilerSetupDEAL_II_HAVE_USABLE_FLAGS_DEBUG
Unable to compile a simple test program. Trying to drop "-fuse-ld=gold" from the linker flags.
I thought it's due to different compiler during the installation, but I reinstall openmpi through yum and
"module load mpi/openmpi_x86-64" so compilers should be consistent.
I'm installing dealii on a cluster with candi so I suspect it relates to mis-linked environment. Install on my own
virtual machine and succeed. I try to build deal.II directly without candi, and get "Insufficient gdf5 installation
found". However HDF5 was installed by candi and PETSC & SLEPC are installed with no error, so HDF5 should be build with MPI.
Hello, I met some following error:
Compiler setup check for DEAL_II_HAVE_USABLE_FLAGS_DEBUG failed with:
Change Dir: /home/wyy/libs/candi/install/tmp/build/deal.II-master/check_compiler_setup/CheckCompilerSetupDEAL_II_HAVE_USABLE_FLAGS_DEBUG
Unable to compile a simple test program. Trying to drop "-fuse-ld=gold" from the linker flags.
I thought it's due to different compiler during the installation, but I reinstall openmpi through yum and
"module load mpi/openmpi_x86-64" so compilers should be consistent.
I'm installing dealii on a cluster with candi so I suspect it relates to mis-linked environment. Install on my own
virtual machine and succeed. I try to build deal.II directly without candi, and get "Insufficient gdf5 installation
found". However HDF5 was installed by candi and PETSC & SLEPC are installed with no error, so HDF5 should be build with MPI.
CMakeError.log
CMakeOutput.log
candi_configure.log
The text was updated successfully, but these errors were encountered: