Jeff Squyres
35c141aef6
While we're moving directories around, move ompi/mpi/runtime ->
...
ompi/runtime, for consistency and parallel-ness will orte/runtime.
Also remove a few useless #includes along the way.
This commit was SVN r6317.
2005-07-03 12:07:29 +00:00
Brian Barrett
e86ab57d84
* initialize array (fixes random segfault in show_help)
...
This commit was SVN r6316.
2005-07-03 04:11:47 +00:00
Brian Barrett
10f64999e9
* add -lorte and -lopal to the wrapper compilers
...
This commit was SVN r6315.
2005-07-03 04:06:59 +00:00
Brian Barrett
f1c925475e
* use the orte_pointer_array properly
...
This commit was SVN r6314.
2005-07-03 04:02:01 +00:00
Brian Barrett
bdd129b911
* want top_ompi_*, not top_*
...
This commit was SVN r6313.
2005-07-03 03:42:30 +00:00
Brian Barrett
5a5fb88489
* it compiles! ompi_info works!
...
This commit was SVN r6312.
2005-07-03 01:01:55 +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
e422152b55
* make romio compile
...
* fix typos in ompi/Makefile.am
This commit was SVN r6310.
2005-07-02 17:56:20 +00:00
Brian Barrett
e984f48ad9
* add missing Makefile to configure output
...
* Fix MPI profiling layer symlink code from src -> ompi
* Change some modex includes
This commit was SVN r6309.
2005-07-02 17:32:01 +00:00
Brian Barrett
e4400b1315
* add missing include file
...
This commit was SVN r6308.
2005-07-02 17:27:00 +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
0cc4308417
Update svn:ignore
...
This commit was SVN r6306.
2005-07-02 16:14:45 +00:00
Jeff Squyres
1b6326f76d
Move module_exchange to pml/base
...
This commit was SVN r6305.
2005-07-02 16:12:04 +00:00
Brian Barrett
6a6f93637d
* add mpool and allocator to makefile
...
This commit was SVN r6304.
2005-07-02 16:03:43 +00:00
Jeff Squyres
335307b9a5
Port over latest fixes from beta branch
...
This commit was SVN r6303.
2005-07-02 16:02:35 +00:00
Jeff Squyres
f9fcb77f63
Fixups for pointer_array->argv changes
...
This commit was SVN r6302.
2005-07-02 16:02:26 +00:00
Brian Barrett
76035790ee
* fix some more makefiles
...
This commit was SVN r6301.
2005-07-02 16:00:15 +00:00
Jeff Squyres
5691aa5c93
Fix up -- no need modex here, but now need mca/mca.h
...
This commit was SVN r6300.
2005-07-02 15:56:45 +00:00
Brian Barrett
b77505d61c
* remove unneeded pml.h in ompi_progress
...
* fix Makefile.am
This commit was SVN r6299.
2005-07-02 15:54:41 +00:00
Brian Barrett
73f05ce012
* remove last of ompi_free_list / mpool refs
...
This commit was SVN r6298.
2005-07-02 15:51:22 +00:00
Jeff Squyres
d245788f67
Remove dynamic-mca from Makefile.am
...
This commit was SVN r6297.
2005-07-02 15:46:01 +00:00
Jeff Squyres
36a5b9bd13
Minor fix
...
This commit was SVN r6296.
2005-07-02 15:43:35 +00:00
Brian Barrett
957ac4fe3d
* change ompi -> opal and remove the mpool code
...
This commit was SVN r6295.
2005-07-02 15:42:29 +00:00
Brian Barrett
aa14a515e5
* move allocator and mpool to ompi
...
This commit was SVN r6294.
2005-07-02 15:40:49 +00:00
Jeff Squyres
aa280da712
Forgot to move dynamic-mca/allocator and mpool over to ompi. opal now
...
no longer has any need for dynamic-mca
This commit was SVN r6293.
2005-07-02 15:38:36 +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
9f18da903b
More svn:ignore updates
...
This commit was SVN r6291.
2005-07-02 15:23:57 +00:00
Jeff Squyres
e06941d446
Fix silly typo
...
This commit was SVN r6290.
2005-07-02 15:22:39 +00:00
Jeff Squyres
784bac1ebf
Update some svn:ignore's
...
This commit was SVN r6289.
2005-07-02 15:22:16 +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
282a8b5e8d
More orte Makefile.am updates
...
This commit was SVN r6287.
2005-07-02 15:13:41 +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
Brian Barrett
a4468e60c2
* change src/ to opal/ in asm paths
...
This commit was SVN r6285.
2005-07-02 14:57:46 +00:00
Brian Barrett
4a604c92d8
* add some more missing Makefiles
...
This commit was SVN r6284.
2005-07-02 14:44:41 +00:00
Jeff Squyres
fe76370cd3
While we're here, re-indent properly. :D
...
This commit was SVN r6283.
2005-07-02 14:41:58 +00:00
Jeff Squyres
ff41c82259
Remove ORTE-specific call
...
This commit was SVN r6282.
2005-07-02 14:41:22 +00:00
Jeff Squyres
677a385360
Fix same typo that I just fixed in opal :)
...
This commit was SVN r6281.
2005-07-02 14:37:19 +00:00
Jeff Squyres
4d192c2d10
First cut at Makefile.am's for orte
...
This commit was SVN r6280.
2005-07-02 14:36:36 +00:00
Jeff Squyres
da465b38e2
Fix typo
...
This commit was SVN r6279.
2005-07-02 14:35:30 +00:00
Brian Barrett
137a7db1d4
* fix ignore list
...
This commit was SVN r6278.
2005-07-02 14:32:55 +00:00
Brian Barrett
0c16b5419e
* first cut at autogen.sh / configure for new directory structure
...
* fix some broken makefile.ams
This commit was SVN r6277.
2005-07-02 14:29:45 +00:00
Jeff Squyres
e10a181120
Fix typo
...
This commit was SVN r6276.
2005-07-02 14:24:55 +00:00
Jeff Squyres
5ad98c7b32
First cut at converting show_help to ompi_argv.h
...
(vs. ompi_pointer_array.h)
This commit was SVN r6275.
2005-07-02 14:19:49 +00:00
Jeff Squyres
a314578d94
Oops -- rmgr should be in orte, not ompi.
...
This commit was SVN r6274.
2005-07-02 14:14:42 +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
d865e68e20
First cut at Makefile.am changes
...
This commit was SVN r6272.
2005-07-02 14:08:19 +00:00
Jeff Squyres
d05658f705
Add opal/Makefile
...
This commit was SVN r6271.
2005-07-02 13:53:01 +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
Jeff Squyres
4ab17f019b
Rename src -> ompi
...
This commit was SVN r6269.
2005-07-02 13:43:57 +00:00
Jeff Squyres
cd497636ac
Move modex out of opal MCA base into orte/util
...
This commit was SVN r6268.
2005-07-02 13:43:30 +00:00