[OMPI users] Open MPI compiler is slowed down by including unnecessary header files

2007-09-04 Thread Thompson, Aidan P.
This is more a comment that a question. I think the compile-time required for large applications that use Open MPI is unnecessarily long. The situation could be greatly improved by streamlining the number of C++ header files that are included. Currently, compiling LAMMPS (lammps.sandia.gov) takes 6

Re: [OMPI users] Open MPI compiler is slowed down by including unnecessary header files

2007-09-06 Thread Thompson, Aidan P.
Jeff and Sven, Thank you for your helpful responses to my grumpy, uninformed, inquiry. I like option 3 best, because while I currently do not require OMPI's C++ bindings, I might in the future, in which case I would probably spend ours trying to figure out why I can't find the C++ headers. I adde