Re: [OMPI devel] Change compiler

2016-07-18 Thread Paul Hargrove
Murali, I typically configure with CC=clang CXX=clang++ on the configure command line. Editing of the files generated by configure (such as the Makefile) is not advisable. -Paul On Mon, Jul 18, 2016 at 1:06 PM, Emani, Murali wrote: > Hi all, > > I would like to know if there is Clang suppor

[OMPI devel] Change compiler

2016-07-18 Thread Emani, Murali
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’ re