1
1

1384 Коммитов

Автор SHA1 Сообщение Дата
Jeff Squyres
42419f9a7c Fixes left over from one of the previous great directory
re-organizations.  :-)

This commit was SVN r1254.
2004-06-14 23:19:02 +00:00
Weikuan Yu
762bb9c603 Commit some svn:ignore things
This commit was SVN r1253.
2004-06-14 22:45:08 +00:00
Weikuan Yu
0710f299e1 Just to save some codes in elan
This commit was SVN r1252.
2004-06-14 22:39:14 +00:00
Tim Prins
8f7b128941 first checkin of the memory allocation framework. It should work fine
except the align and realloc functions are not yet allocated.

This commit was SVN r1251.
2004-06-14 21:05:53 +00:00
Jeff Squyres
b2281a7ecf Change a lot of "return 0" and "return -1" to "return OMPI_SUCCES" and
"return OMPI_ERR*".

This commit was SVN r1248.
2004-06-14 20:30:58 +00:00
Tim Prins
29f8b1f0cd Add some svn:ignore properties for the self ptl module
This commit was SVN r1246.
2004-06-14 19:03:15 +00:00
Ralph Castain
4c28cb8b3d Okay, let's see if the system gets rid of the old registry files this time. Also added new location to configure.ac, and picked up a change to the sys_info header.
This commit was SVN r1239.
2004-06-12 10:56:32 +00:00
Ralph Castain
bf86e88d5f Fix error in directory name - sorry
This commit was SVN r1238.
2004-06-12 10:47:05 +00:00
Ralph Castain
1189ed7b74 Clean up makefile to avoid causing problems with global make
This commit was SVN r1237.
2004-06-12 10:41:09 +00:00
Ralph Castain
551b6d36e0 New home for the registry system, setup as framework + components
This commit was SVN r1236.
2004-06-12 10:21:26 +00:00
Ralph Castain
4f92fa9627 Update to registry - prep to moving to new directory structure.
This commit was SVN r1235.
2004-06-12 10:15:05 +00:00
Rich Graham
fc9c512ba8 adding code to figure out which processes are on the same
host, and limit the number of procs that can use a given
shared memory region.

This commit was SVN r1230.
2004-06-11 20:42:01 +00:00
David Daniel
809f4413f4 Not version 10.0
This commit was SVN r1229.
2004-06-11 20:09:02 +00:00
David Daniel
13f3810f68 LAM -> Open-MPI
This commit was SVN r1227.
2004-06-11 19:31:45 +00:00
Ralph Castain
218af372c3 Fix a type declaration issue.
This commit was SVN r1226.
2004-06-11 16:54:05 +00:00
Ralph Castain
a877c2a954 Repair the sys_info function to correctly incorporate the pid field and initialize it. Many thanks to Jeff for catching the error.
This commit was SVN r1225.
2004-06-11 00:37:42 +00:00
Ralph Castain
3ba6a024c9 Update the unit test for sys_info function
This commit was SVN r1224.
2004-06-11 00:36:48 +00:00
Jeff Squyres
914a87a6ee Fix minor ordering error of arguments to function (fixed by George)
This commit was SVN r1223.
2004-06-11 00:18:40 +00:00
Jeff Squyres
8ca88dbc30 Eliminate a compiler warning, and simplify the code in the non-signals
case.

This commit was SVN r1222.
2004-06-10 23:54:50 +00:00
George Bosilca
ab0460b1fa The self module. There are still some improuvements to do, to decrease the overhead. We can have a shortcut from the MPI_Sendrecv function to avoid creating requests if possible.
This commit was SVN r1221.
2004-06-10 19:16:08 +00:00
George Bosilca
630c2f0c8b A faster implementation (but temporary I want to play with the internal size before the final commit). And yes it can be a mca parameter :)
This commit was SVN r1220.
2004-06-10 19:02:11 +00:00
George Bosilca
bcb7960080 Update the list of done functions.
This commit was SVN r1219.
2004-06-10 17:32:35 +00:00
George Bosilca
c1068ccd43 Now it compiles ...
This commit was SVN r1218.
2004-06-10 17:26:39 +00:00
George Bosilca
15cab4e5c5 Quick implementation of the MPI_Address function.
This commit was SVN r1217.
2004-06-10 17:12:29 +00:00
George Bosilca
09c97d0b00 Add the clock resolution to the MPI_Wtick.
This commit was SVN r1216.
2004-06-10 15:49:46 +00:00
Ginger Young
2457f3b599 Updated to refkect finished work.
This commit was SVN r1215.
2004-06-10 13:19:29 +00:00
Ginger Young
c5644be2f7 Completed adding Fortran wrappers and adding conversion code
when necessary.

