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
lpfcxx -o test2 test2.cpp
/usr/bin/ld: /tmp/ccziLMzO.o: in function `main':
test2.cpp:(.text+0x56): undefined reference to `MPI_Init_thread'
/usr/bin/ld: test2.cpp:(.text+0xc0): undefined reference to `lpf_mpi_initialize_with_mpicomm'
/usr/bin/ld: test2.cpp:(.text+0xf8): undefined reference to `lpf_mpi_finalize'
/usr/bin/ld: test2.cpp:(.text+0xfd): undefined reference to `MPI_Finalize'
collect2: error: ld returned 1 exit status
This compiles:
lpfcxx -engine ibverbs -o test2 test2.cpp
/usr/bin/ld: /tmp/ccziLMzO.o: in function `main':
test2.cpp:(.text+0x56): undefined reference to `MPI_Init_thread'
/usr/bin/ld: test2.cpp:(.text+0xc0): undefined reference to `lpf_mpi_initialize_with_mpicomm'
/usr/bin/ld: test2.cpp:(.text+0xf8): undefined reference to `lpf_mpi_finalize'
/usr/bin/ld: test2.cpp:(.text+0xfd): undefined reference to `MPI_Finalize'
collect2: error: ld returned 1 exit status
...are currently broken. @KADichev can provide a recent example
The text was updated successfully, but these errors were encountered: