Hi all, I would like to know if there is Clang support for OpenMPI codebase.
I am trying to change the underlying compiler from gcc to clang in ‘configure' and ‘make all install’, I changed these values in Makefile in root dir and another one in config directory. The steps during ‘configure’ reflect gcc again instead of clang. Is this the right way or am I missing something here ? Is the wrapper compiler environment variable ‘OMPI_CC’ intended to replace the underlying compiler when compiling an MPI application. — Murali