Reviewer: Tim Woodall

This commit was SVN r1214.
2004-06-10 12:32:47 +00:00
Tim Woodall
7b0b9f0422 - fix to resolve change in behavior in datatype engine
This commit was SVN r1213.
2004-06-09 22:46:12 +00:00
Tim Woodall
8e30307ada removed list type
This commit was SVN r1212.
2004-06-09 22:08:59 +00:00
Tim Woodall
69ff3b9ecc - removed unused list type from ompi_list
- added probe/cancel stubs
- changed scheduler to allow unlimited first fragment size / use max fragment size

This commit was SVN r1211.
2004-06-09 19:45:08 +00:00
Jeff Squyres
35ee48d78e Update svn:ignore lists
This commit was SVN r1210.
2004-06-09 19:11:11 +00:00
George Bosilca
bcbb4477bc Change the result of the compare function as we want the ptl's ordered in increased order of the priority.
This commit was SVN r1209.
2004-06-09 04:33:42 +00:00
George Bosilca
3c866dde73 C require that the definitions of variables have to be done prior to any instruction block.
This commit was SVN r1208.
2004-06-09 04:31:38 +00:00
Edgar Gabriel
62f6f75b7c renaming a file for convinience reasons
This commit was SVN r1207.
2004-06-08 22:10:06 +00:00
Tim Woodall
4de017f34f check for non-null entry
This commit was SVN r1206.
2004-06-08 22:05:34 +00:00
Rich Graham
64795cbc33 update assignments. Ginger has agreed to take over George's work.
This commit was SVN r1205.
2004-06-08 20:48:16 +00:00
Ralph Castain
8270768e62 Adds the ompi_sys_info() function to the MPI_init function to initialize the system information structure. Added process id to the structure.
This commit was SVN r1204.
2004-06-08 15:20:16 +00:00
Jeff Squyres
3772597c82 Add proper function signature to prototypes
This commit was SVN r1203.
2004-06-07 23:02:10 +00:00
Jeff Squyres
29ab8d41d6 Fix some typos
This commit was SVN r1202.
2004-06-07 22:09:25 +00:00
Tim Woodall
dc97babc71 unused
This commit was SVN r1201.
2004-06-07 21:23:26 +00:00
Denis Dimick
1d640cbf7f text to look in HACKING file if autogen.sh fails
This commit was SVN r1200.
2004-06-07 21:10:17 +00:00
Denis Dimick
29ce94a8aa Changed repository from CVS to SVN
This commit was SVN r1199.
2004-06-07 21:04:57 +00:00
David Daniel
c2e2de7981 Removing broken reference to registry test
This commit was SVN r1198.
2004-06-07 21:00:42 +00:00
Denis Dimick
d803821f5d Updated the Hacking file. MacOS/X libtool broken msg and automake needs to be 1.7 or better.
This commit was SVN r1197.
2004-06-07 20:59:45 +00:00
Tim Woodall
f851e0032b renamed
This commit was SVN r1196.
2004-06-07 19:14:26 +00:00
Jeff Squyres
f93f068979 Rename a few .lam_ignore -> .ompi_ignore files
This commit was SVN r1195.
2004-06-07 18:18:54 +00:00
Tim Woodall
66a1b34bb5 shared memory version
This commit was SVN r1194.
2004-06-07 15:49:14 +00:00
David Daniel
1b04577727 renaming directories
This commit was SVN r1193.
2004-06-07 15:45:09 +00:00
David Daniel
2f96ba71fe renaming files
This commit was SVN r1192.
2004-06-07 15:40:19 +00:00
David Daniel
563ac2a338 First pass of lam -> ompi conversion
This commit was SVN r1191.
2004-06-07 15:33:53 +00:00