George Bosilca
f52c10d18e
And ORTE is ready for prime-time. All Windows tricks are in:
...
- use the OPAL functions for PATH and environment variables
- make all headers C++ friendly
- no unamed structures
- no implicit cast.
Plus a full implementation for the orte_wait functions.
This commit was SVN r11347.
2006-08-23 03:32:36 +00:00
Brian Barrett
2185c059e8
* use opal_free_list_item_t as the type of items stored in an opal_free_list_t,
...
rather than assuing it's an opal_list_item_t.
This commit was SVN r10860.
2006-07-17 21:51:50 +00:00
George Bosilca
50b5a02f8b
Let the oob to call opal_progress instead of opal_progress_event. Now, the MPI
...
communications will be advanced in MPI_Finalize.
This commit was SVN r9442.
2006-03-28 22:09:40 +00:00
Brian Barrett
566a050c23
Next step in the project split, mainly source code re-arranging
...
- move files out of toplevel include/ and etc/, moving it into the
sub-projects
- rather than including config headers with <project>/include,
have them as <project>
- require all headers to be included with a project prefix, with
the exception of the config headers ({opal,orte,ompi}_config.h
mpi.h, and mpif.h)
This commit was SVN r8985.
2006-02-12 01:33:29 +00:00
Jeff Squyres
42ec26e640
Update the copyright notices for IU and UTK.
...
This commit was SVN r7999.
2005-11-05 19:57:48 +00:00
Jeff Squyres
74744dd9df
Fix a holdover mistake from the directory re-org:
...
- orte/class/ompi_proc_table.[ch] -> orte/class/orte_proc_table.[ch]
- opal_hash_table_[get|set|remove]_proc ->
orte_hash_table_[get|set|remove]_proc
This commit was SVN r6549.
2005-07-19 12:25:19 +00:00
Brian Barrett
23b687b0f4
* rename ompi_event to opal_event
...
This commit was SVN r6328.
2005-07-03 23:09:55 +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
9f0c969bb4
* rename ompi_hash_table opal_hash_table
...
This commit was SVN r6324.
2005-07-03 16:52:32 +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
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
1b18979f79
Initial population of orte tree
...
This commit was SVN r6266.
2005-07-02 13:42:54 +00:00