Jeff Squyres
9e64700ce9
Add some svn:ignore properties
...
This commit was SVN r1190.
2004-06-06 11:34:22 +00:00
Ralph Castain
862ea0ce45
Get rid of Makefile.in - sorry, didn't realize it had been picked up.
...
This commit was SVN r1189.
2004-06-04 22:13:21 +00:00
Ralph Castain
1433bccfaf
Update configure.ac to include the universe and registry directories.
...
This commit was SVN r1188.
2004-06-04 02:28:48 +00:00
Ralph Castain
a22c39a0f5
Add general purpose registry code - not ready for use yet, but this won't hurt anyone since it isn't linked into anything yet.
...
This commit was SVN r1187.
2004-06-04 02:27:19 +00:00
Tim Woodall
9361dbf767
- changed PTL ptl_add_proc/ptl_del_proc interface to accept an array of procs for more scalable startup
...
- resolved several threaded race conditions
- stubs for shared memory ptl
This commit was SVN r1186.
2004-06-03 22:13:01 +00:00
Edgar Gabriel
bc9ac9b7b1
fixed the reference count stuff detected by George.
...
Modification of lam_comm_destruct and lam_comm_finalize.
Tested with some simple pt2pt tests, and it seems to work.
Since just some very minor modifications, code has been reviewed locally by George.
This commit was SVN r1185.
2004-06-03 21:23:42 +00:00
Ginger Young
8fe9be2e5e
Modified
...
void mpi_group_range_excl_(MPI_Fint *group, MPI_Fint *n, MPI_Fint *ranges3,
MPI_Fint *newgroup, MPI_Fint *ierr);
to
void mpi_group_range_excl_(MPI_Fint *group, MPI_Fint *n, MPI_Fint ranges[][3],
MPI_Fint *newgroup, MPI_Fint *ierr);
and
void mpi_group_range_incl_(MPI_Fint *group, MPI_Fint *n, MPI_Fint *ranges3,
MPI_Fint *newgroup, MPI_Fint *ierr);
to
void mpi_group_range_incl_(MPI_Fint *group, MPI_Fint *n, MPI_Fint ranges[][3],
MPI_Fint *newgroup, MPI_Fint *ierr);
Reviewer: Tim Woodall
This commit was SVN r1184.
2004-06-03 20:15:40 +00:00
Ginger Young
5c60beffa4
Added fortran to c sections when needed.
...
Reviewer: Tim Woodall
This commit was SVN r1183.
2004-06-03 16:52:16 +00:00
Jeff Squyres
5baf8cb46b
I can't believe this typo slipped by -- I know I checked this before I
...
commited. :-(
This commit was SVN r1182.
2004-06-02 17:26:43 +00:00
Ralph Castain
4cf0df541e
Updates the documentation on a few things. Adds the preliminary registry documentation. The functionality in registry.c should be ignored for now as it is just in test mode - I will be converting it to something more solid shortly. Main desire was to get the prototype functions out there along with their documentation.
...
This commit was SVN r1181.
2004-06-01 18:40:16 +00:00
Vishal Sahay
a82fc3ff5a
Set errhandlers to have MPI_COMM_WORLD instead of NULL, since lam_errhandler_invoke does not handle NULL to substitute it to MPI_COMM_WORLD. We want MCW here because we want to distinguish between errhandlers called before/after/between MCW was init/destroyed
...
This commit was SVN r1180.
2004-06-01 16:53:45 +00:00
Vishal Sahay
539c5442d3
Remove the error handler stuff which is not supposed to be there, thanks to George
...
This commit was SVN r1179.
2004-06-01 16:29:41 +00:00
Vishal Sahay
2611335eab
Change error handling code to takein proper object handle
...
This commit was SVN r1178.
2004-06-01 16:28:40 +00:00
George Bosilca
e71623f6f9
Correctly handle the ref count for the 3 predefined communicators.
...
This commit was SVN r1177.
2004-06-01 04:21:39 +00:00
Jeff Squyres
273f49f657
Fix for bug 868 -- ensure that the long name can be NULL and not
...
cause a seg fault
This commit was SVN r1176.
2004-05-31 17:10:25 +00:00
Vishal Sahay
56219b0c64
Remove this file, replaced by comm_set_attr.c
...
This commit was SVN r1175.
2004-05-30 18:17:28 +00:00
Vishal Sahay
004a52ebd2
Add this file instead of comm_set_attribute.c
...
This commit was SVN r1174.
2004-05-30 18:16:49 +00:00
Vishal Sahay
196020d6a0
Init attribute for initialized comms
...
This commit was SVN r1173.
2004-05-30 16:50:41 +00:00
Vishal Sahay
9d03ed0589
attribute related MPI c functions
...
This commit was SVN r1172.
2004-05-30 16:49:18 +00:00
Vishal Sahay
de297e5b1a
Add attribute meta-structure init stuff
...
This commit was SVN r1171.
2004-05-30 16:45:32 +00:00
Vishal Sahay
e68b17ec3d
Few modifications about error code and some unused variable removal
...
This commit was SVN r1170.
2004-05-30 16:43:43 +00:00
Vishal Sahay
48d8dc1e2a
Change some doxy comments
...
This commit was SVN r1169.
2004-05-30 16:24:20 +00:00
Vishal Sahay
4df4d27378
Clean up and modify some code
...
This commit was SVN r1168.
2004-05-30 16:21:44 +00:00
Vishal Sahay
01d6aa2ad4
Add functionality of traversing the hash elements
...
This commit was SVN r1167.
2004-05-30 16:21:04 +00:00
Vishal Sahay
24dde0f624
Add error handler to datatype
...
This commit was SVN r1166.
2004-05-30 16:20:25 +00:00
Ralph Castain
b93d7eeecb
Adds all the doxygen documentation for the new ompi_sys_info, ompi_create_dirpath, ompi_os_path, and ompi_session_dir_init functions. Adds the rte directories to the svn repository, along with the openmpi and ompi_session_dir_init routines. The rte functions are not ready for use yet, but they aren't callable by anyone either, so this shouldn't pose a problem.
...
The utility functions have all been checked by David and Tim, and Jeff before them. They have unit tests in the test trunk.
This commit was SVN r1165.
2004-05-27 16:26:36 +00:00
Ralph Castain
3669c92549
Update of the os_session_dir_init unit test to reflect change in number of parameters passed to function.
...
This commit was SVN r1164.
2004-05-27 16:20:20 +00:00
Tim Woodall
7093a41292
resolved link errors for single threaded case
...
This commit was SVN r1163.
2004-05-26 21:54:11 +00:00
Ralph Castain
82558c56d6
Add unit tests for ompi_session_dir_init routine.
...
This commit was SVN r1162.
2004-05-26 19:16:33 +00:00
Ralph Castain
372e937d17
Updated versions of sys_info.c/h to provide backward compatibility with C89 and revise include path on constants to work on some computers (still not sure why, but it seems necessary).
...
This commit was SVN r1161.
2004-05-26 19:11:55 +00:00
Tim Woodall
6daa499427
changed include path
...
This commit was SVN r1160.
2004-05-26 19:00:47 +00:00
Tim Woodall
31c0171c51
updates
...
This commit was SVN r1159.
2004-05-26 19:00:02 +00:00
Ralph Castain
d4ec500d57
Update these functions, all of which now pass unit tests. They have been previously reviewed by Jeff, but need another review for final approval. This just puts them on-board to correct a problem in sys_info.h that was causing trouble under Linux (should now be fixed, Tim).
...
If someone would like to review the code again, I would appreciate it.
This commit was SVN r1158.
2004-05-26 02:23:01 +00:00
Ralph Castain
5ed4721bb2
Add unit tests for os_create_dirpath and sys_info.
...
This commit was SVN r1157.
2004-05-26 02:20:05 +00:00
Ralph Castain
bc8330fb7a
Unit test for src/util/os_path.c
...
This commit was SVN r1156.
2004-05-25 21:38:16 +00:00
Tim Woodall
3ce1b9852b
re-enable builds of the test directory
...
This commit was SVN r1155.
2004-05-25 13:08:24 +00:00
Tim Woodall
42a05e9a74
updated to reflect directory reorg - test directory tree should match src
...
This commit was SVN r1154.
2004-05-24 21:45:00 +00:00
Edgar Gabriel
bf1cc002f3
added comm.c (previously known as communicator.c, however not under version control any more).
...
Reviewed bu Jeff, Rich and Tim
This commit was SVN r1150.
2004-05-21 20:06:20 +00:00
Edgar Gabriel
536c279529
adding most of the required functionality for handling MPI-1 and most of MPI-2 communicator functions (except dynamic process management). The cid are currently not yet calculated properly, although the functions are checked in.
...
Still to do:
- make the CID allocation routine thread safe
- add the ACK in lam_comm_free
- fix a bug in lam_comm_split for inter-communicators ( in this
case we can not have allgather_intra and allgather_inter at the
same time at this communicators, that's however what
the current implemention assumes).
Reviewed by Jeff, Rich and Tim.
This commit was SVN r1148.
2004-05-21 19:36:19 +00:00
Edgar Gabriel
afdfb83c6c
adding/fixing the implementation of various communicator function.
...
Attention: the routines are tested rudimentary, since for
having the full functionality, I need collective operations.
Reviewed by Jeff, Rich and Tim.
This commit was SVN r1147.
2004-05-21 19:32:18 +00:00
Edgar Gabriel
5f570a8b62
modified the value of MPI_COMM_NULL to two, since we need to have a valid
...
entry in the f_to_c translation table for this object. We still wanted
to be MPI_COMM_WORLD zero and MPI_COMM_SELF 1.
Reviewed and agreed by Jeff.
This commit was SVN r1146.
2004-05-21 19:30:39 +00:00
Ralph Castain
2e866b9d46
Provide an updated version of sys_info that does a little more error checking. It returns LAM_ERROR if there is a problem, and LAM_SUCCESS if everything goes okay. Also, the system information has been extended to include the path separator character, usually either a '\' or '/', depending upon operating system.
...
This utility is planned to be called early (like perhaps in mpi_init) to fill the global variable with the relevant information. Since this info might change if the process migrates, we will update it with another call to ompi_sys_info as part of the migration process. If you want to call it yourself, however, there is no harm done - it will just update the global variable and merrily sail along.
This commit was SVN r1145.
2004-05-20 21:28:59 +00:00
Edgar Gabriel
48df884e40
added a function to check for the availability of an element in the
...
array-list and reserve it, if available. Needed for the communicator
cid allocation.
Reviewed by Tim.
This commit was SVN r1144.
2004-05-20 21:13:11 +00:00
Ralph Castain
8cc3ecb8e5
Remove the runtime-environment directory RTE/universe from the makefile list since it only exists on my machine! Update the sys_info header file
...
This commit was SVN r1143.
2004-05-20 17:38:54 +00:00
Ralph Castain
2d709f768a
This adds into the system a utility for detecting what kind of system we are on. The utility provides a global variable ompi_system_info that contains information on the operating system, release and version, machine architecture, and network node name. I'll provide additional documentation via Doxygen once I figure out how to put it into the .h file.
...
Code was reviewed by Jeff - thanks Jeff!
This commit was SVN r1141.
2004-05-20 13:54:14 +00:00
Tim Woodall
9fa9cd9b0a
changed to PML/PTL I/F to support both put/get semantics
...
and receiver side scheduling
This commit was SVN r1140.
2004-05-20 13:45:34 +00:00
Jeff Squyres
63fb9ea1ee
Move the docs from the .c to the .h file (I think the docs were
...
originally written before we decided to put all docs in .h files)
This commit was SVN r1139.
2004-05-20 12:39:27 +00:00
Jeff Squyres
e8e3646c9d
Allow lds==NULL on lam_output_open(), giving a default set of output
...
destinations (i.e., stderr)
This commit was SVN r1137.
2004-05-19 19:52:24 +00:00
Tim Woodall
e68af0dde8
- inlining multiple functions - changed to macros functions the compiler wouldn't inline
...
- removed unused event handling code from critical path
- fixed threading issue in tcp code
This commit was SVN r1136.
2004-05-18 21:06:11 +00:00
Jeff Squyres
c39ba9ea6e
Add -finline-functions if we're gcc and it works
...
This commit was SVN r1135.
2004-05-18 14:14:12 +00:00