How do I prevent the build from linking to CUDA on linux? I've tried these options:
./configure --with-cuda=no --with-contrib-vt-flags='--with-cuda=no' but to no avail. Every time, I have a link to libcudart and a link to libcupti in the vt libs. Specifically, ldd shows a link in: libvt-mt.so libvt.so libvt-hyb.so Basically, I want openmpi's configuration to ignore completely that I have cuda installed on this machine, because I'm trying to build a custom RPM. Thanks.
_______________________________________________ users mailing list users@lists.open-mpi.org https://rfd.newmexicoconsortium.org/mailman/listinfo/users