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

3238 Коммитов

Автор SHA1 Сообщение Дата
Rich Graham
f3c322d0d2 remove debug code.
This commit was SVN r3378.
2004-10-27 21:35:16 +00:00
Brian Barrett
74b00189a3 * add missing header
This commit was SVN r3377.
2004-10-27 20:46:30 +00:00
Tim Woodall
79548a9ade corrections to the scheduling logic
This commit was SVN r3376.
2004-10-27 20:28:09 +00:00
Brian Barrett
0210b6e8dd * add a debugging hack for Tim so to delay successive rsh/ssh calls so
that the xauth doesn't get whacked

This commit was SVN r3374.
2004-10-27 15:29:03 +00:00
Prabhanjan Kambadur
855d7bebaa Makefile for command line build for windows. This allows us to build without having to start up visual studio all the time ... although, visual studio is not all that bad :)
This commit was SVN r3373.
2004-10-27 14:52:04 +00:00
Tim Woodall
9afd8cfb16 correct typo
This commit was SVN r3372.
2004-10-27 14:38:20 +00:00
Tim Woodall
64faddd656 release allocated memory
This commit was SVN r3371.
2004-10-27 14:34:47 +00:00
Tim Woodall
a284813230 required for autogen
This commit was SVN r3370.
2004-10-27 14:15:17 +00:00
Tim Woodall
f6ab31f38d - renamed ACK flag
- first cut at MX support for short messages

This commit was SVN r3369.
2004-10-27 13:52:06 +00:00
Tim Woodall
cddf69bebf added optional arg to thread
This commit was SVN r3368.
2004-10-27 13:50:27 +00:00
Brian Barrett
ed22836634 * add some documentation for the job track code
This commit was SVN r3367.
2004-10-27 11:50:23 +00:00
Jeff Squyres
4a860a5a81 Correct the MPI semantics for all the fortran test/wait functions.
This commit was SVN r3366.
2004-10-27 00:51:46 +00:00
Tim Woodall
4c9b34c428 corrections to testany/all
This commit was SVN r3365.
2004-10-26 23:42:02 +00:00
Tim Woodall
3e99353ce1 correct mpi semantics
This commit was SVN r3364.
2004-10-26 23:39:24 +00:00
Tim Woodall
a821e8125c corrections to test
This commit was SVN r3363.
2004-10-26 23:03:18 +00:00
Prabhanjan Kambadur
1eb544b8a0 some helper makefiles. too lazy to open up visual studio every time
This commit was SVN r3362.
2004-10-26 22:28:35 +00:00
Tim Woodall
6394ffd997 check request state
This commit was SVN r3361.
2004-10-26 22:11:42 +00:00
Brian Barrett
0b131fe5c4 * Wait for all children before allowing the RSH or RMS pcm to finalize so that
cleanup happens correctly
* Deregister all async waitpid callbacks during pcm finalize so that they
  don't accidently trip after the component has been unloaded
* Cleanup the pid tracking code shared by RMS and RSH and update both
  components to match
* Add a bit to MPI_Abort() in preparation of ompi_rte_kill_job working
  properly soon

This commit was SVN r3360.
2004-10-26 22:11:03 +00:00
Tim Woodall
1fe472dff0 correct return status
This commit was SVN r3359.
2004-10-26 22:09:26 +00:00
Jeff Squyres
c99a202fa3 Make value of BSEND_OVERHEAD match what is in mpi.h
This commit was SVN r3358.
2004-10-26 21:55:44 +00:00
Jeff Squyres
de5d8c5c11 Part 1 of ompi_status_empty. More coming.
This commit was SVN r3357.
2004-10-26 21:55:20 +00:00
Tim Woodall
923ece8537 changed calls to test/testany
This commit was SVN r3356.
2004-10-26 21:46:04 +00:00
Tim Woodall
8d48c2113f added renamed ompi_request_test to ompi_request_test_any and
added new ompi_request_test w/ the correct semantics for a single test

This commit was SVN r3355.
2004-10-26 21:45:25 +00:00
Rich Graham
7534fccec8 remove some unused variables, and change data type and user
buffer pointers to use the ones the ones that are correct
when buffered sends are used.

