1
1

1676 Коммитов

Автор SHA1 Сообщение Дата
Edgar Gabriel
6dd383b884 added implementation for the error codes and error classes. These are currently
just the MPI error codes, the routines handling the OMPI internal error codes and the translation from
internal to MPI error codes is still to be done.

This commit was SVN r1402.
2004-06-17 22:40:16 +00:00
Edgar Gabriel
37b9a01025 updated the MPI error codes to be positiv. Completed the list
with all MPI-2 error codes, even if we are not using all of them at the moment.

This commit was SVN r1401.
2004-06-17 22:38:45 +00:00
George Bosilca
ccca0451f7 Update the file to declare the MPI_INTEGER1 and MPI_REAL2
This commit was SVN r1400.
2004-06-17 22:15:34 +00:00
Rich Graham
b9102e62cb add the include to the path of #include
This commit was SVN r1399.
2004-06-17 22:13:14 +00:00
Rich Graham
19b572b7bd add the includ directory to the path used by #include
This commit was SVN r1398.
2004-06-17 22:11:40 +00:00
George Bosilca
1b423f1f19 Correctly convert from Fortran to C the main argument.
This commit was SVN r1397.
2004-06-17 22:10:00 +00:00
Rich Graham
289722fe97 add include directory to the #include macro
This commit was SVN r1396.
2004-06-17 22:09:23 +00:00
George Bosilca
0b970eb62e Update the #include path after the last modification of the Makefile.am files.
Normally we all have to put the include path starting from the src/ directory.

This commit was SVN r1395.
2004-06-17 21:48:33 +00:00
George Bosilca
cde7eb6616 Update the list of DONE functions.
This commit was SVN r1394.
2004-06-17 21:47:29 +00:00
Jeff Squyres
1e16491d7f More svn:ignore
This commit was SVN r1393.
2004-06-17 21:42:00 +00:00
George Bosilca
391eb0671b I just forget to add this file.
This commit was SVN r1392.
2004-06-17 21:12:10 +00:00
George Bosilca
8dd0ccf157 Add a lot of *junk* (all ifotran interfaces for default copy&delete function).
NOW WE ARE ABLE TO COMPILE FORTRAN 77 PROGRAMS !!!

This commit was SVN r1391.
2004-06-17 21:11:41 +00:00
Jeff Squyres
57f3914f2f More changes -- move back to src/ directory
This commit was SVN r1390.
2004-06-17 21:11:24 +00:00
George Bosilca
ca10a19e8c Remove the profiling interface for those 2 functions.
This commit was SVN r1389.
2004-06-17 21:10:39 +00:00
Jeff Squyres
6866773295 Oops! Fix where the sanity file is located.
This commit was SVN r1388.
2004-06-17 21:04:39 +00:00
Jeff Squyres
b11a442008 First cut at skeleton gm ptl component
This commit was SVN r1387.
2004-06-17 21:01:47 +00:00
Tim Woodall
12a35e4a82 - resolve shared memory mpool dynamically
- added base() function to mpool component type to return modules base address (if applicable)

This commit was SVN r1386.
2004-06-17 20:57:47 +00:00
Jeff Squyres
ff7e2f9b5a Directory for gm component
This commit was SVN r1385.
2004-06-17 20:57:39 +00:00
Tim Woodall
495d5b9d71 removed prototypes for shared memory register/unregister -- not used
This commit was SVN r1384.
2004-06-17 20:35:26 +00:00
Tim Woodall
fe7fd36137 integration of shared memory pool with shared memory ptl
This commit was SVN r1383.
2004-06-17 20:33:52 +00:00
Jeff Squyres
ab24783107 Remove lots of unnecessary AM_CPPFLAGS
This commit was SVN r1382.
2004-06-17 19:25:08 +00:00
Tim Woodall
ab02edd510 yet another fix to makefile
This commit was SVN r1381.
2004-06-17 19:19:59 +00:00
Tim Woodall
19fae35833 fixed include path
This commit was SVN r1380.
2004-06-17 19:16:51 +00:00
George Bosilca
1e4dcd7f61 Remove the second prototypes for some functions.
This commit was SVN r1379.
2004-06-17 19:16:33 +00:00
Tim Woodall
573cf728dd fix for shared libraries
This commit was SVN r1378.
2004-06-17 19:15:51 +00:00
George Bosilca
d18386614a Add default attibute copy&delete functions.
This commit was SVN r1377.
2004-06-17 19:14:46 +00:00
George Bosilca
a18f9b713d Add the PTL as the first argument on all function embedded in the PTL struct.
This commit was SVN r1376.
2004-06-17 19:13:36 +00:00
George Bosilca
54c18fb1f0 Add the ptl as the first argument to all functions embedded in the ptl struct. This will allow us to have stacked
PTL modules.

This commit was SVN r1375.
2004-06-17 19:11:56 +00:00
George Bosilca
62e46c1d7c Indentation, replacing tabs with spaces.
This commit was SVN r1373.
2004-06-17 18:30:30 +00:00
George Bosilca
e1942d9068 Add the attribute default copy & delete functions for all types of objects: communicators, datatypes and
windows. Add the MPI 1 function to.

This commit was SVN r1372.
2004-06-17 18:29:35 +00:00
Tim Woodall
bc94101343 create f2c table before creating datatypes
This commit was SVN r1371.
2004-06-17 18:24:16 +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
39a341be52 - temporarily revert obj reference count to non-atomic update
- fixed call to memory pool allocator

This commit was SVN r1369.
2004-06-17 18:13:31 +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
Tim Woodall
f05e7b4f0e added lookup stub
This commit was SVN r1367.
2004-06-17 17:15:51 +00:00
Rich Graham
5207b4f083 figure out which procs are on my local host.
This commit was SVN r1366.
2004-06-17 16:23:59 +00:00
Tim Woodall
cc93c96875 - added allocator/mpool open/init calls
This commit was SVN r1365.
2004-06-17 16:23:34 +00:00
Tim Woodall
14e0f8cf42 - shared memory init
This commit was SVN r1362.
2004-06-17 16:13:20 +00:00
Jeff Squyres
e88c37e1f8 Fix logic in determining whether all modules support multiple user
threads or not.

This commit was SVN r1361.
2004-06-17 15:08:07 +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
Jeff Squyres
1b542d409b Remove all remnants of the component framework "registry".
Registry is dead; long live gpr!

This commit was SVN r1359.
2004-06-17 13:53:10 +00:00
Jeff Squyres
a0472f7f5a Grant George's wish and display a bunch of compilation flags
This commit was SVN r1358.
2004-06-17 13:29:46 +00:00
Ginger Young
c537586ffb Completed Fortran wrappers.
Reviewer: George Bosilca

This commit was SVN r1356.
2004-06-17 12:42:16 +00:00
Ginger Young
07e298e248 Fortran Wrappers completed.
Reviewer: Tim Woddall
--This aine, and those below, will be ignored--

M    test_cancelled_f.c
M    test_f.c
M    testall_f.c
M    testany_f.c
M    testsome_f.c
M    wait_f.c
M    waitall_f.c
M    waitany_f.c
M    waitsome_f.c

This commit was SVN r1355.
2004-06-17 12:22:46 +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
Jeff Squyres
e7896f79fa Fix compiler warning
This commit was SVN r1352.
2004-06-17 04:38:32 +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
Jeff Squyres
caa144b1d1 Update svn:ignore
This commit was SVN r1350.
2004-06-17 02:50:25 +00:00
Jeff Squyres
2a4c1215c0 Ensure to remove the sym link before making it
This commit was SVN r1349.
2004-06-17 02:34:26 +00:00