Brian Barrett
c7937ec02e
until I figure out why MPI_INIT failed during make distcheck
...
This commit was SVN r14816.
2007-05-31 02:31:12 +00:00
George Bosilca
07f51ae5dc
Make the test a little bit more difficult.
...
This commit was SVN r14814.
2007-05-30 22:40:16 +00:00
Brian Barrett
f02a9525dc
add pack / unpack test
...
This commit was SVN r14801.
2007-05-30 17:41:15 +00:00
Sven Stork
fc932f1fb4
- changes to get the tests running with visibility enabled
...
This commit was SVN r14730.
2007-05-23 15:02:36 +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
George Bosilca
f2a6b9394f
Deal with the include spree. Protect "environ" on Windows.
...
Some others minors modifications in order to make it
compile [again] on Windows.
This commit was SVN r14188.
2007-04-01 16:16:54 +00:00
Jeff Squyres
4d8ee3d1e1
Add missing #include; fix the build for some picky compilers.
...
This commit was SVN r13696.
2007-02-17 11:54:40 +00:00
George Bosilca
beb9be3fe4
Don't import the datatype debug output if we're not in debug mode.
...
This commit was SVN r13650.
2007-02-14 16:47:12 +00:00
George Bosilca
06044db69a
Add another test for the data-type engine. This test pack and unpack
...
the data in a way similar to the multi-network OB1 PML.
This commit was SVN r13632.
2007-02-13 09:30:19 +00:00
Jeff Squyres
9fb004ab8e
remove the legal_numbits tests
...
This commit was SVN r13575.
2007-02-09 03:18:33 +00:00
Brian Barrett
6f8b366acb
Rename liborte to libopen-rte and libopal to libopen-pal per telecon today
...
and bug #632 .
Refs trac:632
This commit was SVN r12762.
The following Trac tickets were found above:
Ticket 632 --> https://svn.open-mpi.org/trac/ompi/ticket/632
2006-12-05 18:27:24 +00:00
George Bosilca
56748d5f57
Correctly initialize the unpack buffer.
...
This commit was SVN r12529.
2006-11-10 05:11:02 +00:00
Sven Stork
9cf5b3709c
- Add comment for volatile.
...
This commit was SVN r12436.
2006-11-06 14:00:43 +00:00
Sven Stork
27420fbda3
- Make counter volatile to prohibit compiler to perform optimisations.
...
Without this a compiler could assume that the counter is not updated
my the malloc call and remove the test in the assert and always trigger
the assertion.
This commit was SVN r12419.
2006-11-03 10:46:18 +00:00
George Bosilca
14c49b226a
The data-type tests have to be updated too.
...
This commit was SVN r12334.
2006-10-27 05:34:26 +00:00
George Bosilca
a1c9a374eb
Remove all the warnings from the data-type engine testing.
...
This commit was SVN r12167.
2006-10-18 17:00:43 +00:00
Jeff Squyres
5662122885
Fix "make dist". Temporarily snip some tests from the tarball until
...
they can be repaired (more changes coming in from the mad branch that
will break them).
This commit was SVN r11560.
2006-09-08 00:09:37 +00:00
Ralph Castain
7088c1a8a1
Remove stale tests from the "make check" routine
...
This commit was SVN r11525.
2006-09-05 13:05:03 +00:00
Jeff Squyres
d4a2a51921
Remove a bunch of compiler warnings and make the test a litle more
...
correct.
This commit was SVN r11521.
2006-09-03 14:23:02 +00:00
George Bosilca
76d2a0bb74
Remove the reference to the path_sep field from the test.
...
This commit was SVN r11396.
2006-08-24 16:17:33 +00:00
Ralph Castain
8c7f0ed9ae
Change the SOH to the new State Monitoring and Reporting (SMR) framework. New API's will be appearing in the new framework shortly - this just gets the name change into the system.
...
Other changes:
1. Remove the old xcpu components as they are not functional.
2. Fix a "bug" in orterun whereby we called dump_aborted_procs even when we normally terminated. There is still some kind of bug in this procedure, however, as we appear to be calling the orterun job_state_callback function every time a process terminates (instead of only once when they have all terminated). I'll continue digging into that one.
This will require an autogen/configure, I'm afraid.
This commit was SVN r11228.
2006-08-16 16:35:09 +00:00
Terry Dontje
67980d7f97
Removed include of stdbool.h since it was not being used and was causing the
...
Sun compilers to abort when make check was done.
This commit was SVN r11145.
2006-08-10 14:25:45 +00:00
Josh Hursey
d082a63734
Add some new OPAL functionality.
...
After seeing the uglyness that is removing directories in the
codebase I decided to push down this to the OPAL by extending the
opal/os_create_dirpath.(c|h) to contain some more functionality.
In this process I renamed 'os_create_dirpath' to 'os_dirpath' since it
is a bit more general now.
Added a few functions to:
- check if an directory is empty
- check to see if the access permissions are set correctly
- destroy the directory at the end of the dirpath
- By using a caller callback function (a la Perl, I believe)
for every file, the caller can have fine grained control over
whether a specific file is deleted or not.
This simplifies things a bit for orte_session_dir_(finalize|cleanup)
as it should no longer contain any of this functionality, but uses
these functions to do the work.
From the external perspective nothing has changed, from the
developer point of view we have some cleaner, more generic code.
This commit was SVN r10640.
2006-07-03 22:23:07 +00:00
Brian Barrett
0482bbd94b
* add event into dist_subdirs so that the Makefile.in gets created
...
This commit was SVN r10559.
2006-06-28 22:53:21 +00:00
Brian Barrett
b34768962c
* put event library tests into the testing infrastructure so that they can
...
be built without heroic effort
This commit was SVN r10517.
2006-06-26 22:28:59 +00:00
George Bosilca
379b170a29
Update the datatype tests.
...
This commit was SVN r10511.
2006-06-26 20:10:27 +00:00
George Bosilca
1ab7dcc632
Cleanups.
...
This commit was SVN r10509.
2006-06-26 20:09:04 +00:00
Jeff Squyres
f08e54029c
- Update svn:ignore
...
- Built to_self, but don't run it during "make check" (because it
calls MPI_INIT, which requires a functional install)
This commit was SVN r10491.
2006-06-23 02:14:27 +00:00
Jeff Squyres
67b07ba4fc
AM complains if we define names with specific suffixes and the
...
executable name is not listed anywhere -- so just comment them out for
now.
This commit was SVN r10472.
2006-06-22 11:56:18 +00:00
Jeff Squyres
fa6b6c6098
This test calls MPI_INIT -- can't do that in the unit tests because
...
that assumes that OMPI has been fully installed (e.g., that may not be
valid during "make distcheck")
This commit was SVN r10470.
2006-06-22 11:47:31 +00:00
George Bosilca
efb987f156
Output the right message.
...
This commit was SVN r10457.
2006-06-21 16:25:02 +00:00
George Bosilca
9436729bee
Impoving the checksum test.
...
This commit was SVN r10435.
2006-06-20 15:55:54 +00:00
George Bosilca
1e4199ee61
Add more datatype tests. One to check all communications to self, it is used
...
to compute the overhead of the convertor (and all convertor related operations).
The second will check the position setting on the convertor. Not yet completed ...
This commit was SVN r10432.
2006-06-20 14:19:44 +00:00
George Bosilca
338ef1dc96
The convertor should be prepared before calling personalize. Otherwise, no
...
datatype is attached to it.
This commit was SVN r10419.
2006-06-19 15:57:33 +00:00
George Bosilca
ba914bfb52
Don't use srandomdev (it's BSD specific). Instead use srandom with the time ...
...
This commit was SVN r10391.
2006-06-16 06:47:35 +00:00
George Bosilca
ad1065d572
Even moe complex. Now we do the unpacking using 2 iovecs. And still working ...
...
This commit was SVN r10374.
2006-06-15 06:21:16 +00:00
George Bosilca
d55783643d
An updated version with a behavior closer to the buffered send.
...
This commit was SVN r10373.
2006-06-15 06:07:11 +00:00
George Bosilca
cb2f35b875
Add a checksum test. It allow to check if the same operation (pack/unpack)
...
done with the same values on 2 different types return the same value. The 2
types belong to 2 differents classes: contiguous and sparse. With this test
I simulate the behavior of the buffered send, where the sender send the
data from the user attached buffer (which is contiguous) and the receiver
receive it in a sparse type.
This commit was SVN r10372.
2006-06-15 05:28:17 +00:00
Brian Barrett
2e864470d4
* add include now needed with rearranging of includes in ompi class code
...
This commit was SVN r10361.
2006-06-14 21:30:17 +00:00
Galen Shipman
18dda70fd0
make ompi_free_list_item_t a class..
...
This will go to the 1.1 branch but will probably require a few changes as
ompi_free_list_t is different in the branch..
This commit was SVN r10306.
2006-06-12 16:44:00 +00:00
George Bosilca
9da7af4c96
Remove all warnings except the missing prototypes.
...
This commit was SVN r10108.
2006-05-26 20:53:35 +00:00
George Bosilca
6df7bf1a0f
Remove one useless test.
...
This commit was SVN r10004.
2006-05-22 06:13:49 +00:00
George Bosilca
eb149cb9c8
Move the datatype tests in its own directory.
...
This commit was SVN r10003.
2006-05-22 06:12:43 +00:00
Rainer Keller
0f9b10ff8e
- Update test dup MPI_COMM_WORLD -- so that we may
...
have additional Barriers for output.
This commit was SVN r9831.
2006-05-05 07:42:33 +00:00
George Bosilca
4f465967c7
Don't run if there are not at least 2 processes.
...
This commit was SVN r9668.
2006-04-20 19:12:09 +00:00
Brian Barrett
29c70291a9
* properly distribute the peruse test directory so that nightly builds
...
happen
This commit was SVN r9412.
2006-03-24 13:42:01 +00:00
George Bosilca
1439fb6e33
Look like finally we manage to do it correctly. Thanks Jeff.
...
This commit was SVN r9376.
2006-03-23 06:58:49 +00:00
George Bosilca
51df8175d7
Allow conditional compilation of the PERUSE test while still adding PERUSE to
...
the make dist target.
This commit was SVN r9375.
2006-03-23 05:53:38 +00:00
George Bosilca
57f0eeccff
Activate the PERUSE test if we compile with PERUSE support.
...
This commit was SVN r9374.
2006-03-23 05:10:08 +00:00
George Bosilca
aef1358808
First import or peruse. As it look like SVN doesn't like to import simultaneously
...
2 directories having the same name I have to split the import in 2. I start with
the test and the configure.
This commit was SVN r9372.
2006-03-23 04:54:10 +00:00