Skip to content

Commit

Permalink
Merge pull request #26 from ECP-copa/fixup_mkl_fixup
Browse files Browse the repository at this point in the history
Reinstall intel compilers with mkl
  • Loading branch information
junghans authored Dec 1, 2023
2 parents e0086a5 + f6dba40 commit aebe7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN ( dnf -y update || dnf -y update ) && \
dnf -y install \
fftw-devel doxygen valgrind libasan gtest-devel && \
( test "${MPI}" != "yes" || dnf -y install openmpi-devel hdf5-openmpi-devel ) && \
( test "${INTEL}" != "yes" || dnf -y install intel-oneapi-mkl-devel ) && \
( test "${INTEL}" != "yes" || dnf -y install intel-oneapi-mkl-devel intel-oneapi-compiler-dpcpp-cpp ) && \
dnf clean all

USER kokkos
Expand Down

0 comments on commit aebe7d3

Please sign in to comment.