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

4456 Коммитов

Автор SHA1 Сообщение Дата
Tim Woodall
2c0207f409 allow jobid to be allocated and passed into spawn - note that this requires
the jobid to be initialized to ORTE_JOBID_MAX if it is to be allocated by spawn

This commit was SVN r5328.
2005-04-14 13:12:17 +00:00
George Bosilca
551b5b6a05 We have to free the pointer not the content of the pointer (confirmed
with the standard).

This commit was SVN r5327.
2005-04-14 04:01:23 +00:00
Jeff Squyres
2be1a1a2f3 Fixes provided by Ralph to help cleanup of the session directory,
especially upon abnormal termination of a process.  Not yet integrated
into the fork pls; pending more discussion with other developers.

This commit was SVN r5326.
2005-04-14 01:04:26 +00:00
George Bosilca
1fac78adb4 Temporary commit to fix the ibm tests. I still have to take a deeper look in the datatype black magic ... *just kidding*
This commit was SVN r5325.
2005-04-13 21:58:56 +00:00
George Bosilca
44373667ce Use the correct fields to initialize the convertor. Not the one specified by the user but the one
initialized by the PML. We will now correctly act for the buffered sends.

This commit was SVN r5324.
2005-04-13 21:55:02 +00:00
Jeff Squyres
e15d0778ae Don't test for a bad condition
This commit was SVN r5323.
2005-04-13 21:25:25 +00:00
Tim Woodall
986da5f0b9 correct size based on alignment
This commit was SVN r5322.
2005-04-13 21:02:19 +00:00
Jeff Squyres
59798aad75 Fix overwriting problem -- when writing to a bool, write a bool, not
an int (oops!)

This commit was SVN r5321.
2005-04-13 20:42:55 +00:00
George Bosilca
86ac9eab99 If the gm_get is not supported do not even compile the long rendez-vous protocol. In same time if gm_get
is not supported remove some of the MCA parameters.

This commit was SVN r5320.
2005-04-13 20:15:17 +00:00
George Bosilca
dfabcbde43 Even for contiguous data we should take in account the initial displacement of the user datatype.
This commit was SVN r5319.
2005-04-13 19:24:18 +00:00
Jeff Squyres
c8c0ad8666 Clarification of the DEBUG stuff
This commit was SVN r5318.
2005-04-13 19:09:49 +00:00
Tim Woodall
3ba515dafb fix this correctly
This commit was SVN r5317.
2005-04-13 19:08:25 +00:00
Tim Woodall
777a680e3b cleanup
This commit was SVN r5316.
2005-04-13 18:50:56 +00:00
Edgar Gabriel
b591791d30 saving the latest version, which should not compile or work yet. It's just for being able to delete my last copy of the tree using the before Tim-merge infrastructure...
This commit was SVN r5315.
2005-04-13 18:35:07 +00:00
George Bosilca
685ab2a54e Do not return errors in add_proc. If something bad happend or if one of the node is unreacheable
just dont create the ptl_peer struct for this node. Later the PML have to take in account the
management of the reacheable nodes.

This commit was SVN r5314.
2005-04-13 18:25:07 +00:00
Jeff Squyres
befac00371 Fix for bug Josh found -- if we kill as a result of the
OMPI_ERR_INIT_FINALIZE macro (meaning that MPI_INIT has not yet been
invoked or MPI_FINALIZE has already been invoked), then the
communicator argument that is passed to ompi_mpi_abort() is
meaningless and should not be consulted.

This commit was SVN r5313.
2005-04-13 18:07:55 +00:00
Tim Woodall
3b5a9e7377 removed duplicate free
This commit was SVN r5312.
2005-04-13 17:51:43 +00:00
Tim Woodall
55f9f800b1 attach buffer in start and detach when the request completes - this adds some
overhead to the critical path - but ensures buffer reference counts are released
when requests are not released by the application

This commit was SVN r5311.
2005-04-13 17:28:06 +00:00
George Bosilca
682af1ee0f Make sure that the match is called just once after completly reading the header. This bug was raised if we didn't
manage to read any data from the message body, just the header. Then the match was done twice ...

This commit was SVN r5310.
2005-04-13 16:11:20 +00:00
Jeff Squyres
9e0b6baea0 Correct fix for basename() -- rather than play portability games,
let's just have a short for loop that does effectively the same thing,
and gives us better guarantees about [not] modifying the source
buffer, and that one definitely has to free() the output when done
(the implementations of basename() on different platforms vary on
these guarantees). :-) 

This commit was SVN r5307.
2005-04-13 15:26:33 +00:00
George Bosilca
6c79cc3e04 Now we are able to cancel some requests. Not the sends only the receives if they are not matched.
This commit was SVN r5306.
2005-04-13 15:25:28 +00:00
Tim Woodall
d1327e616f fix proxy
This commit was SVN r5305.
2005-04-13 15:24:14 +00:00
Jeff Squyres
4c67d136d8 quick workaround to fix f90 building issue -- will work properly for
--disable-f90, but am working on a proper fix for --enable-f90

This commit was SVN r5304.
2005-04-13 14:45:12 +00:00
Brian Barrett
6609c2e1bb * quick fix to make tree compile on OS X. See bug #1295 for the right
solution