This commit was SVN r3354.
2004-10-26 21:28:41 +00:00
George Bosilca
58db40470a Correctly compute the number of loops in each datatype.
This commit was SVN r3353.
2004-10-26 20:13:42 +00:00
George Bosilca
0405d7965e Remove the stack define from this file.
This commit was SVN r3352.
2004-10-26 20:13:04 +00:00
George Bosilca
57cd74c9db A small trick for count == 0
This commit was SVN r3351.
2004-10-26 20:12:26 +00:00
Jeff Squyres
93e09fbfa9 Updates for fortran bindings
This commit was SVN r3350.
2004-10-26 19:28:05 +00:00
Prabhanjan Kambadur
df3c0da4af Adding protection for c++ name mangling
This commit was SVN r3349.
2004-10-26 19:15:19 +00:00
Tim Woodall
7c25c4b499 correct the arch setting
This commit was SVN r3348.
2004-10-26 19:12:48 +00:00
Prabhanjan Kambadur
9421f0d154 adding windows linkage directive to this file. had previously left it untouched because george had commits then and forgot about it after he committed
This commit was SVN r3347.
2004-10-26 18:48:45 +00:00
Prabhanjan Kambadur
20242c3c66 until there is a better way of generating the version files. still dont have the code to generate these files on windows. trivial issue and probably does not matter
This commit was SVN r3346.
2004-10-26 18:30:34 +00:00
Rich Graham
7e55ce2d8c make sure that with the single PTL case, the number of bytes scheduled
does not exceed the max size allowed.

This commit was SVN r3345.
2004-10-26 18:08:51 +00:00
Edgar Gabriel
16abfe9ed7 group_null, and comm_null have to be accessible also in comm_dyn.c, therefore I had to add an 'extern' statement in the header file.
This commit was SVN r3344.
2004-10-26 17:25:49 +00:00
Prabhanjan Kambadur
05d6b30d66 adding protection. dont know how this was missed in the whole big prtection commit
This commit was SVN r3343.
2004-10-26 15:47:15 +00:00
Rich Graham
13b9c39958 2 fragment messages are now working.
This commit was SVN r3342.
2004-10-26 15:38:22 +00:00
Rich Graham
ae97a54070 set the number of bytes sent by the sender for use by the
receive completion logic.

This commit was SVN r3341.
2004-10-26 15:24:58 +00:00
Edgar Gabriel
17fd5308a6 moving all internal communication to negative tags
This commit was SVN r3340.
2004-10-26 15:06:51 +00:00
Tim Woodall
c01a17dad9 - fixed arg list in sendrecv
- added brain dead sendrecv_replace implementation

This commit was SVN r3339.
2004-10-26 14:55:23 +00:00
Edgar Gabriel
22acad7c5c adding the routine to handle the proper disconnect of all dynamic communicators in MPI_Finalize (in cases the user did not explicitly disconnect).
This commit was SVN r3338.
2004-10-26 14:54:23 +00:00
Prabhanjan Kambadur
10ff968ec7 adding protection for the flex files. also added ompi_config.h for them
This commit was SVN r3337.
2004-10-26 14:11:44 +00:00
Tim Woodall
78a18a4acd corrected error checking
This commit was SVN r3336.
2004-10-26 12:37:19 +00:00
Tim Woodall
90c300defb removed warning message
This commit was SVN r3335.
2004-10-26 12:34:51 +00:00
Jeff Squyres
17a10cee87 Ensure to set MPI_REQUEST_NULL's f_to_c index
This commit was SVN r3334.
2004-10-26 12:11:16 +00:00
Jeff Squyres
c7807685ec Ensure to set the proper value for fortran's MPI_REQUEST_FREE
This commit was SVN r3333.
2004-10-26 11:52:14 +00:00
Tim Woodall
58c0cdeb6e cleanup
This commit was SVN r3332.
2004-10-26 11:39:16 +00:00
Edgar Gabriel
ee8b9e1897 first cut on the new disconnect infrastructure. More to come,
especially focusing on Finalize.

This commit was SVN r3331.
2004-10-26 11:37:58 +00:00
Jeff Squyres
9f13808c1c Remove compiler warning
This commit was SVN r3330.
2004-10-26 11:18:10 +00:00
Jeff Squyres
9697a3977d Remove some compiler warnings
This commit was SVN r3329.
2004-10-26 10:56:08 +00:00
George Bosilca
317c894a26 Several minor & major bugfixes:
- reorder the code to accept LB and UB with ZERO count (it's MPI legal)
- improuve the LB & UB computation, It's still not completly clear how to handle them in some specific cases.

This commit was SVN r3328.
2004-10-26 06:15:22 +00:00