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
Following the spack install instructions, I arrive at the following error regarding undefined reference to ompi_mpi_byte and libmpi.so.40: error adding symbols: DSO missing from command line
If we look at the gcc command line it seem odd that neither mpicc is used or -lmpi is explicitly linked.
I was able to complete the build of hdf5_iotest executable by starting from this failed spack install, chdir into the /tmp spack build staging. Rexecute the final link command using mpicc.
Following the spack install instructions, I arrive at the following error regarding undefined reference to
ompi_mpi_byte
andlibmpi.so.40: error adding symbols: DSO missing from command line
If we look at the gcc command line it seem odd that neither mpicc is used or -lmpi is explicitly linked.
The text was updated successfully, but these errors were encountered: