1
1
Граф коммитов

2791 Коммитов

Автор SHA1 Сообщение Дата
Prabhanjan Kambadur
f4b05be986 Some really reall dumb typing mistakes. Hopefully this commit will not be seen :-)
This commit was SVN r2872.
2004-09-29 04:24:37 +00:00
Brian Barrett
21918bd59b * fix missing errno.h
This commit was SVN r2871.
2004-09-28 23:18:57 +00:00
Brian Barrett
84eb32ba31 * Move the pid tracking code out to the RMS pcm and into the pcm base
so that the rsh pcm can use it as well.
* do the right things so that ssh exits if HIGH_QOS was not requested or
  stays alive and is monitored if HIGH_QOS is requested (which is the
  default for mpirun).
* Add code to support notifying people that procs have died, but turned 
  off since it will deadlock the gpr.

This commit was SVN r2870.
2004-09-28 23:03:22 +00:00
Jeff Squyres
386336f50d Re-enable a commented out virtual destructor for MPI::Comm_null
This commit was SVN r2869.
2004-09-28 18:40:24 +00:00
Ralph Castain
b5e21eaac3 Fix a missing include file in ompi_rte_wait that caused the build to fail.
Minor change to oob_base_init - point oob_name_self at correct name.

This commit was SVN r2868.
2004-09-28 10:33:09 +00:00
Brian Barrett
a6963be12e * back out parts of r2864, moving calls to ompi_event_fini() back into
MPI_Finalize and mpirun so that we shut down the event library before
  the TCP PTL.  This needs to change before release so that the RTE 
  components can deregister properly, but we need to run in the mean time

This commit was SVN r2867.

The following SVN revision numbers were found above:
  r2864 --> open-mpi/ompi@57ca18ce88
