Jeff Squyres
67168466be
Fix minor typo in the comment/docs
...
This commit was SVN r7126.
2005-09-01 12:12:32 +00:00
Brian Barrett
c62ce1593a
* IA64 high-res timer support for compilers without GCC-style inline
...
assembly
This commit was SVN r6997.
2005-08-24 03:42:31 +00:00
Brian Barrett
adf92d6237
* IA32 high-res timer support for compilers without GCC-style inline
...
assembly
This commit was SVN r6992.
2005-08-24 00:54:16 +00:00
Brian Barrett
70ebb47670
* AMD64 high-res timer support for compilers without GCC-style inline
...
assembly
This commit was SVN r6989.
2005-08-23 22:07:56 +00:00
Brian Barrett
8d4175ad89
* support high-res timers even if we don't have inline assembly
...
This commit was SVN r6987.
2005-08-23 21:50:23 +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
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
dfdb5dc12a
* high resolution, low latency timers for a number of platforms, plus mods
...
to opal_progress() to use the timers instead of a tick count for deciding
whether to call the event loop or not. Currently supported platforms are:
- solaris (x86 / sparc)
- Linux (x86 / x86_64 / IA64)
- Mac OS X (x86 / Power PC)
This commit was SVN r6922.
2005-08-18 05:34:22 +00:00
Jeff Squyres
090712ebf9
Remove two useless files (they weren't even listed in their respective
...
Makefile.am's)
This commit was SVN r6841.
2005-08-12 20:30:25 +00:00
Brian Barrett
eee5b649a7
* no need for semicolons at end of #defined macros. Duh. Fixes build error
...
in ob1 on non-debug builds with threads enabled
This commit was SVN r6777.
2005-08-09 14:24:30 +00:00
Brian Barrett
e84a02d79c
Allow the C and C++ compilers to support different methods of inline
...
assembly (including case where one supports inline assembly and the
other doesn't).
This commit was SVN r6714.
2005-08-02 19:51:57 +00:00
Brian Barrett
24116a3935
* fix up a bunch of threading issues when progress and/or mpi threads
...
are enabled. Mostly just ADD32 -> ADD_SIZE_T issues and naming of
variables in THREAD_{LOCK,UNLOCK}
This commit was SVN r6706.
2005-08-02 17:36:01 +00:00
Brian Barrett
39dbeeedfb
* rename locking code from ompi to opal
...
This commit was SVN r6327.
2005-07-03 22:45:48 +00:00
Brian Barrett
9da0b4fe1d
* rename all the atomic functions from ompi to opal
...
This commit was SVN r6325.
2005-07-03 21:38:51 +00:00
Brian Barrett
499e4de1e7
* rename ompi_object and ompi_class to opal_object and opal_class
...
This commit was SVN r6321.
2005-07-03 16:06:07 +00:00
Jeff Squyres
3a9179a0d7
Initial population of the opal tree
...
This commit was SVN r6267.
2005-07-02 13:43:20 +00:00