Jelena Pjesivac-Grbovic
6efca498ec
Fixes trac:692 in trunk: receive buffer in MPI_Reduce operation is no longer overwritten on non-root nodes.
...
This commit was SVN r13538.
The following Trac tickets were found above:
Ticket 692 --> https://svn.open-mpi.org/trac/ompi/ticket/692
2007-02-07 18:57:03 +00:00
Pak Lui
ccff0a6e65
* minor fix to correct the pid that always shows up as 0 in the abort
...
error message. e.g:
mpirun noticed that job rank 2 with PID 0 on node burl-ct-v440-4
exited on signal 15 (Terminated).
This commit was SVN r13537.
2007-02-07 17:46:19 +00:00
Ralph Castain
c7be9a7121
Complete backout of prior sched_yield and paffinity changes
...
This commit was SVN r13530.
2007-02-07 14:22:37 +00:00
Jeff Squyres
6ed6864fc4
Include the major, minor, release numbers in mpi.h.
...
This commit was SVN r13529.
2007-02-07 03:19:44 +00:00
Pak Lui
b99b200aeb
* fix a typo
...
This commit was SVN r13525.
2007-02-06 21:59:55 +00:00
Josh Hursey
90f449f675
fix a typo that got in there
...
This commit was SVN r13523.
2007-02-06 20:56:48 +00:00
Ralph Castain
890e3c7981
Reset the trunk so that the odls now sets the paffinity and sched_yield params again. The sched_yield is still overridden by any user-specified setting.
...
This change utilizes the new num_processors function. I also left the mods made to ompi_mpi_init and the bug fix for the default value of mpi_yield_when_idle. Note that the mods to mpi_init will not really take effect as the mca param will now *always* be set (either by user or odls). We will need those mods later, so no point in removing them now.
This commit was SVN r13519.
2007-02-06 19:51:05 +00:00
George Bosilca
575075ea77
typo.
...
This commit was SVN r13510.
2007-02-06 16:53:44 +00:00
George Bosilca
ebbc37584f
Add Windows support for finding the number of available processors, and
...
return the same value if there is no registered paffinity module.
This commit was SVN r13509.
2007-02-06 16:53:13 +00:00
Rainer Keller
80295b8f68
- Indent one space; this crept up to deliver:
...
icc -g -finline-functions -fno-strict-aliasing-restrict -c help.c
icc: Command line warning: ignoring option '-fno-strict-aliasing'; no argument required
This commit was SVN r13507.
2007-02-06 13:23:23 +00:00
Jeff Squyres
0732c555de
Refs trac:853
...
Add new function opal_get_num_processors() that will return the number
of processors on the local host. Does the Right thing in POSIX
environments (to include a special case for OS X), and will shortly do
the Right Thing for Windows (this commit includes a change to
configure, so I wanted to get that in before the US workday -- the
Windows code can some shortly because it won't involve configury
changes).
This commit was SVN r13506.
The following Trac tickets were found above:
Ticket 853 --> https://svn.open-mpi.org/trac/ompi/ticket/853
2007-02-06 12:03:56 +00:00
Jeff Squyres
c91fcd7fbd
Fix a bunch of minor typos submitted by Bernhard Fischer.
...
This commit was SVN r13505.
2007-02-06 12:00:30 +00:00
George Bosilca
eaa164d52f
Don't check for the DT_FLAG_DATA. It is never set. This was intended to be
...
a protection against creating subarrays with MPI_LB and MPI_UB. But, I don't
think the MPI standard state anything about this.
This commit was SVN r13504.
2007-02-06 03:58:24 +00:00
George Bosilca
d5982eb5cb
The whole affinity game for the Microsoft Windows platform.
...
This commit was SVN r13503.
2007-02-06 00:23:51 +00:00
Karen Norteman
410f657d07
Fixes trac:876
...
This commit was SVN r13502.
The following Trac tickets were found above:
Ticket 876 --> https://svn.open-mpi.org/trac/ompi/ticket/876
2007-02-05 22:26:02 +00:00
Rolf vandeVaart
dcce8c739c
Fix compiler warning. I am not sure how this got
...
passed us, but thanks to Jeff Squyres for pointing it out.
This commit was SVN r13501.
2007-02-05 22:03:58 +00:00
Rolf vandeVaart
74e3b68ce8
Better document orte-clean's behavior.
...
This commit was SVN r13498.
2007-02-05 20:01:15 +00:00
Brian Barrett
cf8bc2ad0b
print debugging information about switing the event flag and print the
...
initialization information
This commit was SVN r13497.
2007-02-05 19:38:54 +00:00
Brian Barrett
09cc9e4941
properly compute starting offset -- the lb will be included in the offset, so we don't need
...
both.
Refs trac:864
This commit was SVN r13494.
The following Trac tickets were found above:
Ticket 864 --> https://svn.open-mpi.org/trac/ompi/ticket/864
2007-02-05 18:12:18 +00:00
Ralph Castain
26897a626d
Add a delayed_abort test code. We seem to handle this case just fine now, but Sun reports still seeing troubles on Solaris.
...
This commit was SVN r13493.
2007-02-05 15:24:01 +00:00
Galen Shipman
ec610a9e65
spread priorities out a bit..
...
This commit was SVN r13487.
2007-02-04 00:55:25 +00:00
Rainer Keller
c2c8bdf8ac
- Check not only C, but also C++ compiler both at one
...
go and have proper casting.
Tested with linux gcc-4, icc-9.0, pathcc-2.2.1 and pgi-6.2.5
(icc warns on several attributes, that they are ignored;
same for pathcc and pgi)
This commit was SVN r13485.
2007-02-03 17:35:46 +00:00
Tim Prins
cc896e6292
make way for a better fix...
...
This commit was SVN r13484.
2007-02-03 16:49:28 +00:00
Tim Prins
0d283cb4d7
Fix for the attribute problems we have been having lately.
...
Check both the c and cpp compilers for support of attributes, and then check for support for each individual attribute with both compilers. Only if both compilers support a given attribute will we enable it.
This commit was SVN r13483.
2007-02-03 15:58:49 +00:00
Galen Shipman
ddf08cb0b3
woops..
...
This commit was SVN r13482.
2007-02-03 02:32:00 +00:00
Galen Shipman
a94101fa62
mostly another hack around for PML selection, allows CM be select itself if an
...
MTL is available, if not OB1 is used. Still prevents DR and OB1 from stomping
on each other though.
This commit was SVN r13481.
2007-02-03 02:01:18 +00:00
Jeff Squyres
4e506e69e5
Add missing <sys/param.h>
...
This commit was SVN r13478.
2007-02-03 01:11:35 +00:00
Rolf vandeVaart
bf5113198d
Update to orte-clean so it will remove files on local and
...
remote nodes. It will also kill off rogue orteds and orterun
processes. The killing of processes is ifdef'ed out for Windows
since I do not know how to do it there. Note that this change
will requite an autogen.
This commit was SVN r13477.
2007-02-03 00:25:42 +00:00
Ralph Castain
a8202742ba
Fix a missing function pointer - reference ticket #854
...
This commit was SVN r13476.
2007-02-02 23:10:14 +00:00
Christian Bell
e04c55af00
Fixes to psm mtl following a more comprehensive testing of intel tests.
...
This commit was SVN r13471.
2007-02-02 21:55:04 +00:00
Jeff Squyres
f6e7016cdd
Make this test capable of running more than "-np 1". If you run with
...
"-np X", it will launch X parents and then MPI_COMM_SPAWN X additional
children.
This commit was SVN r13466.
2007-02-02 14:34:53 +00:00
Terry Dontje
244fb76002
This commit fixes trac:856.
...
This commit was SVN r13464.
The following Trac tickets were found above:
Ticket 856 --> https://svn.open-mpi.org/trac/ompi/ticket/856
2007-02-02 12:48:26 +00:00
Jeff Squyres
055dbe9fb9
* Bump back down to release 1
...
* Separate out test clauses; don't have the same guarantees of
left-to-right evaluation in shell script that you do in other
languages (i.e., protect against the case of running "basename ''")
This commit was SVN r13463.
2007-02-02 12:26:33 +00:00
George Bosilca
0ff2115964
Other warnings are now silenced.
...
This commit was SVN r13462.
2007-02-02 06:47:35 +00:00
George Bosilca
30b2c55900
Move the attribute definition at the beginning of the
...
opal_config_bottom.h file.
This commit was SVN r13461.
2007-02-02 06:28:30 +00:00
Jelena Pjesivac-Grbovic
e193d625bc
Bugfix for ring allreduce algorithm.
...
The step used to iterate through buffer was function of true_extent instead of extent.
This may or may not solve ticket #689 because I am still getting failures over btl mx,
but I cannot reproduce failures over mtl mx nor tcp.
This commit was SVN r13459.
2007-02-02 02:44:16 +00:00
Karen Norteman
59cc09fd1a
Fixes trac:850, updates man pages
...
This commit was SVN r13456.
The following Trac tickets were found above:
Ticket 850 --> https://svn.open-mpi.org/trac/ompi/ticket/850
2007-02-01 21:57:48 +00:00
George Bosilca
24997841da
Another patch to silence the compilers.
...
This commit was SVN r13455.
2007-02-01 21:52:44 +00:00
Karen Norteman
4dc71969b1
trac bug 850
...
This commit was SVN r13452.
2007-02-01 21:29:06 +00:00
Karen Norteman
f545127e7d
trac bug 850
...
This commit was SVN r13451.
2007-02-01 21:28:22 +00:00
Karen Norteman
984d764259
trac bug 850
...
This commit was SVN r13450.
2007-02-01 21:27:38 +00:00
Karen Norteman
8dd7e175cd
trac bug 850
...
This commit was SVN r13449.
2007-02-01 21:26:59 +00:00
Karen Norteman
47a3f7f760
trac bug 850
...
This commit was SVN r13448.
2007-02-01 21:26:18 +00:00
Karen Norteman
40eeeaef39
trac bug 850
...
This commit was SVN r13447.
2007-02-01 21:25:35 +00:00
Karen Norteman
e304eec9dc
trac bug 850
...
This commit was SVN r13446.
2007-02-01 21:24:37 +00:00
Karen Norteman
8a627e8957
trac bug 850
...
This commit was SVN r13445.
2007-02-01 21:23:54 +00:00
Karen Norteman
25b153848d
trac bug 850
...
This commit was SVN r13444.
2007-02-01 21:23:13 +00:00
Karen Norteman
0c30c74b0a
trac bug 850
...
This commit was SVN r13443.
2007-02-01 21:22:34 +00:00
Karen Norteman
7a60f878a9
trac bug 850
...
This commit was SVN r13442.
2007-02-01 21:21:43 +00:00
Karen Norteman
11b91057ec
trac bug 850
...
This commit was SVN r13441.
2007-02-01 21:21:00 +00:00