1
1

129 Коммитов

Автор SHA1 Сообщение Дата
David Daniel
6bdf9c0cbc Adding file to instantiate assembly level code for non-GNU C compilers. Not added to build system yet.
This commit was SVN r2153.
2004-08-15 22:06:01 +00:00
Graham Fagg
fdc4ab5da0 Added prealloced buffer init call (ompi_buffer_init_preallocated())
and updated the unit test for this.
- This call is for use by the OOB device so it can pass the pack/buffer system
  memory. This removes the peek-recv race condition.

This commit was SVN r2105.
2004-08-13 02:26:12 +00:00
Graham Fagg
f4b77b5d60 Changed unpack start pointer (from_ptr) setup.
- Testsuite found as this was set to NULL until a pack to catch invalid unpacks
     that if a realloc occured on the first pack, then all ptrs updated by
     relative amounts and then the from_ptr was not NULL and not set on
	 first pack correctly. Have changed it to the simple method.

This commit was SVN r2098.
2004-08-12 23:14:00 +00:00
Graham Fagg
b8ef4da537 made ompi_buffer_get_ptrs() public so oob_recv wrappers can see it.
This commit was SVN r2071.
2004-08-11 21:08:40 +00:00
Graham Fagg
5185e4f006 Updated ompi_buffer_init so that you can force an initial size of buffer
(used by oob_recvs, that need the memory ptr before posting the actual recv)

This commit was SVN r2068.
2004-08-11 19:52:28 +00:00
Graham Fagg
fdbeb9c3cf Added realloc code for resizing buffers. Tested before commiting.
This commit was SVN r2064.
2004-08-11 18:44:00 +00:00
Brian Barrett
4b2634fe08 * only edit the procinfo struct if we are creating the thing
This commit was SVN r2044.
2004-08-11 16:24:00 +00:00
David Daniel
f062fb9d01 Including sys/types.h for MacOS X
This commit was SVN r2041.
2004-08-11 16:04:29 +00:00
Graham Fagg
4e34dc89ed Fixed coding style and added header needed by OS 10 users..
This commit was SVN r2039.
2004-08-11 15:58:30 +00:00
Graham Fagg
e77a30ba34 Finished (2nd?) version of the public pack/unpack routines.
- Correctly pack previously packed buffers.. but makes flat storage
- Buffers are managed by system (they are now objects)

Todo: complete realloc code, checkin my test code in tests/util
      add a few more pack types and then remove oob_pack as no-one is using it

This commit was SVN r2034.
2004-08-11 07:04:38 +00:00
David Daniel
7735e6dec5 Adding portable pseudo-terminal code. Not yet tested -- but not yet used.
This commit was SVN r2027.
2004-08-10 22:42:45 +00:00
David Daniel
ac36e0fc27 Adding conditionals for portable (v)asprintf and (v)snprintf implementations
This commit was SVN r2026.
2004-08-10 22:41:17 +00:00
Graham Fagg
425fd171d6 Added a top level pack header for users of Ralphs NS/GPR to use
(now that GPR users will explicitly pack/unpack buffers)

This commit was SVN r2017.
2004-08-10 21:13:31 +00:00
David Daniel
ed9969f55f Renaming asprintf.c to printf.c, adding printf.h
This commit was SVN r2016.
2004-08-10 21:13:08 +00:00
David Daniel
9fd6f81d35 Changing asprintf, adding snprintf
This commit was SVN r2015.
2004-08-10 21:11:39 +00:00
Brian Barrett
7932c850c1 * Move the proc_info and session_dir initialization into the ompi_rte_init
code
* clean up comments in the session and proc code so that it's readable in
  80 columns
* Try to get cleanup correct

This commit was SVN r2003.
2004-08-10 16:05:22 +00:00
Brian Barrett
b77aa552e8 * Move the sys_info initialization into ompi_init(), since it should really
be there for any OMPI process.

This commit was SVN r2000.
2004-08-10 04:59:34 +00:00
David Daniel
fa29bb9741 Adding an asprintf implementation for portability. Should add a (v)snprintf implementation later.
This commit was SVN r1971.
2004-08-09 15:03:52 +00:00
Edgar Gabriel
b5780263dc adding a #define _GNU_SOURCE just to make ompi compile on LINUX again,
(required for asprintf on LINUX). A proper solution to follow soon.
Approved by Ralph.

