Brian Barrett
46245aaac1
* rename orte_os_create_dirpath to opal_os_create_dirpath
...
* rename orte_os_path to opal_os_path
* rename ompi_path_find to opal_path_find
* rename ompi_pow2 to opal_pow2
This commit was SVN r6334.
2005-07-04 01:59:52 +00:00
Brian Barrett
a13166b500
* rename ompi_output to opal_output
...
This commit was SVN r6329.
2005-07-03 23:31:27 +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
764a9314db
* rename ompi_value_array opal_value_array
...
This commit was SVN r6323.
2005-07-03 16:38:52 +00:00
Brian Barrett
761402f95f
* rename ompi_list to opal_list
...
This commit was SVN r6322.
2005-07-03 16:22:16 +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
Brian Barrett
8cad33db40
* finish modex move
...
* fix protection in opal_free_list.h
* Fix some makefiles
This commit was SVN r6311.
2005-07-03 00:52:18 +00:00
Brian Barrett
8077da277b
* move ompi_rb_tree from opal to ompi since it's only used in ompi, and should
...
have the ompi_free_list instead of the opal_free_list
* Change orte to use opal_free_list instead of ompi_free_list
This commit was SVN r6307.
2005-07-02 16:46:27 +00:00
Jeff Squyres
959a08bf42
Compromise:
...
- move mpool and allocator frameworks back to ompi (from opal)
- specialize the ompi_free_list class to use an mpool instance
- un-specialize opal_free_list to *not* use mpool; just use malloc/free
This commit was SVN r6292.
2005-07-02 15:35:34 +00:00
Jeff Squyres
bf318e394c
Move some OMPI-specific classes from opal->ompi
...
This commit was SVN r6288.
2005-07-02 15:21:32 +00:00
Jeff Squyres
aa056f7bfd
First cut of OMPI Makefile.am's, plus a few more catchup updates in orte
...
This commit was SVN r6286.
2005-07-02 15:06:47 +00:00
Jeff Squyres
3c99cf301a
- Remove some empty directories (from before the directory re-org)
...
- Add zero-length Makefile.am's so that we can plug them into
configure.ac now and not have to keep editing it
This commit was SVN r6273.
2005-07-02 14:13:35 +00:00
Jeff Squyres
05d7543b4e
Move a small number of specialized classes back to ompi
...
This commit was SVN r6270.
2005-07-02 13:44:20 +00:00