Brian Barrett
1ce2e26272
Move set_my_name (NDS) functionality from ns_base and universe contact
...
test from orte_init_stage1 into a new framework, Startup Discovery Service
(sds). This allows us to have more flexibility with platforms like
Red Storm, which do not have a universe in the usual meaning and don't have
a seed daemon they can contact
This commit was SVN r6630.
2005-07-27 23:18:16 +00:00
Brian Barrett
6aa464b67e
More changes from Red Storm port
...
- only call sched_yield if it exists
- don't fail out if modex doens't work in ob1
- bunch of fixes for Portals BTL
- add cnos rml component
- add NULL gpr component (should only be used if replica AND proxy
fail to load)
This commit was SVN r6629.
2005-07-27 23:07:14 +00:00
George Bosilca
7d267e63a3
Add a OMPI_CHECK_MX M4 macro.
...
This commit was SVN r6627.
2005-07-27 22:34:01 +00:00
George Bosilca
cd306d9ba7
type.
...
This commit was SVN r6626.
2005-07-27 22:32:27 +00:00
Tim Prins
b7ab5f1ec8
only compile the bproc soh component if we are on bproc 4
...
This commit was SVN r6625.
2005-07-27 22:13:21 +00:00
George Bosilca
9603996a31
Self BTL is working just fine.
...
This commit was SVN r6624.
2005-07-27 21:46:44 +00:00
Rainer Keller
b9e092a9db
There is no btl_mx_error.h, its not included anywhere.
...
This commit was SVN r6623.
2005-07-27 20:48:19 +00:00
George Bosilca
e1b3758fa5
The first cut for he MX BTL.
...
This commit was SVN r6621.
2005-07-27 19:46:36 +00:00
Rainer Keller
08d1ab584a
See comment in file.
...
We need to reset the empty-request to the MPI_REQUEST_NULL.
This commit was SVN r6620.
2005-07-27 17:25:12 +00:00
Galen Shipman
758e572ddb
Use r_key for prepare_dst
...
This commit was SVN r6617.
2005-07-27 15:19:08 +00:00
Tim Woodall
a3dbe7687c
enable btls
...
This commit was SVN r6616.
2005-07-27 15:01:05 +00:00
Galen Shipman
aa749499f8
Don't need to remove pedantic flags for openib.
...
This commit was SVN r6615.
2005-07-27 14:59:41 +00:00
Galen Shipman
7456ea70be
Fixed up some svn:ignore's
...
This commit was SVN r6614.
2005-07-27 13:55:18 +00:00
Galen Shipman
115ef95c88
remove ompi_ignore files
...
add configure.m4 to openib btl and mpool.
This commit was SVN r6613.
2005-07-27 13:42:37 +00:00
Galen Shipman
f3843bee55
Updated openib btl and mpool to use configure.m4
...
removed ompi_ignore files from openib btl and mpool.
This commit was SVN r6612.
2005-07-27 03:38:25 +00:00
Rainer Keller
15c4ae3391
Fix for buglet #1423 .
...
Any non-blocking P2P function should set the request to something else
then MPI_REQUEST_NULL, when passed a source/dest of MPI_PROC_NULL.
Introduce a new ompi_request_empty, which returns the
MPI_SOURCE=MPI_PROC_NULL, MPI_TAG=MPI_ANY_TAG, count=0 as specified by
the MPI-standard.
This commit was SVN r6611.
2005-07-27 01:00:02 +00:00
Brian Barrett
c95bb59651
* fix dumb missing variable assignment bug
...
This commit was SVN r6610.
2005-07-26 22:19:12 +00:00
Tim Prins
384639c5cc
- more build system updates for bproc
...
This commit was SVN r6609.
2005-07-26 22:12:03 +00:00
Brian Barrett
9a83910165
* Change Myrinet/gm btl and mpool to use configure.m4 instead of
...
configure.stub
This commit was SVN r6608.
2005-07-26 21:56:36 +00:00
Craig E Rasmussen
169d9a33fb
Moved MPI_ADDRESS_KIND calculation to configure.ac so that it can go in mpif.h
...
This commit was SVN r6607.
2005-07-26 17:35:41 +00:00
Craig E Rasmussen
fdb7e52330
Moved MPI_ADDRESS_KIND calculation to configure.ac so that it can go in mpif.h
...
This commit was SVN r6606.
2005-07-26 17:23:24 +00:00
Craig E Rasmussen
58d3c06310
Initial version.
...
This commit was SVN r6605.
2005-07-26 17:21:31 +00:00
Rainer Keller
95653399ac
ompi_cronjob.sh
...
Nightly build of trunk and test-suite (PMB and mpich-testsuite)
as defined in build-HOSTNAME.txt
Uses build_tarball.pl (which creates ompi-out-VERSION.txt)
Uses build_tests.pl (which uses ompi-out-VERSION.txt and creates
ompi-tests-out-TEST_VERSION.txt)
Then should qsub the all created combinations of MPI-installations
build_tests.pl:
- Updated to take package_dir; the test-suites subdirectory to
configure -- currently PMB and mpich-testsuite
This commit was SVN r6604.
2005-07-26 01:11:03 +00:00
Tim Prins
dcc81eb598
- fix a bug which made compiles fail when '--with-bproc' is passed
...
- various bugfixes for bproc components
This commit was SVN r6603.
2005-07-25 22:21:40 +00:00
Galen Shipman
9437cea964
Added support for shared receive queue, note that this is a run-time option
...
using OMPI_MCA_btl_mvapi_use_srq=1 and is disabled by default.
This commit was SVN r6602.
2005-07-25 21:15:41 +00:00
Tim Prins
6aceaf81b7
- properly kill off daemons
...
- code cleanup
This commit was SVN r6601.
2005-07-25 15:57:15 +00:00
Galen Shipman
e33a8205e8
Bugfix and use INLINE flag on send.
...
This commit was SVN r6600.
2005-07-25 14:57:33 +00:00
Jeff Squyres
28d6651350
Oops -- that should not have been committed.
...
This commit was SVN r6599.
2005-07-24 11:27:56 +00:00
Jeff Squyres
9dab81d86b
A bunch of updates to the unit tests
...
- Update svn:ignore's to match new exectuable names
- Consolidate the unit test Makefile.am flags into a testing
Makefile.options
- Remove a bunch of SUBDIRS from test/mca/Makefile so that they don't
run by default, but can be invoked manually (they're still in
DIST_SUBDIRS)
This commit was SVN r6598.
2005-07-23 11:11:19 +00:00
Tim Prins
70587299f3
- respect configure options --without-bproc and --with-bproc=no
...
- check for a recent version of LANL bproc by looking for sys/bproc_common.h
This commit was SVN r6596.
2005-07-22 22:41:35 +00:00
Tim Woodall
990c466a9f
tuning
...
This commit was SVN r6595.
2005-07-22 21:33:16 +00:00
Ralph Castain
13fdcff66b
Fix a bug Greg was seeing on subscription returns - problem in pointer arithmetic
...
This commit was SVN r6594.
2005-07-22 20:46:07 +00:00
Thara Angskun
cbed508d9a
This commit was SVN r6593.
2005-07-22 18:04:07 +00:00
Tim Prins
73171fb09d
- added configure.m4 so we only compile the bproc soh component if we have bproc
...
- updated svn:ignore
This commit was SVN r6591.
2005-07-22 14:34:39 +00:00
Greg Watson
986f9e5a07
unignore this component
...
This commit was SVN r6589.
2005-07-21 22:33:04 +00:00
Greg Watson
4ab9a924aa
Avoid multiple calls to update_registry(). Also added sanity check.
...
This commit was SVN r6588.
2005-07-21 22:31:55 +00:00
Galen Shipman
4c119def85
Misc fixes..
...
This commit was SVN r6583.
2005-07-21 20:26:17 +00:00
Brian Barrett
d4058f65e2
* make "no oobs found" output only occur if verbose is set. Needed in rare
...
times it's ok not to have an oob
This commit was SVN r6582.
2005-07-21 20:21:57 +00:00
Brian Barrett
5cd46a1681
* only clean up the if code during finalize if we have initialized.
...
otherwise, badness happens in the OBJ_* code.
This commit was SVN r6581.
2005-07-21 20:20:41 +00:00
Tim Woodall
eb0ed5f3d0
correct typo
...
This commit was SVN r6580.
2005-07-21 20:18:39 +00:00
Tim Prins
9aa319b082
for new bproc components,
...
- improved cleanup on slave nodes
- respect the configure option not to use ptys
- various code cleanups
This commit was SVN r6579.
2005-07-21 19:53:04 +00:00
Tim Woodall
f5ad856857
don't kill the seed daemon
...
This commit was SVN r6578.
2005-07-21 19:45:05 +00:00
Tim Woodall
7010548c1b
correct byte order conversions for size_t == 8 bytes
...
This commit was SVN r6577.
2005-07-21 17:45:09 +00:00
Brian Barrett
a4497238ad
* per conversation with Tim, completely drain the Portals event queues each
...
time through component_progress()
This commit was SVN r6576.
2005-07-21 16:09:13 +00:00
Brian Barrett
0ee12467d6
* implement RDMA put
...
* remove the recv fragment code, since it really isn't needed
* handle memory descriptor binding a bit more sanely, and use
thresholds so that Portals does the unlink for us, when it feels
like it.
This commit was SVN r6575.
2005-07-21 16:06:46 +00:00
Jeff Squyres
7642e24de2
More fixes for TMPDIR for nightly build scripts
...
This commit was SVN r6574.
2005-07-21 14:49:57 +00:00
Brian Barrett
2faa0d179e
* rename a bunch of constants to properly follow prefix rule
...
* change poll time from 10ms to 0ms. bad brian
* change eager / min send limits to make ob1 a bit happier
This commit was SVN r6573.
2005-07-21 13:31:52 +00:00
Brian Barrett
ee3530b4bf
* add me to gm unignores
...
This commit was SVN r6572.
2005-07-21 12:37:18 +00:00
Tim Woodall
2a392b9fca
removed debug
...
This commit was SVN r6571.
2005-07-20 21:13:55 +00:00
Tim Woodall
3553333ef8
removed debug
...
This commit was SVN r6570.
2005-07-20 21:13:24 +00:00