This commit was SVN r1966.
2004-08-08 19:06:15 +00:00
Ralph Castain
2136524e17 Major change to the session directory system that will break all code that uses it - so BEWARE! I modified proc_info.c and universe_init.c to work with the new system, but those were the only places I could immediately find. Check out the src/util/session_dir.h documentation to see the changes.
The tree seems to still compile as far as I can tell. I can't do a full commit against the tree because someone made changes to the registry functions, thereby creating a conflict that I haven't had the chance to resolve. I believe I have committed all the required files, but we'll have to see...

This commit was SVN r1959.
2004-08-08 02:24:00 +00:00
Jeff Squyres
f543780705 Fix silly bug -- ensure to initialize the verbosity level properly.
This commit was SVN r1953.
2004-08-07 19:54:15 +00:00
Jeff Squyres
eb8cba98af - massive change for module<-->component name fixes throughout the
code base.
  - many (most) mca type names have "component" or "module" in them,
    as relevant, just to further distinguish the difference between
    component data/actions and module data/actions.  All developers
    are encouraged to perpetuate this convention when you create
    types that are specific to a framework, component, or module
  - did very little to entire framework (just the basics to make it
    compile) because it's just about to be almost entirely replaced
  - ditto for io / romio
  - did not work on elan or ib components; have to commit and then
    convert those on a different machine with the right libraries and
    headers
- renamed a bunch of *_module.c files to *_component.c and *module*c
  to *component*c (a few still remain, e.g., ptl/ib, ptl/elan, etc.)
- modified autogen/configure/build process to match new filenames
  (e.g., output static-components.h instead of static-modules.h)
- removed DOS-style cr/lf stuff in ns/ns.h
- added newline to end of file src/util/numtostr.h
- removed some redundant error checking in the top-level topo
  functions
- added a few {} here and there where people "forgot" to put them in
  for 1 line blocks ;-)
- removed a bunch of MPI_* types from mca header files (replaced with
  corresponding ompi_* types)
- all the ptl components had version numbers in their structs; removed
- converted a few more elements in the MCA base to use the OBJ
  interface -- removed some old manual reference counting kruft

This commit was SVN r1830.
2004-08-02 00:24:22 +00:00
Brian Barrett
32264acd56 * rename ompi_process_t to mca_ns_{cellid, jobid, vpid}_t, both to fix the
confusion over the overused typedef and to conform to the naming MCA
  naming convention.

This commit was SVN r1815.
2004-07-27 23:49:08 +00:00
Jeff Squyres
262fe2eb73 Need <stdlib.h> for malloc
This commit was SVN r1739.
2004-07-15 15:08:54 +00:00
Brian Barrett
452bd7ddca * need stdlib.h to have malloc.
This commit was SVN r1735.
2004-07-15 13:19:18 +00:00
Rich Graham
46d7e87b1b Create the various session directories, and store this information
in ompi_process_info.

This commit was SVN r1719.
2004-07-14 18:08:34 +00:00
Brian Barrett
312819d8a3 * add support for a long -> string conversion (useful in RTE stuff)
This commit was SVN r1718.
2004-07-14 18:04:31 +00:00
Jeff Squyres
333f256829 Add missing ++i
This commit was SVN r1704.
2004-07-14 01:29:51 +00:00
Rich Graham
3f5a147c66 proc_info sets the process name.
This commit was SVN r1697.
2004-07-13 21:01:30 +00:00
Ralph Castain
8023bb13c0 Update to session_dir documentation.
This commit was SVN r1671.
2004-07-13 15:07:11 +00:00
Ralph Castain
670b8bf1c1 Begin installing functionality for the name server. Not ready for use at this time - just trying to keep the repository somewhere near where I am.
This commit was SVN r1589.
2004-07-08 12:43:30 +00:00
Tim Woodall
c119199b2e skip sub-ifs unless primary isn't configured
This commit was SVN r1572.
2004-07-07 16:28:01 +00:00
Tim Woodall
192c44d54e fix problem iterating through interface list when multiple logical
interfaces resolve to same kernel if index

This commit was SVN r1569.
2004-07-07 14:01:55 +00:00
Tim Woodall
165d4f8841 merge of oob/rte changes from rte branch
This commit was SVN r1527.
2004-07-01 14:49:54 +00:00
Ralph Castain
dce3b283af Clean up the old name server location, modify proc_info to point to the new location.
This commit was SVN r1507.
2004-06-29 21:17:46 +00:00
Ralph Castain
5d300e11c0 This brings the new session directory system online, with the exception of the session_dir_finalize routine to
remove the tree. This will come online in the next couple of days. I'll send out a separate note highlighting the changes.

