Jeff Squyres
0dd5b5514c
Rename opal_constants.h -> constants.h
...
This commit was SVN r6889.
2005-08-15 18:55:37 +00:00
Jeff Squyres
b4ed6f29ab
Add ERR_NOT_IMPLEMENTED
...
This commit was SVN r6878.
2005-08-15 10:39:30 +00:00
Jeff Squyres
323aff7b1e
- First cut of a paffinity (processor affinity) framework in opal
...
- Simple components for getting and setting processor affinity of a
process; does *not* include scheduling decisions
- No one in the OMPI code base invokes the framework yet
- Added linux component for using sched_setaffinity()
- Added shell solaris component that will use processor_bind()
(currently .ompi_ignore'd)
This commit was SVN r6854.
2005-08-13 14:00:56 +00:00
Jeff Squyres
cf2c8b45a8
- Use proper prefixes for all #include statements (opal/, orte/, and
...
ompi/).
- There's still a handful of places that have orte/ #include files;
still need to clean those up
- A lot of places still use ompi/include/constants.h -- those need to
be converted over to use OPAL_ return codes and then switch to the
opal constants.h. This commit is the first few steps towards
that...
This commit was SVN r6843.
2005-08-12 20:46:25 +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
Jeff Squyres
b2225ea8f3
Arrgh -- stupid shell curses problems ended up naming that last commit
...
poorly. :-(
This commit was SVN r6840.
2005-08-12 19:43:58 +00:00
Jeff Squyres
6095735046
Arrgh. Broke the tree with the last commit -- need to rename this to
...
avoid #include confusion.
This commit was SVN r6839.
2005-08-12 19:40:17 +00:00
Jeff Squyres
9947c71aa2
Starting to use this...
...
This commit was SVN r6836.
2005-08-12 18:54:09 +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
d865e68e20
First cut at Makefile.am changes
...
This commit was SVN r6272.
2005-07-02 14:08:19 +00:00
Jeff Squyres
3a9179a0d7
Initial population of the opal tree
...
This commit was SVN r6267.
2005-07-02 13:43:20 +00:00