Jeff Squyres
e256cdc59b
Fix function declaration types and functions (verified by looking at
...
the functions -- they return things like OMPI_SUCCESS).
This commit was SVN r6981.
2005-08-23 12:36:32 +00:00
Jeff Squyres
83cb5db658
Add ifort as a valid compiler (and remove ifc)
...
This commit was SVN r6980.
2005-08-23 12:11:41 +00:00
Ralph Castain
5d7e5b17e0
Add these two functions so I don't have to keep adding them when I transfer diff's around.
...
NOTE: These have NOT been added to the Makefile.am in the repository. Please do NOT add them at this time - I will do so later.
This commit was SVN r6979.
2005-08-23 03:23:53 +00:00
Ralph Castain
bf543e5dec
Cleanup some svn:ignore properties
...
This commit was SVN r6978.
2005-08-23 03:22:04 +00:00
Brian Barrett
2e73f0d1bd
Two bug fixes to the argv code:
...
- If passing in a valid argv array with no members (so argv[0] == NULL),
opal_argv_copy() should return a valid argv array with no members,
instead of NULL.
- make sure to update the argc value when deleting members of an array
This commit was SVN r6977.
2005-08-22 22:49:27 +00:00
Rainer Keller
f0c2f78dd4
- Another one, just missed.
...
This commit was SVN r6976.
2005-08-22 18:12:05 +00:00
Rainer Keller
1ac8c75965
- Nothing of interest: Fixed comments, indentation...
...
To get a clear view on the next patch.
This commit was SVN r6975.
2005-08-22 18:02:10 +00:00
Brian Barrett
b40e8be6a0
* timer support for the SGI Altix machines
...
This commit was SVN r6974.
2005-08-22 16:33:36 +00:00
Brian Barrett
4cf1186421
* need to include the libs in the wrapper_extra_libs in case we are building
...
static...
This commit was SVN r6973.
2005-08-22 04:39:21 +00:00
Brian Barrett
c189dabbe8
* update ignore file
...
This commit was SVN r6972.
2005-08-22 04:38:20 +00:00
Brian Barrett
1241645166
* don't ignore Portals BTL anymore
...
This commit was SVN r6971.
2005-08-22 03:52:07 +00:00
Brian Barrett
5375146d53
* replaces all uses of == with = in test arguments
...
* make sure LIBS contains -lpmapi before checking for pm_cycles()
* reorder aix functions so that we don't use get_usecs() before we
define it
This commit was SVN r6970.
2005-08-22 03:47:48 +00:00
Brian Barrett
f48968d8f4
clean up the error code situation - ensure that OMPI_ERROR == ORTE_ERROR ==
...
OPAL_ERROR, same for all the other error codes. Also, make sure that there
are never conflicts between OPAL anr ORTE error codes (for example).
Finally, provide opal_perror(), opal_strerror(), and opal_strerror_r() to
give stringified error messages for the different error codes
This commit was SVN r6969.
2005-08-22 03:05:39 +00:00
Brian Barrett
9fa52317b6
* check what's in the VERSION file, not what svnversion returned when
...
deciding whether to hard code the r number when making a dist tarball
This commit was SVN r6968.
2005-08-22 00:00:59 +00:00
Brian Barrett
b79fa6bd9e
* standard directory ignores
...
This commit was SVN r6967.
2005-08-21 23:54:37 +00:00
Brian Barrett
8d15ee8b2f
* remove pml direct call header file as part of make distclean
...
* remove output files for tests as part of make clean
This commit was SVN r6966.
2005-08-21 23:48:12 +00:00
Brian Barrett
948d8963e2
* must add SUBDIRS to DIST_SUBDIRS explicitly. duh.
...
This commit was SVN r6965.
2005-08-21 23:37:20 +00:00
Brian Barrett
b70470d693
* oops - meant to move runtime to DIST_SUBDIRS, not remove it completely.
...
This commit was SVN r6964.
2005-08-21 23:02:39 +00:00
Brian Barrett
0eb5337230
* more AIX timer changes. Rough implementation, and some configure
...
updates that should make things out on aries happier
This commit was SVN r6963.
2005-08-21 22:43:40 +00:00
Brian Barrett
2191d4a6b9
* don't do "make check" into runtime/ automatically because the start/stop
...
test requires MCA be setup properly and the sigchld test really isn't that
important at this point
This commit was SVN r6962.
2005-08-21 22:40:11 +00:00
Brian Barrett
211703ba4b
* fix doc installation location
...
This commit was SVN r6961.
2005-08-21 22:20:49 +00:00
Brian Barrett
1a05698feb
* standard ignore files
...
This commit was SVN r6960.
2005-08-21 21:41:44 +00:00
Brian Barrett
85beffc8f9
* don't try to test functionality the system told you wasn't there ;)
...
This commit was SVN r6959.
2005-08-21 21:37:28 +00:00
Brian Barrett
25701c739f
* remove debugging #if 0 that accidently sneaked into the test
...
This commit was SVN r6958.
2005-08-21 21:31:17 +00:00
Brian Barrett
dcfcb5ab5a
* shell of aix high-resolution times
...
This commit was SVN r6957.
2005-08-21 21:28:14 +00:00
Brian Barrett
071cf256ee
* add missing header file for sysconf
...
This commit was SVN r6956.
2005-08-21 21:25:24 +00:00
Brian Barrett
ba1f742f34
* fix bug in ompi_mca.m4 that would prevent components that were forced
...
not to build to not be added to the ALL_COMPONENTS list and therefore
not distributed in a tarball
* add some of the contrib/ stuff to the dist tarball (the stuff to
make binary packages and the "--with-platform" files)
This commit was SVN r6955.
2005-08-21 21:04:52 +00:00
Brian Barrett
e45fc567b3
* fix up configure help messages for timers
...
* make Solaris timer code compile
* fix compile error in solaris threads code
This commit was SVN r6954.
2005-08-21 21:02:28 +00:00
Brian Barrett
89125a95ca
updates to package building script for OS X, including a readme for OMPI instead
...
of LAM ;)
This commit was SVN r6953.
2005-08-21 20:37:58 +00:00
Brian Barrett
9146738863
* copy over script to build OS X packages from LAM
...
This commit was SVN r6952.
2005-08-21 20:28:26 +00:00
Brian Barrett
eeeaa7f162
* bunch of header file and constant changes to make test tree run
...
"make check" after the opal/orte/ompi constants renames
This commit was SVN r6951.
2005-08-21 19:21:09 +00:00
Brian Barrett
ecf3921ace
* fix some problems with C++ protection in timer headers
...
* Make ompi_info list timer components
* Remove flag to display whether we have memory intercepts (components are
already listed), until we can figure out how to do it *after* the
components are opened.
This commit was SVN r6950.
2005-08-21 19:14:49 +00:00
Brian Barrett
f2769f14e8
* Add malloc_interpose memory manager intercept functions that should work
...
on all glibc systems (tested with x86 and x86_64 with a couple of C++
compilers). While not as ideal as the malloc_hooks method, it does
have the advantage of working with threads.
* Modified malloc_hooks component to properly follow prefix rule. No
functionality changes
* Make the memory framework only chose one component, and modify all
components to set priority to 20, except malloc-interpose, which is
at 10. This means that on Linux, malloc_hooks will be used unless
threads are enabled, since I think malloc_hooks is a better design
choice when we can use it
This commit was SVN r6949.
2005-08-21 19:01:39 +00:00
Brian Barrett
27bb12f665
* add copyright header to configure.m4 file
...
This commit was SVN r6948.
2005-08-21 18:56:40 +00:00
Brian Barrett
edbcdf0dac
* add support for reading the PowerPC timebase
...
* add support to Linux timer for getting the frequency of the Timebase
on a PPC Linux box
This commit was SVN r6947.
2005-08-20 21:09:16 +00:00
Brian Barrett
1fe9356d37
* Clean up the --with-platform option to automagically set a whole bunch
...
of flags to configure. Now don't need to specify the contrib/platform
part of the path if you don't want to
* Add "optimized" platform setting that will undo all the performance-
affecting things that a developer build sets up.
This commit was SVN r6946.
2005-08-20 20:43:59 +00:00
Jeff Squyres
47b2b95c00
Minor updates
...
This commit was SVN r6945.
2005-08-20 20:28:05 +00:00
Jeff Squyres
2b04d3aaeb
More clarifications
...
This commit was SVN r6944.
2005-08-19 22:34:07 +00:00
Jeff Squyres
12760d2488
A few minor updates
...
This commit was SVN r6943.
2005-08-19 22:28:17 +00:00
Tim Woodall
205af3af0a
correct segment address
...
This commit was SVN r6942.
2005-08-19 20:20:27 +00:00
Brian Barrett
acd652a7ac
* have rsh setup opal_progress so that call_yield is only called if the nodes
...
are oversubscribed (based on information from ras and current data in gpr)
This commit was SVN r6941.
2005-08-19 18:56:44 +00:00
Brian Barrett
0a07341c40
* disconnect if an error occurs after we connected
...
This commit was SVN r6940.
2005-08-19 18:10:37 +00:00
Brian Barrett
e737bba753
* version of the tm pls that uses the proxy orteds, avoiding all the nasty
...
multi-client issues the old version had. Also, ignore the NULL iof
component, since we shouldn't use it when using the proxy orteds
This commit was SVN r6939.
2005-08-19 16:49:59 +00:00
Brian Barrett
80f27b5d87
* fix some bit rot in tm pls/ras
...
* remove src/ directory for tm pls/ras
This commit was SVN r6937.
2005-08-19 14:46:11 +00:00
Jeff Squyres
387dacef66
Clarify BProc notes
...
This commit was SVN r6936.
2005-08-19 14:30:38 +00:00
Jeff Squyres
1f89200c67
Properly cast and remove compiler warning.
...
This commit was SVN r6935.
2005-08-19 12:20:24 +00:00
Rainer Keller
145cb07562
- Helpful debug code by George.
...
This commit was SVN r6934.
2005-08-19 10:39:34 +00:00
Rainer Keller
605e13baf4
- Just a comment to circumvent warning in check.
...
This commit was SVN r6933.
2005-08-19 10:38:08 +00:00
Rainer Keller
202dac7ace
- First check for a generated atomic-asm.s file in the Builddir,
...
iff not availble use the top_srcdir-one.
This commit was SVN r6932.
2005-08-19 10:20:33 +00:00
Brian Barrett
4476212aa7
* check for no components found case and return selection error in that
...
situation
This commit was SVN r6931.
2005-08-18 21:46:15 +00:00