This commit was SVN r1498.
2004-06-29 07:02:57 +00:00
Ralph Castain
58bf5bf271 Grrrr....change the name in the makefile
This commit was SVN r1497.
2004-06-29 04:52:33 +00:00
Ralph Castain
c266abb7d2 Change the name of a file.
This commit was SVN r1496.
2004-06-29 04:51:33 +00:00
Ralph Castain
bca14b684c Need to commit these so I can make a name change to one of the files. I'm in the process of making
a substantial revamp of the session directory system, and the ompi_system_info structure, in accordance
with the startup/shutdown design released last week. If you are using either the session directories
or the ompi_system_info structure, I would recommend avoiding them for the next couple of days as these
files are undergoing considerable change. The documentation will be updated as well during this process.

This commit was SVN r1495.
2004-06-29 04:50:40 +00:00
Jeff Squyres
a5a712b31f Lots of changes in this commit, mostly having to do with the first
real commit of the collectives.  MPI_SCAN and MPI_EXSCAN are still not
implemented, but lots of other things are in the critical path and
holding up other people, so it's ok to commit without them:

- better checks for sizes in configure, and add defaults for fortran
  sizes if we don't have a fortran compiler
- fix some logic that was accidentally broken for size checks for the
  file type offset_t
- add some C equivalent types for fortran's complex and double complex
  (for use in internal reduction/op functions)
- additionals and slight reorganization of ompi_mpi_init()
  ompi_mpi_finalize()
- fully implement all top-level MPI collective calls, including all
  param checking for both intra- and inter-communicators (woof)
- change the communicator_t type for stuff that we need in coll, and
  update all references throughout the code base to match
- all kinds of updates to the coll framework base
- next cut of the basic coll module -- has all intracommunicator
  collectives implemented except scan and exscan (see note above).
  All intercommunicator functions return ERR_NOT_IMPLEMENTED.
- MPI_Op is a fixed implementation -- not component-ized yet.  So
  there are generic C loops for all implementations.

This commit was SVN r1491.
2004-06-29 00:02:25 +00:00
Tim Woodall
1d6576d1f6 - more appropriate change of MUTEX_LOCK to OMPI_MUTEX_LOCK
(sorry about the last one)

This commit was SVN r1470.
2004-06-24 21:39:08 +00:00
Tim Woodall
84dd3084b0 backed out changed to OMPI_THREAD_LOCK
This commit was SVN r1469.
2004-06-24 21:09:55 +00:00
Tim Woodall
9b830472fd changed THREAD_LOCK/THREAD_UNLOCK to OMPI_THREAD_LOCK/OMPI_THREAD_UNLOCK
to prevent conflicts w/ external libraries/headers

This commit was SVN r1467.
2004-06-24 20:51:46 +00:00
Jeff Squyres
c895a9c349 Remove some erroneous free()'s -- sessions is now on the stack, not
the heap.

This commit was SVN r1441.
2004-06-23 12:52:54 +00:00
Jeff Squyres
5e5042613f *really* rename the project to "openmpi". :-)
This commit was SVN r1370.
2004-06-17 18:21:08 +00:00
Tim Woodall
6401dffd57 fixed multiple problems w/ ompi_sys_info()
- moved to ompi_mpi_init after call to ompi_common_cmd_line_init
 - added call to ompi_common_cmd_line_init
 - fixed issues w/ string handling

This commit was SVN r1368.
2004-06-17 17:29:47 +00:00
Jeff Squyres
a5b3478c88 - Fix a bug that occurred when not enough command line arg params were
provided for a given option.
- Move all docs to the .h file, where they belong.

This commit was SVN r1360.
2004-06-17 14:25:29 +00:00
Ralph Castain
c990e162ea Update documentation for the os_session_dir utility.
This commit was SVN r1354.
2004-06-17 11:22:22 +00:00
Jeff Squyres
eb5161dee5 Silence compiler warning; get additional include file
This commit was SVN r1353.
2004-06-17 05:02:48 +00:00
Ralph Castain
8ca62cdf4b Update that integrates the session directory utilities into the sys_info and common_cmd_line functions. Calls to ompi_sys_info will now check for the universe session directory, and create it if it doesn't already exist. We will shortly be integrating the command line functions into these utilities so you can set the location and name of the session directory.
Stay tuned - same bat channel, same batty minds...

This commit was SVN r1351.
2004-06-17 03:26:28 +00:00