15 Nov 2002 09:40
Re: Missing header file.
Patrick Geoffray <patrick <at> myri.com>
2002-11-15 08:40:18 GMT
2002-11-15 08:40:18 GMT
Hi Josh, On Thu, 2002-11-14 at 12:41, Joshua J. England wrote: > There's a header file referenced in mpi++.h that doesn't seem to exist > anywhere. Should this file be there, or should the #include be > commented out, and is it safe to do so? MPI-2-C++/src/mpi2c++/mpi2c++_config.h is generated from MPI-2-C++/src/mpi2c++/mpi2c++_config.h.in by the configure in MPI-2-C++. Then, this include is copied with all of the other c++ include files from MPI-2-C++/src/mpi2c++/ to $includedir/mpi2c++ by the bin/mpiinstall script (line 716 to 731). In short, if you have mpi2c++_map.h in include/mpi2c++/, you should have mpi2c++_config.h. also. In fact, I do have mpi2c++_config.h at the right place here, compiling with g++ or icc. Which compilers did you use ? which build script ? Can you send the config-mine.log, make-mine.log and install-mine.log files ? Regards. Patrick -- -- Patrick Geoffray Myricom, Inc. http://www.myri.com
RSS Feed