Donald Kerr
c40307fd27
add user warning message to inform when udapl btl is no longer able to register memory
...
This commit was SVN r14678.
2007-05-16 21:04:50 +00:00
Jeff Squyres
af7f56c179
Really. We can spell his name right. Really. :-)
...
This commit was SVN r14677.
2007-05-16 20:30:06 +00:00
Brian Barrett
7708c4f887
Don't complain about unsupported protocols. Needs to be made better,
...
but this will quit the whining from platforms where the kernel doesn't
have IPv6 support.
This commit was SVN r14676.
2007-05-16 20:11:47 +00:00
Galen Shipman
542937ee2f
ompi running on bproc again.
...
This commit was SVN r14675.
2007-05-16 19:55:43 +00:00
Sven Stork
22af6d38e6
- UNexport symbols that shouldn't be needed outside the libraries
...
- replace #if/#endif with BEGIN/END_C_DECLS
- reformating
This commit was SVN r14669.
2007-05-16 15:46:52 +00:00
Sven Stork
bd29eb9bd1
- backout commit r14667, because internal functionality shouldn't be exported.
...
NOTE: if visibility is enabled "make check" will fail
This commit was SVN r14668.
The following SVN revision numbers were found above:
r14667 --> open-mpi/ompi@1f526a95e9
2007-05-16 15:43:44 +00:00
Sven Stork
1f526a95e9
- we need to export this internal symbols because the tests in
...
test/memory need them.
This commit was SVN r14667.
2007-05-16 15:14:31 +00:00
Sven Stork
a97e65e7f7
- export mmap/munmap so the memory manager can intercept this calls
...
This commit was SVN r14665.
2007-05-16 13:40:33 +00:00
Gleb Natapov
61e889a1d9
Fix breakage of GM by r13921. On receive GM provides only buffer pointer
...
without any context so we need to save a context somewhere so it can be
retrieved given only buffer pointer. This patch saves context (pointer to
frag) just before start of a buffer so it can be be easily retrieved.
This commit was SVN r14664.
The following SVN revision numbers were found above:
r13921 --> open-mpi/ompi@90fb58de4f
2007-05-16 12:20:58 +00:00
Brian Barrett
ce4e24c399
need to empty location of libltdl.la so that we don't try to build it when
...
we're not using dlopen
This commit was SVN r14662.
2007-05-15 23:43:38 +00:00
Galen Shipman
df86202202
get bproc to compile, other issues still remain..
...
This commit was SVN r14661.
2007-05-15 23:11:33 +00:00
Donald Kerr
2ed72bf2e2
break evd_qlen into individual qlens (async,dto,conn); add checks based on udapl limits and number of peers
...
This commit was SVN r14659.
2007-05-15 17:47:00 +00:00
Pavel Shamis
cd87b05711
Added check for IBV_EVENT_CLIENT_REREGISTER async
...
event that was not exists in old openib gen2 versions
(Ticket #1025 )
This commit was SVN r14658.
2007-05-15 13:53:49 +00:00
Sven Stork
91fa494f0e
- another missing symbol
...
This commit was SVN r14657.
2007-05-15 13:38:50 +00:00
Sven Stork
18a5747799
- this symbol is (at least) used by the basic collective component
...
This commit was SVN r14654.
2007-05-15 12:48:58 +00:00
Brian Barrett
21e00f6f0c
Clean up a couple of configure things:
...
* Require Autoconf 2.60 or higher and remove some cruft
required for AC 2.59 or the AC 2.59 / AC 2.60 mix
* Remove a bunch of now unnecessary AC_SUBST calls
* Use the libtool-provided variables for the -I and
library to use when compiling against ltdl
Fixes trac:1000
This commit was SVN r14652.
The following Trac tickets were found above:
Ticket 1000 --> https://svn.open-mpi.org/trac/ompi/ticket/1000
2007-05-15 04:23:48 +00:00
Jeff Squyres
c5782642d9
Fix some param names so that they show up when you "ompi_info --param
...
oob all".
This commit was SVN r14646.
2007-05-11 20:58:11 +00:00
Jeff Squyres
92090967b1
Add definitions for Hemon/ConnectX Mellanox HCA
...
This commit was SVN r14639.
2007-05-10 12:27:51 +00:00
Brian Barrett
b439d1c18b
A couple of autogen updates
...
* If we're using AM 1.10, there's a crazy bug with libltdl if it was
bootstrapped with AM 1.9.x where it will fail horribly during
'make dist'. So rebootstrap with AM 1.10 so that it all works out.
* Since we have the information, only apply the patch for libtool that
matches the version we're actually using
* Clean up some of the output just a little bit
This commit was SVN r14635.
2007-05-09 19:54:10 +00:00
Donald Kerr
436d370d51
latency improvements: use ompi_free_list_init_ex, create optimal alignment parameter, remove rdma guarantee path, replace dat_lmt_sync_rdma with use of volatile
...
This commit was SVN r14634.
2007-05-09 19:41:25 +00:00
Jeff Squyres
b9195145e9
Bring over Sven's specfile generator from /tmp/sven-specfile-generator.
...
This commit was SVN r14628.
2007-05-09 12:18:39 +00:00
Gleb Natapov
2562253678
Do more work at RDMA frag preparation time and less work at RDMA frag sending
...
time.
This commit was SVN r14627.
2007-05-09 12:11:51 +00:00
Gleb Natapov
78fda79630
Use size_t instead of uint64_t in call to convertor cloning.
...
This commit was SVN r14626.
2007-05-09 10:02:06 +00:00
Rich Graham
5359cee937
declare undeclared function, so that the code will compile.
...
This commit was SVN r14625.
2007-05-09 04:47:40 +00:00
Rich Graham
dc06f174ae
fix dummy functions to match the function prototype
...
This commit was SVN r14624.
2007-05-09 04:46:21 +00:00
Pavel Shamis
e2d0e27111
Adding:
...
* openib_finalize flow for openib btl
* async event handler for openib btl
This commit was SVN r14623.
2007-05-08 21:47:21 +00:00
Jeff Squyres
51ff779a5d
Minor gramatical nit found by Karen/Sun.
...
This commit was SVN r14622.
2007-05-08 21:24:44 +00:00
Brian Barrett
d06c551360
Autotools notes to the HACKING file
...
This commit was SVN r14621.
2007-05-08 20:37:08 +00:00
Brian Barrett
52fd5b15bd
Tarballs now built with 2.61, 1.10, 2.1a. Add news item about it
...
This commit was SVN r14620.
2007-05-08 20:29:27 +00:00
Brian Barrett
6e58cdc4a3
We've been requiring 1.5.22 for a while to make things actually work, so
...
update autogen.sh to match.
This commit was SVN r14619.
2007-05-08 20:29:04 +00:00
Jeff Squyres
395d05b6bc
Update the man page to describe both -wdir and -wd. -wdir is consider
...
the "primary" option and -wd is the synonym. Regardless, either of
them function exactly like the other.
This commit was SVN r14618.
2007-05-08 20:27:20 +00:00
Brian Barrett
830bcae3ae
Add warning to all users that they're going to have to update their version
...
of the autotools fairly soon now
This commit was SVN r14617.
2007-05-08 19:57:17 +00:00
Jeff Squyres
8a68b2dba7
Add -wdir option as a synonym for -wd (to make us match the man page).
...
This commit was SVN r14614.
2007-05-08 19:09:32 +00:00
Tim Mattox
4d6955886e
Update the 1.2.2 section of the NEWS file.
...
This commit was SVN r14611.
2007-05-08 17:49:33 +00:00
Terry Dontje
f864348f97
Put an ifdef to conditionalize the use of memcpy for sparcv9 platforms to
...
avoid alignmment issues. This commit fixes trac:1009.
This commit was SVN r14608.
The following Trac tickets were found above:
Ticket 1009 --> https://svn.open-mpi.org/trac/ompi/ticket/1009
2007-05-08 17:17:34 +00:00
Jeff Squyres
c59607805e
There is no need to re-run autogen.sh because of this commit. The
...
next time you run autogen.sh, some *.orig files that are created when
autogen.sh patches libtool will be removed (so that "svn st" doesn't
report them).
This commit was SVN r14606.
2007-05-08 13:24:08 +00:00
Ralph Castain
ad541e163e
Fix compiler warning
...
This commit was SVN r14605.
2007-05-08 13:21:18 +00:00
Jeff Squyres
ecf5a3b8dd
Fix compiler warning
...
This commit was SVN r14604.
2007-05-08 13:12:50 +00:00
Brian Barrett
4adca8af77
Fix two errors with r14552:
...
* Have _ompi_check_package_lib set LIBS, similar to how
_ompi_check_package_include sets CPPFLAGS. Fixes an
issue discovered by Don
* Need to restore flags after end of TM testing.
This commit was SVN r14602.
The following SVN revision numbers were found above:
r14552 --> open-mpi/ompi@e63346a633
2007-05-08 02:24:27 +00:00
Brian Barrett
b05ee939dd
Update news with change in r14600 (Refs trac:1021)
...
This commit was SVN r14601.
The following SVN revision numbers were found above:
r14600 --> open-mpi/ompi@36b5db6b39
The following Trac tickets were found above:
Ticket 1021 --> https://svn.open-mpi.org/trac/ompi/ticket/1021
2007-05-08 02:19:58 +00:00
Brian Barrett
36b5db6b39
Escape $tmpCC, as it will have / in it in many cases, leading to a sed
...
expression that doesn't work.
Refs trac:1021
This commit was SVN r14600.
The following Trac tickets were found above:
Ticket 1021 --> https://svn.open-mpi.org/trac/ompi/ticket/1021
2007-05-08 02:17:13 +00:00
Sven Stork
d0c936ca85
- export required symbols or library is useless
...
This commit was SVN r14595.
2007-05-07 13:59:37 +00:00
Sven Stork
32564d73da
- the define is always defined independent, therefore we need to check if
...
it's 1 or not
This commit was SVN r14594.
2007-05-07 13:18:09 +00:00
Sven Stork
3707207cca
- we don't need to export this symbol
...
This commit was SVN r14593.
2007-05-07 13:05:52 +00:00
Jeff Squyres
823d26544e
Add note about ordering of f90 status arrays.
...
This commit was SVN r14592.
2007-05-05 05:03:19 +00:00
Jeff Squyres
86f48bf0d7
Fix ordering of dimensions for status arrays. Thanks to Randy Bramley
...
for noticing the problem.
This commit was SVN r14591.
2007-05-05 05:02:02 +00:00
Jeff Squyres
1ec9052e55
Update PGI notes to reflect that -Msignextended flag is not necessary
...
in 7.0 and beyond (because it's now the default).
This commit was SVN r14590.
2007-05-05 05:00:27 +00:00
Tim Mattox
97664b686c
Updated the 1.2.2 section of the NEWS file.
...
This commit was SVN r14586.
2007-05-04 18:00:10 +00:00
Sven Stork
ee2764fdb1
- fix the broken trunk in the case of disabled visibility feature
...
(sorry about the config stuff change during working time)
This commit was SVN r14584.
2007-05-04 15:58:08 +00:00
Sven Stork
a04c8eb39a
- Bring over the visibility feature, for a finer symbol export control
...
via the visibility feature that is provided by some compilers.
Per default this feature is disabled, to enable it you need to
configure with --enable-visibility and obviously you need a compiler
with visibility support. Please refer to the wiki for more information.
https://svn.open-mpi.org/trac/ompi/wiki/Visibility
This commit was SVN r14582.
2007-05-04 09:03:37 +00:00