Skip to content

Commit

Permalink
Fix for libint build with Intel oneAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Feb 24, 2023
1 parent 1da4a73 commit b9fdf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/toolchain/scripts/stage3/install_libint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ case "$with_libint" in

if [ "${MPI_MODE}" = "intelmpi" ]; then
# Fix bug in makefile for Fortran module
sed -i "s/\$(CXX) \$(CXXFLAGS)/\$(FC) \$(FCFLAGS)/g" fortran/Makefile
sed -i -e "s/\$(CXX) \$(CXXFLAGS)/\$(FC) \$(FCFLAGS)/g" -e "s/\$(FCLIBS) -o/\$(FCLIBS) -lstdc++ -o/" fortran/Makefile
fi

make -j $(get_nprocs) > make.log 2>&1 || tail -n ${LOG_LINES} make.log
Expand Down

0 comments on commit b9fdf4e

Please sign in to comment.