1
1

4013 Коммитов

Автор SHA1 Сообщение Дата
Jeff Squyres
95d41c650b Patch recommended by Greg Watson for compiling on bproc4 machines.
Needs a review by Tim!

This commit was SVN r5233.
2005-04-08 20:02:50 +00:00
Jeff Squyres
8a7a171a44 Fix some bit rot; add a missing #include
This commit was SVN r5232.
2005-04-08 20:01:37 +00:00
Jeff Squyres
772c547dce Doh. Forgot to svn add the actual spec file. :-)
This commit was SVN r5231.
2005-04-08 19:34:03 +00:00
Jeff Squyres
ef0b52797e First of the packages -- a specfile for linux.
This commit was SVN r5230.
2005-04-08 19:20:53 +00:00
Jeff Squyres
f65cc5febf Fix ompi_list test to properly initialize its list items
This commit was SVN r5229.
2005-04-08 18:05:13 +00:00
Jeff Squyres
88b1326554 Double drat! Forgot to commit the support library updates. :-(
This commit was SVN r5228.
2005-04-08 17:56:16 +00:00
Jeff Squyres
14653511b9 Drat! Missed this on the version number fix commit. Thanks to George
for pointing it out.

This commit was SVN r5226.
2005-04-08 17:29:06 +00:00
Jeff Squyres
4f2cf477f4 Add some error checking when OMPI_ENABLE_DEBUG. It'll slow things
down a bit, but when we're debugging, it's worth it...

This commit was SVN r5225.
2005-04-08 15:31:28 +00:00
Jeff Squyres
ce1945dace The parent of an ompi_request_t should be an ompi_list_item_t, not
ompi_object_t.  

This commit was SVN r5224.
2005-04-08 15:20:20 +00:00
Jeff Squyres
2d802bafab Convert over the rest of the unit tests to dynamically open components
(oops -- didn't realize there were so many that needed it)

This commit was SVN r5223.
2005-04-08 11:21:43 +00:00
Jeff Squyres
33dbd9585d Put the OMPI major, minor, release, alpha, and beta integers back in
mpi.h (actually in ompi_config.h).  Also put the total version string
back.

This commit was SVN r5222.
2005-04-08 10:17:25 +00:00
Jeff Squyres
439c3b629b Update the @@ symbol to use the new name where the OMPI SVN r string
is stored

This commit was SVN r5221.
2005-04-08 10:11:52 +00:00
Brian Barrett
59e38969d1 * fix from paul for mis-quoted ln -s line
This commit was SVN r5220.
2005-04-08 02:55:35 +00:00
Brian Barrett
1ea3d22d0e * pass full path to generate-asm so that it works in a vpath "make dist"
This commit was SVN r5219.
2005-04-07 22:08:38 +00:00
Brian Barrett
5b9dc9d302 * get the svn r number when vpath building
* look in the srcdir for the dist-related scripts

This commit was SVN r5218.
2005-04-07 21:39:03 +00:00
George Bosilca
563d4f128d Add a test for broken gm_get from Paul H. Hargrove. Thanks.
This commit was SVN r5217.
2005-04-07 20:19:04 +00:00
Jeff Squyres
4071769735 Bug 1275: save build info in addition to configure info, because they
may be different and shed light on bugs/problems

This commit was SVN r5216.
2005-04-07 20:13:41 +00:00
Josh Hursey
c4ae276944 rollback ...
This commit was SVN r5215.
2005-04-07 20:01:46 +00:00
Josh Hursey
9068fc0395 rollback ...
This commit was SVN r5214.
2005-04-07 19:57:35 +00:00
Josh Hursey
51fa2bb188 rollback ...
This commit was SVN r5213.
2005-04-07 19:57:23 +00:00
Josh Hursey
d11dbaa52e mo changes for types in pack and unpack
This commit was SVN r5211.
2005-04-07 19:24:46 +00:00
Ralph Castain
c52a21e1b3 Fix a couple of minor bugs that were preventing the session directory system from completely cleaning up. Unit test now shows that it will cleanup all session directory levels IF no files are present.
This commit was SVN r5210.
2005-04-07 19:19:48 +00:00
Josh Hursey
dd4f36b98f More type checking in pack and unpack
This commit was SVN r5209.
2005-04-07 19:18:55 +00:00
Josh Hursey
81f5165192 Fixed some types in pack and unpack
This commit was SVN r5208.
2005-04-07 18:38:31 +00:00
Jeff Squyres
e2dc5437d8 Print out a message upon hitting ctrl-c so it's obvious that orterun
is doing something...

This commit was SVN r5207.
2005-04-07 18:34:51 +00:00
Josh Hursey
dc9f0808dc revert type in malloc to match
This commit was SVN r5206.
2005-04-07 17:48:42 +00:00
Josh Hursey
23e3269d76 Cleaned up a couple of types in the pack and unpack routines.
This commit was SVN r5205.
2005-04-07 17:47:01 +00:00
Josh Hursey
bce6935a78 The exit code was not being returned properly from processes that were
calling MPI_Abort. Added logic to propagate this return code to the user
upon termination.

This commit was SVN r5202.
2005-04-07 15:57:34 +00:00
Josh Hursey
c2898fd946 Fixed MPI_Abort correctly by pulling through the orte_rmgr to use when terminating processes.
This commit was SVN r5201.
2005-04-07 13:05:02 +00:00
Jeff Squyres
398857aba0 Add missing file to make "make dist" work in tarballs
This commit was SVN r5200.
2005-04-07 03:28:46 +00:00
Jeff Squyres
ca9be51a2d ROMIO does not need to check for inline; we do it in the top-level
configure already

This commit was SVN r5199.
2005-04-07 02:50:41 +00:00
George Bosilca
aa421ffc45 Move the definition if INADDR_NONE in the unique file that use it. Anyway the
ompi_config_bottom.h was a bad place to have it as normally this file is included
before everything else so we always define our own INADDR_NONE generating
a lot of warnings on some OSes.

This commit was SVN r5198.
2005-04-07 02:18:41 +00:00
Jeff Squyres
e6ac18bd3b Don't "find ... rm ..."; that makes the version number have an "M" in
it.  Instead, just lie about $USER so that autogen doesn't do any
.ompi_unignore stuff.

This commit was SVN r5197.
2005-04-06 23:54:53 +00:00
Brian Barrett
e9bd716715 * prevent doing the array "condensing" when 1 or 0 things in the array, as
size_t might be unsigned and 0 - 1 on an unsigned number is not <= 0.

This commit was SVN r5196.
2005-04-06 20:17:45 +00:00
Josh Hursey
6046262c5b 10 second fix for MPI_Abort.
This commit was SVN r5195.
2005-04-06 18:44:35 +00:00
Josh Hursey
d495f5ee62 fixed a couple comments
This commit was SVN r5194.
2005-04-06 18:38:27 +00:00
George Bosilca
8e259ddea3 In mca_pml_base_bsend_init we dont need to create an allocator to detect the thread level
as this level is now fixed by the MPI_Init. But later we should initialize the allocator
with the correct thread level.

This commit was SVN r5193.
2005-04-06 17:32:18 +00:00
Thara Angskun
12b2a3f56d - include <fcntl.h>: Several variables used by fcntl define in this file.
- check if we have member si_fd in siginfo_t before use it.

This commit was SVN r5192.
2005-04-06 05:32:11 +00:00
Josh Hursey
ef54ce8846 Remove a useless comment. Sorry about that.
This commit was SVN r5191.
2005-04-06 02:00:47 +00:00
Josh Hursey
cedb1d46c4 Export any environment variable that starts with OMPI_* not just
those that start with OMPI_MCA_*

This commit was SVN r5190.
2005-04-06 01:58:30 +00:00
Jeff Squyres
2bd8347a7e Fix compiler warnings
This commit was SVN r5189.
2005-04-06 01:46:39 +00:00
Jeff Squyres
a387741277 Slight modification to Geroge's fix -- it seems that the right thing
to do is really to pack in size_t number of bytes, since that's what
pack/unpack expect as arguments for the amount of data.

This commit was SVN r5188.
2005-04-06 00:42:00 +00:00
George Bosilca
ce679e862e This bug make my life awfull for nearly 4 hours. 64 bits machines have a size_t equal to a 64 bits unsigned int.
Not as an unsigned int as expected by the dps_unpack function...

This commit was SVN r5187.
2005-04-05 23:00:16 +00:00
Jeff Squyres
5946d303d8 Make this test compile again
This commit was SVN r5186.
2005-04-05 20:40:22 +00:00
Jeff Squyres
c36eab4749 32/64 fixes (ensure that our classes really at 64 bit clean -- and
they are!  Mostly the tests needed to be adjusted to run on 32 and 64
systems)

This commit was SVN r5185.
2005-04-05 20:34:56 +00:00
Jeff Squyres
c19182a0d7 Remove compiler warning
This commit was SVN r5184.
2005-04-05 19:54:56 +00:00
Jeff Squyres
066dd5cbac Fix some minor issues:
- (void*) <--> function pointer casting
- missing <string.h>

This commit was SVN r5183.
2005-04-05 19:53:56 +00:00
Jeff Squyres
5dab8563ea Fix a 32/64 issue: get_proc()/set_proc() were dealing with (void*),
and the value we were saving/retrieving was a unit32_t.

This commit was SVN r5182.
2005-04-05 19:41:20 +00:00
Thara Angskun
eea0e4dbfb The src/threads/condition.h should also explicit include <time.h> because
in some OS (e.g. AIX) the struct timespec is define in <time.h> and the <sys/time.h>
is not include <time.h>

This commit was SVN r5181.
2005-04-05 18:56:32 +00:00
Jeff Squyres
b5459e9da6 Convert the rest of the GPR tests to use loading DSO's and function
pointers instead of direct function invocations.

This commit was SVN r5180.
2005-04-05 18:18:27 +00:00