Replies: 1 comment
-
You can try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I compiled MPICH with nvhpc and it passes -rpath without -Wl. This is fine for nvhpc, but when I set -fc=gfortran to use the linker, it throws an error
gfortran: error: unrecognized command line option ‘-rpath’
because MPICH passes-rpath /benchmarking/spack/opt/spack/linux-sles15-neoverse_v2/nvhpc-24.5/mpich-4.2.2-gjzndpqe3v2wdxedmwcyfewz76nvok4i/lib -lmpi
. I think a workaround for this is creating a config file and passing it through-config
option, but I cannot find a syntax anywhere to create it. Does anyone have an idea?Beta Was this translation helpful? Give feedback.
All reactions