This commit was SVN r5303.
2005-04-13 14:44:46 +00:00
Edgar Gabriel
4ef292717e minor fix in scatterv_inter. We should now pass all ibm inter-collective tests.
This commit was SVN r5302.
2005-04-13 14:34:57 +00:00
Tim Woodall
a2b1f98444 init tag
This commit was SVN r5301.
2005-04-13 14:09:40 +00:00
Jeff Squyres
e761e49f14 A few minor touchups (reviewed by George and Brian).
This commit was SVN r5300.
2005-04-13 14:04:15 +00:00
Jeff Squyres
6d097b5149 Fix minor compiler warning
This commit was SVN r5299.
2005-04-13 13:24:48 +00:00
Josh Hursey
caee2e76b9 Fix a typo that killed the nightly build. :(
Sorry about that.. Pesky 'd' key.

This commit was SVN r5298.
2005-04-13 12:37:58 +00:00
Jeff Squyres
87fce5c2a6 Bunches of things with respect to F90, mainly resulting from work on
Monday with Craig:
- split two f90 modules into two separate .f90 files so that
  dependencies can be satisfied properly in parallel builds (i.e.,
  mpi_kinds.f90 can be compiled and its f90 module can be generated
  before any others are compiled, because it is needed by all of the
  other f90 source files).
- rename mpi.i.h* to be mpi-f90-interfaces.h, just to be a little more
  clear and less name-confusing with mpi.h and mpif.h
- update the build process in src/mpi/f90, including printing out a
  warning that compiling mpi.f90 may take quite a while :-\
- update the wrapper compilers to add in the Right Things for
  compiling F90 MPI applications
- add a check in configure to find what flag the F90 compiler uses to
  identify where f90 module files live

This commit was SVN r5297.
2005-04-13 11:54:36 +00:00
Jeff Squyres
815664c57e Do not include the F90 or CXX libraries in the main libmpi -- they
will have their own compiler's bootstrapping, which we do not want to
include in the C-only libmpi (these were placeholders anyway).

This commit was SVN r5296.
2005-04-13 11:50:43 +00:00
George Bosilca
6df8cb0f02 First step toward cancelation. We decided not to allow sends to be cancelled. For the others cases:
a completed request cannot be cancelled and a receive where the match was already realized cannot
be cancelled as well.

This commit was SVN r5295.
2005-04-13 05:20:11 +00:00
George Bosilca
86b0630d31 Update the macro used to return registered DMA fragments to the free list.
This commit was SVN r5294.
2005-04-13 05:15:18 +00:00
George Bosilca
a9ee215d5c Manage the reference count to the items using atomic operations.
Add a field storing a pointer to the list where an item belong.

This commit was SVN r5293.
2005-04-13 05:14:21 +00:00
George Bosilca
29f27495de In debug mode add 2 field to keep information about the place (file and line number) where the object
was created (or constructed). These 2 fields get initialized in OBJ_NEW and OBJ_CONSTRUCT.

This commit was SVN r5292.
2005-04-13 05:13:03 +00:00
Brian Barrett
309ff000a6 * add --enable-mca-static to specify components that should be statically
linked into libmpi
* add --enable-mca-direct to specify components that should be directly
  called (instead of going through component structs and the like).  The
  components and component frameworks must explicitly support this.
  Currently, only the TEG PML does so.
* Updated all the calls to the PML to use a macro so that they can either
  be direct called or called through function pointer interfaces (aka
  the component infrastructure)

This commit was SVN r5291.
2005-04-13 03:19:48 +00:00
Josh Hursey
a283072b22 a couple of makefile changes for Windows, just to show how really broken the mca and tools directories are under Windows at the moment
This commit was SVN r5290.
2005-04-13 02:35:52 +00:00
Josh Hursey
b253023dbf A bunch of changes which enable the generation of libmpi under
Windows.
Added some functionality to replicate the waitpid and kill
under Windows.
Also created a ompi_environ.* file which contains the same 
funcationality as environ.*, but we can't use that filename
since it is already defined under Windows.

This commit was SVN r5289.
2005-04-13 02:29:33 +00:00
George Bosilca
3d5e2bc343 A LOT of cleanups and remove all useless code.
Fix a bug (the fragment came from a cache so we should reinitialize the ptl_peer before calling the match or
otherwise the match does not set the peer).
Add more user friendly log messages.

This commit was SVN r5288.
2005-04-12 22:46:48 +00:00
George Bosilca
eeb23c70c4 Send back the flags to the sender.
And keep a local directly to the PTL not to the fragment.

This commit was SVN r5287.
2005-04-12 22:44:47 +00:00
George Bosilca
0b89866fe6 We can initialize everything in this function as GM never use the MATCH type of header.
This commit was SVN r5286.
2005-04-12 22:42:41 +00:00
Jeff Squyres
7d4c5531eb Check for Windows libraries too
This commit was SVN r5285.
2005-04-12 22:24:21 +00:00
Brian Barrett
ce07c10a7e * fix error message formatting. resolves bug #1290.
This commit was SVN r5284.
2005-04-12 22:13:55 +00:00
Edgar Gabriel
9350560972 static Connect/Accept works now again...
This commit was SVN r5283.
2005-04-12 21:59:13 +00:00
George Bosilca
a9d8044b0a Automatically disable the rendez-vous protocol if the gm_get function is not available.
This commit was SVN r5282.
2005-04-12 21:50:26 +00:00
Jeff Squyres
2d98ac1bf4 Fix for bug 1285: made the code for re-registering a string MCA
parameter be simpler (and correct ;-) ).

This commit was SVN r5281.
2005-04-12 21:47:29 +00:00
Tim Woodall
f2acb6d66f restore subscribe for connect/accept
This commit was SVN r5280.
2005-04-12 21:25:51 +00:00
Jeff Squyres
31768b36de clean up some of the pointer arithmatic. Correct data
types.

This commit was SVN r5279.
2005-04-12 21:17:45 +00:00
Jeff Squyres
3ec8c614f7 Remove some redundant code
This commit was SVN r5278.
2005-04-12 21:11:40 +00:00
Brian Barrett
aa4157fc60 * fix for bug #1291 - remove configuration files during make uninstall if
they are the same as the versions in the source tree

This commit was SVN r5277.
2005-04-12 20:56:29 +00:00