2004-09-28 01:38:16 +00:00
Jeff Squyres
fd1e643ef1 Update svn:ignore
This commit was SVN r2866.
2004-09-28 00:08:54 +00:00
Jeff Squyres
e1ee08e632 Fix size mismatch that was causing assertion failures when compiled
with -O3 (i.e., memory overwrites into memory that it shouldn't have).

This commit was SVN r2865.
2004-09-27 23:02:37 +00:00
Brian Barrett
57ca18ce88 * move ompi_event_fini() from mpirun/MPI_Finalize to ompi_rte_finalize to
match where ompi_event_init() lived
* initialize and shutdown the code to allow child process wait callbacks
* add comment about few() ussage in rte-enabled jobs (short answer:
  don't).

This commit was SVN r2864.
2004-09-27 19:38:23 +00:00
Jeff Squyres
8bef16d214 - some OS's #define malloc, calloc, free, realloc -- ensure to #undef
them when necessary
- we didn't have the re-definition for calloc

This commit was SVN r2863.
2004-09-27 17:15:06 +00:00
Brian Barrett
4cd3d3aa56 * remove testing code - not really needed any more
This commit was SVN r2862.
2004-09-27 16:40:43 +00:00
Edgar Gabriel
f41337cb8f just set the fortran flag, if we do not set a predefined error handler
This commit was SVN r2861.
2004-09-27 07:57:33 +00:00
Brian Barrett
40c0b6b12d * code to deal with getting callbacks / waiting for SIGCHLD. These should
only be used if the RTE init functions have been called.  Not quite as
  flexible as the real waitpid() function (no -1 support), but all I need
  for the SSH / BProc / RMS pcms.  This code is not yet turned on by
  default (need to add the init / finalize calls to ompi_rte_init?? and
  ompi_rte_finalize()

This commit was SVN r2860.
2004-09-26 17:43:35 +00:00
Jeff Squyres
cbefdfe013 On a day brain-fried from other heavy-duty bug chasing, and while
waiting for a few other things to stabalize in teh tree, tackle one of
my other small to-do items that might as well get done.  
- put doxygen docs in .h file
- re-indent to 4 space tabs, as per team guidelines
- clean up the code and use the notation xflags and xppflags to denote
  that they're for any compiler
- add something that LAM users have been asking about for quite a
  while -- environment variable overrides for just about everything

This commit was SVN r2859.
2004-09-25 19:31:17 +00:00
Jeff Squyres
c3c63b57c4 Arf. Anju and I misunderstood each other yesterday -- the OMPI_EXPORT
thingy needs to go on the *declaration*, not the *definition*.  Well,
at least this was all done en masse and via an automated mechanism, so
total time wasted was only about 15 minutes...

This commit was SVN r2858.
2004-09-24 18:33:36 +00:00
Jeff Squyres
044d5da589 More late-night hacking -- add OMPI_EXPORT to the component struct in
every component.

This commit was SVN r2857.
2004-09-24 10:42:55 +00:00
Jeff Squyres
4d05abcf8e Perfect brainless late-night hacking -- add the new OMPI_EXPORT macro
to all the MPI f77 and C bindings.  Yay Windows!  ;-)

This commit was SVN r2856.
2004-09-24 10:30:19 +00:00
Jeff Squyres
95ce0f3f64 - Fix the #endif for cplusplus
- Revise the comment to be a little more accurate in its explanation
  :-)

This commit was SVN r2855.
2004-09-24 10:02:23 +00:00
Jeff Squyres
1abd2435dc Make sure we grab the util directory as well
This commit was SVN r2854.
2004-09-24 08:41:06 +00:00
Jeff Squyres
fe13b3ca4c Very minor cleanup
This commit was SVN r2853.
2004-09-24 07:58:09 +00:00
Jeff Squyres
ae6ce15c85 Fix a bunch of compiler warnings. Some were actual problems; others
were the compiler unable to deduce that the action really was safe.

This commit was SVN r2852.
2004-09-24 07:51:26 +00:00
Jeff Squyres
c823c30efe This should be a static symbol
This commit was SVN r2851.
2004-09-24 07:41:59 +00:00
Jeff Squyres
f1c91d0440 Update svn:ignore everywhere
This commit was SVN r2850.
2004-09-23 23:50:18 +00:00
Jeff Squyres
ab397b6690 Oops -- meant to name this autogen.subdirs, not autogen.dirs
This commit was SVN r2849.
2004-09-23 23:47:34 +00:00
Jeff Squyres
b4650f842d Changes to hopefully make ROMIO and subversion play nice with each
other.  No more baseball bats in the sanbox, kids!

This commit was SVN r2848.
2004-09-23 23:46:58 +00:00
Brian Barrett
f5b53d9d6a * finish Jeff's renaming frenzy
This commit was SVN r2847.
2004-09-23 16:55:41 +00:00
Brian Barrett
d8bb1db5f9 * we really do want to look in sysconfdir, not pkgdatadir for the hostfile
This commit was SVN r2846.
2004-09-23 16:46:25 +00:00
Prabhanjan Kambadur
291d7bfcaf Including the weird definitions for windoze function exporting
This commit was SVN r2845.
2004-09-23 16:14:04 +00:00
Ralph Castain
ff63f1f1c8 Fix a race condition on the last process to complete.
This commit was SVN r2844.
2004-09-23 16:12:45 +00:00
Brian Barrett
75c71fc838 * add ability to set priority for the hostfile llm
* move and rename the default hostfile used by the hostfile llm

This commit was SVN r2843.
2004-09-23 14:55:55 +00:00
Brian Barrett
2a7f1449bf * change the location of the C++ MPI headers from $includedir/ompi/... to
$includedir/openmpi/... to match the rest of the things we install

This commit was SVN r2842.
2004-09-23 14:55:04 +00:00
Ralph Castain
57a224c985 ka-ching
This commit was SVN r2841.
2004-09-23 14:40:05 +00:00
Ralph Castain
177d900978 ka-ching
This commit was SVN r2840.
2004-09-23 14:39:21 +00:00
Ralph Castain
d82f7e82e8 ka-ching
This commit was SVN r2839.
2004-09-23 14:39:02 +00:00
Ralph Castain
dafa61d8f3 ka-ching
This commit was SVN r2838.
2004-09-23 14:38:41 +00:00
Ralph Castain
b1e3add9b0 ka-ching
This commit was SVN r2837.
2004-09-23 14:38:22 +00:00
Ralph Castain
7df355bf9a ka-ching
This commit was SVN r2836.
2004-09-23 14:38:00 +00:00
Ralph Castain
876971b58b ka-ching
This commit was SVN r2835.
2004-09-23 14:37:41 +00:00
Ralph Castain
f7705f5d1d ka-ching
This commit was SVN r2834.
2004-09-23 14:37:27 +00:00
Ralph Castain
311e6c1f23 ka-ching
This commit was SVN r2833.
2004-09-23 14:37:04 +00:00
Ralph Castain
778cecc991 ka-ching
This commit was SVN r2832.
2004-09-23 14:36:46 +00:00
Ralph Castain
f7a4e86227 ka-ching
This commit was SVN r2831.
2004-09-23 14:36:14 +00:00
Ralph Castain
92a5f2da1f ka-ching
This commit was SVN r2830.
2004-09-23 14:35:51 +00:00
Ralph Castain
fa205d9129 ka-ching
This commit was SVN r2829.
2004-09-23 14:35:32 +00:00
Ralph Castain
4c0053579d ka-ching
This commit was SVN r2828.
2004-09-23 14:35:02 +00:00
Ralph Castain
4b6b0d221d ka-ching
This commit was SVN r2827.
2004-09-23 14:34:35 +00:00
Ralph Castain
0cc082780f ka-ching
This commit was SVN r2826.
2004-09-23 14:33:28 +00:00
Ralph Castain
65fc61e212 ka-ching goes the little counter...how I love that sound!
This commit was SVN r2825.
2004-09-23 14:33:06 +00:00
Ralph Castain
ad395fa825 First commit of the revised startup system.
Having noted the existence of the wondrous Open MPI "statistics" tracker, I feel compelled to commit these changes one file at a time. This will, of course, provide me with wonderful statistics for the number of commits I have done, thus ensuring that those who watch such things become truly impressed by the magnitude of my contribution.

Of course, I will also do a commit for each time I correct a typo in my own software, and each time I add a comment to a file - a comment that, ordinarily, one might expect to have already been in place before the first commit. But then....I wouldn't look as impressive if I did it that way! No, no...far better to add the comments - and do a commit after each one - separately!

So, enjoy all.
Ralph
aka. The longtime Don Quixote crusader against the asinine use of meaningless statistics in place of true performance metrics.

This commit was SVN r2824.
2004-09-23 14:32:31 +00:00
Jeff Squyres
b3ec820527 Need to #define MPIR_Status_set_bytes in both places
This commit was SVN r2823.
2004-09-23 14:20:07 +00:00