Currently Loaded Modules:
1) oneapi/2023.2.0 3) impi/2021.8 5) hdf5/1.14.1-2 7) netcdf/2023-06-14 9) cmake/3.25.1
2) intel/2023.2.0 4) mkl/2023.2.0 6) pnetcdf/1.12.3 8) ucx/1.16.0 10) papi/7.1.0-gcc
cmake .. -DCMAKE_INSTALL_PREFIX=$(readlink -f ../install)/ -DBUILD_C_FORTRAN=ON -DENABLE_DLB=ON
$ make install -j4
...
/usr/bin/ld: CMakeFiles/TestCppDLB.dir/cpp/TestCppDLB.cpp.o: undefined reference to symbol '_ZdlPv@@GLIBCXX_3.4'
/usr/bin/ld: /usr/lib64/libstdc++.so.6: error adding symbols: DSO missing from command line
icx: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [tests/CMakeFiles/TestCppDLB.dir/build.make:99: tests/TestCppDLB] Error 1
make[1]: *** [CMakeFiles/Makefile2:270: tests/CMakeFiles/TestCppDLB.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/usr/bin/ld: CMakeFiles/TestCppLink.dir/cpp/TestCppLink.cpp.o: undefined reference to symbol '_ZdlPv@@GLIBCXX_3.4'
/usr/bin/ld: /usr/lib64/libstdc++.so.6: error adding symbols: DSO missing from command line
icx: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [tests/CMakeFiles/TestCppLink.dir/build.make:99: tests/TestCppLink] Error 1
make[1]: *** [CMakeFiles/Makefile2:244: tests/CMakeFiles/TestCppLink.dir/all] Error 2
make: *** [Makefile:146: all] Error 2