We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ 99%] Linking CXX executable nekrs-bench-advsub /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: CMakeFiles/advsub-bin.dir/src/bench/advsub/main.cpp.o: undefined reference to symbol 'MPI_Init' /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /usr/lib/hpc/gnu7/mpi/openmpi/4.1.6/lib64/libmpi.so.40: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: CMakeFiles/fdm-bin.dir/src/bench/fdm/main.cpp.o: undefined reference to symbol 'MPI_Init' /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /usr/lib/hpc/gnu7/mpi/openmpi/4.1.6/lib64/libmpi.so.40: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/advsub-bin.dir/build.make:101: nekrs-bench-advsub] Error 1 make[1]: *** [CMakeFiles/Makefile2:367: CMakeFiles/advsub-bin.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: CMakeFiles/nekrs-bin.dir/src/main.cpp.o: undefined reference to symbol 'ompi_mpi_op_sum' /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /usr/lib/hpc/gnu7/mpi/openmpi/4.1.6/lib64/libmpi.so.40: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/fdm-bin.dir/build.make:101: nekrs-bench-fdm] Error 1 make[1]: *** [CMakeFiles/Makefile2:394: CMakeFiles/fdm-bin.dir/all] Error 2 make[2]: *** [CMakeFiles/nekrs-bin.dir/build.make:101: nekrs] Error 1 make[1]: *** [CMakeFiles/Makefile2:478: CMakeFiles/nekrs-bin.dir/all] Error 2 /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: CMakeFiles/axhelm-bin.dir/src/bench/axHelm/main.cpp.o: undefined reference to symbol 'MPI_Init' /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /usr/lib/hpc/gnu7/mpi/openmpi/4.1.6/lib64/libmpi.so.40: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/axhelm-bin.dir/build.make:101: nekrs-bench-axhelm] Error 1 make[1]: *** [CMakeFiles/Makefile2:340: CMakeFiles/axhelm-bin.dir/all] Error 2 make: *** [Makefile:156: all] Error 2
the openmpi libs worked smoothly on my system. i don't know why this error happed?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[ 99%] Linking CXX executable nekrs-bench-advsub /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: CMakeFiles/advsub-bin.dir/src/bench/advsub/main.cpp.o: undefined reference to symbol 'MPI_Init' /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /usr/lib/hpc/gnu7/mpi/openmpi/4.1.6/lib64/libmpi.so.40: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: CMakeFiles/fdm-bin.dir/src/bench/fdm/main.cpp.o: undefined reference to symbol 'MPI_Init' /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /usr/lib/hpc/gnu7/mpi/openmpi/4.1.6/lib64/libmpi.so.40: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/advsub-bin.dir/build.make:101: nekrs-bench-advsub] Error 1 make[1]: *** [CMakeFiles/Makefile2:367: CMakeFiles/advsub-bin.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: CMakeFiles/nekrs-bin.dir/src/main.cpp.o: undefined reference to symbol 'ompi_mpi_op_sum' /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /usr/lib/hpc/gnu7/mpi/openmpi/4.1.6/lib64/libmpi.so.40: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/fdm-bin.dir/build.make:101: nekrs-bench-fdm] Error 1 make[1]: *** [CMakeFiles/Makefile2:394: CMakeFiles/fdm-bin.dir/all] Error 2 make[2]: *** [CMakeFiles/nekrs-bin.dir/build.make:101: nekrs] Error 1 make[1]: *** [CMakeFiles/Makefile2:478: CMakeFiles/nekrs-bin.dir/all] Error 2 /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: CMakeFiles/axhelm-bin.dir/src/bench/axHelm/main.cpp.o: undefined reference to symbol 'MPI_Init' /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /usr/lib/hpc/gnu7/mpi/openmpi/4.1.6/lib64/libmpi.so.40: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/axhelm-bin.dir/build.make:101: nekrs-bench-axhelm] Error 1 make[1]: *** [CMakeFiles/Makefile2:340: CMakeFiles/axhelm-bin.dir/all] Error 2 make: *** [Makefile:156: all] Error 2
the openmpi libs worked smoothly on my system. i don't know why this error happed?
The text was updated successfully, but these errors were encountered: