1
1
Граф коммитов

159 Коммитов

Автор SHA1 Сообщение Дата
Tim Mattox
555ea9c6ca Tweak the formatting and english of the new section in the README.
This commit was SVN r13881.
2007-03-02 01:35:10 +00:00
George Bosilca
8f50e5c0f2 Update the MX TBL and MTL section.
This commit was SVN r13879.
2007-03-01 23:29:17 +00:00
Jeff Squyres
1b5d40e98a Got updates from Sun.
This commit was SVN r13842.
2007-02-28 13:03:06 +00:00
Jeff Squyres
b2bb8d7535 Got one update from Sun -- need a few more...
This commit was SVN r13834.
2007-02-27 22:15:14 +00:00
Jeff Squyres
8287167635 Bunches of updates. Still need some information before this can be
considered final -- marked with "*** JMS".

This commit was SVN r13831.
2007-02-27 20:01:38 +00:00
Jeff Squyres
0a7e281032 Remove SC06 release notes.
This commit was SVN r13121.
2007-01-15 14:22:18 +00:00
Tim Mattox
30b2780b03 Update README file for SC06 1.2 beta
This commit was SVN r12563.
2006-11-12 16:31:06 +00:00
Tim Mattox
40834fd0c8 Updated the SC 2006 Beta notes in the README
This commit was SVN r12556.
2006-11-11 02:37:29 +00:00
Jeff Squyres
e124857353 Various updates.
This commit was SVN r12540.
2006-11-10 17:41:42 +00:00
Brian Barrett
fac7912e44 There's actually no reason to mention the C++ bindings seek change in the README,
as there's nothing specifically that the user needs to know about.

This commit was SVN r12126.
2006-10-16 14:28:51 +00:00
Brian Barrett
9a8e3d2318 Don't document a bug that Jeff found as life as it stands (Refs trac:387)
This commit was SVN r12124.

The following Trac tickets were found above:
  Ticket 387 --> https://svn.open-mpi.org/trac/ompi/ticket/387
2006-10-16 13:42:40 +00:00
Jeff Squyres
18e34484fa Refs trac:387
* Document --disable-mpi-cxx-seek
 * Document that you need to include "mpi.h" after system-level
   headers that create the SEEK_* constants
 * Make the C++ examples follow this behavior (include "mpi.h" after
   <iostream>)

This commit was SVN r12123.

The following Trac tickets were found above:
  Ticket 387 --> https://svn.open-mpi.org/trac/ompi/ticket/387
2006-10-16 13:22:22 +00:00
Jeff Squyres
8226dab86c Fixes trac:377
Add --enable-orterun-prefix-by-default (and a synonym:
--enable-mpirun-prefix-by-default) to make orterun always behave as if
"--prefix $prefix" was given on the command line (where $prefix is the
value given to the --prefix option to configure).  This prevents many
rsh/ssh users from needing to modify their shell startup files to set
the LD_LIBRARY_PATH for Open MPI (they will still need to set PATH or
otherwise find the OMPI executables to mpicc/mpirun/etc. their MPI
applications).

Also added --noprefix option to orterun to disable this behavior.
Finally, note that even if --enable-orterun-prefix-by-default is
specified, if the user specifies --prefix or /path/to/mpirun, these
options will override the default value of the prefix ($prefix).

This commit was SVN r11669.

The following Trac tickets were found above:
  Ticket 377 --> https://svn.open-mpi.org/trac/ompi/ticket/377
2006-09-15 02:52:08 +00:00
Jeff Squyres
eb5445c57c Add note about OFED 1.0 and how it won't work with OMPI v1.2 and later
(because of GNU libtool 2.x issues -- see
https://svn.open-mpi.org/trac/ompi/ticket/334 and
http://openib.org/bugzilla/show_bug.cgi?id=223).  OFED fixed the
problem in OFED 1.1.

Closes trac:334.

This commit was SVN r11623.

The following Trac tickets were found above:
  Ticket 334 --> https://svn.open-mpi.org/trac/ompi/ticket/334
2006-09-12 11:28:58 +00:00
Pak Lui
08352878cc * Added in new ras and pls components to support Sun N1 Grid Engine (N1GE)
6 and its open source version as the job launchers for ORTE.

This commit was SVN r11153.
2006-08-10 21:46:52 +00:00
Jeff Squyres
7aac77a37c When on the IA64 platform, if we're using the Intel 9.0 v20051201
compiler, automatically disable the ptmalloc component.  It seems that
optimization level -O2 or higher will cause the generated code to do
Bad Things (e.g., opalcc will segv).  Upgrading to the Intel 9.1
compiler seems to fix the problem.

This closes ticket #227.

This commit was SVN r11076.
2006-08-01 18:48:34 +00:00
Brian Barrett
56a86c89b1 * Fix for bug #152. Make --with-FOO-libdir=DIR only check DIR, and not the
DIR/lib and DIR/lib64, which really never made sense.

This commit was SVN r10535.
2006-06-28 03:33:30 +00:00
Jeff Squyres
df45221a3e Until a real fix for #142 is found, this workaround prohibits using
mpi_leave_pinned when multiple OpenIB HCA ports are found.
Specifically, if mpi_leave_pinned == 1 and ultiple HCA ports are
found, the MCA parameter btl_openib_max_btls is set to 1.  If the MCA
parameter btl_openib_warn_leave_pinned_multi_port is true, emit a
warning that this happened (having an MCA parameter to control the
warning allows users/sysadmins to turn it off instead of being nagged
for every run).

This commit was SVN r10521.
2006-06-27 10:43:03 +00:00
Jeff Squyres
1d27ca5d0a Until a real fix for #142 is found, this workaround prohibits using
mpi_leave_pinned when multiple OpenIB HCA ports are found.
Specifically, if mpi_leave_pinned == 1 and ultiple HCA ports are
found, the MCA parameter btl_openib_max_btls is set to 1.  If the MCA
parameter btl_openib_warn_leave_pinned_multi_port is true, emit a
warning that this happened (having an MCA parameter to control the
warning allows users/sysadmins to turn it off instead of being nagged
for every run).

This commit was SVN r10424.
2006-06-20 11:32:46 +00:00
Brian Barrett
d96554a482 * Fix for issue #144. With the opal_atomic_lifo code, we can no longer build
on platforms without a 32-bit compare and swap implementation.  There isn't
  such a thing on Sparc v8 chips, so we can't support those platforms right
  now.  Should be possible to make opal_atomic_lifo less atomic on these
  platforms, but not in the time allotted.

This commit was SVN r10407.
2006-06-17 18:45:29 +00:00
Jeff Squyres
beceebdecd Various updates.
This commit was SVN r10404.
2006-06-17 10:41:10 +00:00
Brian Barrett
f4a4f32b06 release note updates to match v1.1
This commit was SVN r10333.
2006-06-13 17:23:42 +00:00
Brian Barrett
ddea249f9b Add note about MCA parameters that have required items in the list
This commit was SVN r10141.
2006-05-31 14:12:43 +00:00
Jeff Squyres
6fd19ef890 Updates to README:
- clarify f90 module size comments
- make --with-mpi-param-check comment correct

This commit was SVN r9716.
2006-04-25 21:49:50 +00:00
Jeff Squyres
69e4c118ae Fix typo.
This commit was SVN r9712.
2006-04-25 17:17:13 +00:00
Jeff Squyres
bb3e8dd3cd Add notes about the F90 module sizes.
This commit was SVN r9710.
2006-04-25 16:58:27 +00:00
Gleb Natapov
10ae27dd25 Add NEWS item and copyright.
This commit was SVN r9697.
2006-04-24 14:15:22 +00:00
Jeff Squyres
1597ee94b7 Update notes on the Portland compiler
This commit was SVN r9471.
2006-03-29 23:09:02 +00:00
Jeff Squyres
142f59a435 Add release note about PGI compilers.
This commit was SVN r9459.
2006-03-29 19:45:45 +00:00
Jeff Squyres
c12b38a13a Sync README with v1.0 README.
This commit was SVN r9166.
2006-02-27 11:42:21 +00:00
Jeff Squyres
87a871c35b Update the two top-level files that essentially represent all the
copyrights. 

This commit was SVN r8881.
2006-02-02 06:27:35 +00:00
Jeff Squyres
8c31ab1dee Update README and NEWS about Fortran .TRUE. handling.
This commit was SVN r8297.
2005-11-29 01:06:44 +00:00
Jeff Squyres
9812694227 Ensure to instantiate MPI_F_STATUS_IGNORE and MPI_F_STATUSES_IGNORE.
Thanks to Anthony Chan for pointing this out.

Note that these will only work for the Fortran compiler that Open MPI
was configured with -- since these values, are, by definition,
single-value, they cannot support all 4 values that Open MPI may
generate for the different Fortran name-mangling schemes.  A lengthy
comment in ompi_mpi_init.c explains this in more detail.  Added to the
README to explain this situation, as well as the forthcoming
.TRUE. Fortran fixes.

This commit was SVN r8231.
2005-11-22 15:24:39 +00:00
Jeff Squyres
2cb0bb4735 Various updates
This commit was SVN r8219.
2005-11-21 22:58:28 +00:00
Jeff Squyres
42ec26e640 Update the copyright notices for IU and UTK.
This commit was SVN r7999.
2005-11-05 19:57:48 +00:00
Jeff Squyres
3e1107262f - Add note about MX fragment sizes
- Add note that we don't yet support hardware matching (full
  disclosure is best)

This commit was SVN r7928.
2005-10-28 21:49:25 +00:00
Jeff Squyres
f8ae2767cf Update README to match new compiler wrapper flags.
This commit was SVN r7909.
2005-10-28 03:15:39 +00:00
Jeff Squyres
2b66d53fe4 Put a note in that you have to compile all your MPI apps with the
Intel / PGI compiler flags for the logical issue.

This commit was SVN r7881.
2005-10-26 14:24:28 +00:00
Jeff Squyres
3f01c33f8a Updates about compiler notes
This commit was SVN r7871.
2005-10-25 19:29:46 +00:00
Jeff Squyres
c41c77848e Update the --enable-f* options to be --enable-mpi-f* and add
documentation about --enable-mpi-cxx.

This commit was SVN r7859.
2005-10-25 12:18:49 +00:00
Brian Barrett
baa4c1eb58 * commit quick XGrid release note
This commit was SVN r7717.
2005-10-12 03:27:15 +00:00
Jeff Squyres
01fa036645 Sync README with 1.0 branch
This commit was SVN r7714.
2005-10-12 01:14:49 +00:00
Jeff Squyres
5c98bbeae6 Update to docs
This commit was SVN r7682.
2005-10-10 19:13:54 +00:00
Brian Barrett
d81726833e * Add memory barriers for shared memory. Rich and I think we got them
all and the Intel tests pass slightly oversubscribed.

This commit was SVN r7431.
2005-09-19 16:28:25 +00:00
Jeff Squyres
5702c8f29b Fix help messages and docs about --with arguments
This commit was SVN r7183.
2005-09-05 18:51:34 +00:00
Jeff Squyres
dd96f06470 We now also support POE
This commit was SVN r7094.
2005-08-30 16:15:01 +00:00
Jeff Squyres
acd78a978a More updates.
This commit was SVN r7045.
2005-08-26 13:17:01 +00:00
Brian Barrett
43822c6ec6 * add note about static binary linking and the Linux memory managers. This
is not an issue on Darwin, since Darwin doesn't support statically linking
  executables (there is no LibSystem.a)

This commit was SVN r7032.
2005-08-25 16:26:37 +00:00
Jeff Squyres
ec22a641f5 Update the README w.r.t. the f90 bindings.
This commit was SVN r6994.
2005-08-24 02:18:18 +00:00
Jeff Squyres
47b2b95c00 Minor updates
This commit was SVN r6945.
2005-08-20 20:28:05 +00:00
Jeff Squyres
387dacef66 Clarify BProc notes
This commit was SVN r6936.
2005-08-19 14:30:38 +00:00
Jeff Squyres
473720c22f Update the README a bit
This commit was SVN r6763.
2005-08-08 15:25:59 +00:00
Jeff Squyres
eb7365581a Copy over from the beta branch.
This commit was SVN r6745.
2005-08-05 12:21:32 +00:00
Jeff Squyres
3f5541349a Add UC copyright
This commit was SVN r5009.
2005-03-24 12:43:37 +00:00
Jeff Squyres
616269a9be Add HLRS copyright
This commit was SVN r3665.
2004-11-28 20:09:25 +00:00
Jeff Squyres
e9ed717748 First cut at copyrights: IU, UTK, and some OSU. LANL and HLRS still
pending.

This commit was SVN r3655.
2004-11-22 01:38:40 +00:00
Jeff Squyres
aa11f9be06 - Fix broken $HEADER$ lines
- Add $HEADER$ lines to files that didn't have them
- Add placeholder LICENSE file

This commit was SVN r3654.
2004-11-22 00:37:56 +00:00
Jeff Squyres
7a8396bab5 some text updates -- ditch old/un-updated version numbers
This commit was SVN r1571.
2004-07-07 15:58:55 +00:00
Jeff Squyres
6ad01adbb9 Add more to the "make dist" process. ftp.gnu.org still does not have
new config.guess/config.sub files (!), but a) the code is smart enough
to know this, and b) when they become available again, the Right
Things will happen.

Also, I left the example code in there how to add man pages to the
relevant Makefile's on the thought that we'll need it when we
eventually get around to making man pages (assumedly through
doxygen).

This commit was SVN r985.
2004-03-26 21:34:01 +00:00