Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit da117033 authored by adelmann's avatar adelmann :reminder_ribbon:
Browse files

Merge branch '805-opal-master-gcc-12-3-cray-mpich-amr-fails' into 'master'

Resolve "opal@master%gcc@12.3 ^cray-mpich +amr fails"

Closes #805

See merge request !662
parents 001289fc 9cc1262c
No related branches found
No related tags found
1 merge request!662Resolve "opal@master%gcc@12.3 ^cray-mpich +amr fails"
......@@ -146,9 +146,6 @@ if (CMAKE_Fortran_COMPILER)
if (${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU")
set (Fortran_LIBS "-lgfortran")
endif ()
# CMake issue. Missing library libmpi_mpifh in MPI_Fortran_LINRARIES.
# See issue 587 and corresponding merge request 415.
set (Fortran_LIBS "${Fortran_LIBS} -lmpi_mpifh")
else ()
message (STATUS "No Fortran compiler found (optional)")
if (ENABLE_AMR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment