Re: [O-MPI devel] New build methodology

2005-11-20 Thread Brian Barrett
Well, we discussed this issue at fairly great length at the various meetings, and every time the answer was "make the build system faster". I believe we even had a discussion about this very thing (not being able to build in subdirectories). This weekend's change should have almost no real

Re: [O-MPI devel] New build methodology

2005-11-20 Thread Ralph H. Castain
Just as an FYI -- this proposed fix didn't work. It apparently takes a great deal more to "undo" the Makefile consolidation. I worked on it for a couple of hours and finally just gave up. The last commits, of course, only made this situation worse as even more of the tree now is so heavily int

[O-MPI devel] orterun --debug

2005-11-20 Thread Jeff Squyres
I just implemented the --debug option to orterun (mpirun) on the trunk as described here: http://www.open-mpi.org/community/lists/users/2005/10/0214.php Hence, if you: mpirun --debug ... It will now search a list of available debuggers, and try to find them in your PATH. ort