Joshua Ladd
8e0dc62da7
This commit adds information to the README regarding known issues with some Fortran
...
compilers and OSHMEM Fortran bindings. This should be added to
cmr=v1.8.2:reviewer=phargrov
This commit was SVN r32544.
2014-08-15 21:25:51 +00:00
Jeff Squyres
84484a82b4
README: Document the --with-usnic configure switch
...
cmr=v1.8.2:reviewer=rhc
This commit was SVN r32457.
2014-08-08 13:57:54 +00:00
Jeff Squyres
1e500d7b37
Sync with v1.8 README
...
This commit was SVN r31444.
2014-04-19 00:30:38 +00:00
Jeff Squyres
7710eb0423
Further README tweaks about OSHMEM.
...
cmr=v1.7.5:ticket=trac:4427
This commit was SVN r31157.
The following Trac tickets were found above:
Ticket 4427 --> https://svn.open-mpi.org/trac/ompi/ticket/4427
2014-03-19 20:57:37 +00:00
Jeff Squyres
36dcddcad8
Update README regarding OSHMEM configure options and default behavior.
...
cmr=v1.7.5:ticket=trac:4427
This commit was SVN r31156.
The following Trac tickets were found above:
Ticket 4427 --> https://svn.open-mpi.org/trac/ompi/ticket/4427
2014-03-19 20:50:28 +00:00
Ralph Castain
d82bd5f3cf
Sync NEWS and README with 1.7.5
...
This commit was SVN r31122.
2014-03-18 18:38:38 +00:00
Jeff Squyres
d6184172e9
Remove extra blank line.
...
This commit was SVN r30650.
2014-02-10 14:50:00 +00:00
Mike Dubman
10f4bd4280
add help for --with-hcoll
...
Added by Josh, reviewed by Mike
cmr=v1.7.5:reviewer=ompi-rm1.7
This commit was SVN r30637.
2014-02-08 18:56:18 +00:00
Brian Barrett
4fb20c85cb
After discussion with Paul, clarify the Sparc 32 bit flags a bit more
...
This commit was SVN r30515.
2014-01-31 02:39:39 +00:00
Jeff Squyres
a9d665b142
Sync with 1.7 README.
...
This commit was SVN r30467.
2014-01-28 22:40:14 +00:00
Jeff Squyres
e098073d62
Merge v1.7 README changes into trunk
...
This commit was SVN r30457.
2014-01-28 15:36:52 +00:00
Jeff Squyres
1e3fc4d321
Add --with-libevent configure switch notes.
...
This commit was SVN r30450.
2014-01-28 04:44:19 +00:00
Jeff Squyres
6adc16081a
Add a configure test that mimics what OMPI's current mpi_f08
...
implementation does (that is not quite adherant to the Fortran
standard). If a compiler allows this behavior, build the mpi_f08
wrapper. For example, ifort allows it, but Pathscale/EKOPath 5.0 is
stricter in its Fortran compliance and disallows it.
This test is temporary; the real fix is to make OMPI adhere to Fortran
properly (i.e., see #4157 ). Once we fix #4157 , this test should be
removed. The main reason for committing this test is to put it into
v1.7.4 so that we can release, but with the intent to remove it by
1.7.5 (or 1.8.x at the latest!).
Refs trac:4157
cmr=v1.7.4:reviewer=ompi-rm1.7:subject=Add mpi_f08-(non)compliance configure test
This commit was SVN r30440.
The following Trac tickets were found above:
Ticket 4157 --> https://svn.open-mpi.org/trac/ompi/ticket/4157
2014-01-27 23:37:42 +00:00
Jeff Squyres
98d67add3c
Updates to the README and wrapper compiler man pages for Fortran.
...
Thanks to Paul Hargrove for spotting these issues.
cmr=v1.7.4:reviewer=rhc:subject=Fortran README+man page updates
This commit was SVN r30414.
2014-01-24 21:00:00 +00:00
Jeff Squyres
7b28af54bb
Add ability to selectively enable/disable Fortran bindings
...
Each Fortran bindings layer builds on the other. Specifically:
* You can build just mpif.h support
* You can build mpif.h and "use mpi" support
* You can build mpif.h and "use mpi" and "use mpi_f08" support
You cannot build mpif.h and "use mpi_f08" support without also
building "use mpi" support.
This new functionality adds new capabilities to the existing
--enable-fortran-mpi switch. You can now pass the following values:
* --enable-fortran-mpi=no or none: synonyms for --disable-fortran-mpi
(i.e., build no Fortran bindings).
* --enable-fortran-mpi=mpifh: build only mpif.h support
* --enable-fortran-mpi=usempi: build mpif.h and "use mpi" support
* --enable-fortran-mpi=usempif08: build mpif.h, "use mpi", and "use
mpi_f08" support
* --enable-fortran-mpi=yes or all: synonyms for --enable-fortran-mpi
(i.e., no argument), which will attempt to build all 3 Fortran
bindings
cmr=v1.7.4:ticket=4162
This commit was SVN r30379.
The following Trac tickets were found above:
Ticket 4162 --> https://svn.open-mpi.org/trac/ompi/ticket/4162
2014-01-23 01:28:55 +00:00
Ralph Castain
16c061a5f8
Per Paul Hargrove, ROMIO now supports OpenBSD
...
cmr=v1.7.4:reviewer=ompi-gk1.7
This commit was SVN r30321.
2014-01-18 15:33:08 +00:00
Jeff Squyres
770bf30915
Clarifications that we're talking about the Fortran PGI compiler.
...
This commit was SVN r30317.
2014-01-17 21:39:59 +00:00
Tom Naughton
41d06d33ae
+ fix typo in previous README addition
...
This commit was SVN r30309.
2014-01-17 15:32:21 +00:00
Jeff Squyres
2091530c9b
Add the results of Paul's Fortran testing as release notes in the README.
...
cmr=v1.7.4:reviewer=rhc:subject=Update README with PGI testing release notes
This commit was SVN r30308.
2014-01-17 15:26:51 +00:00
Jeff Squyres
1d67a83838
* Update the bullet about NetBSD6 + f95/g95.
...
* Remove an old/outdated bullet about PGI and OS X (that bug has since
been fixed).
cmr=v1.7.4:reviewer=rhc:subject=Update README bullets
This commit was SVN r30290.
2014-01-14 18:59:26 +00:00
Jeff Squyres
4481eb2a17
Add note about what Paul Hargrove discovered abotu g96 on the NetBSD-6
...
AMD64 platforms:
http://www.open-mpi.org/community/lists/devel/2014/01/13748.php
cmr=v1.7.4:reviewer=rhc:subject=README update for g95+NetBSD-6+AMD64
This commit was SVN r30269.
2014-01-13 17:06:35 +00:00
Ralph Castain
6d842c6c7c
Drop Mac 10.5 support in README
...
This commit was SVN r30248.
2014-01-11 00:03:32 +00:00
Ralph Castain
18ded3ba6c
Update readme to remove stale references to udapl and elan
...
This commit was SVN r30223.
2014-01-10 05:14:24 +00:00
Ralph Castain
af31e783db
Update README for interconnects
...
Refs trac:4082
This commit was SVN r30219.
The following Trac tickets were found above:
Ticket 4082 --> https://svn.open-mpi.org/trac/ompi/ticket/4082
2014-01-10 05:03:00 +00:00
Ralph Castain
4a4e354d95
Update Mac support for 10.8 and 10.9 - need to review about earlier versions
...
cmr=v1.7.4:reviewer=ompi-gk1.7
This commit was SVN r30215.
2014-01-10 00:48:26 +00:00
Jeff Squyres
4bb76afd3e
These README edits should have been included in r30152.
...
Refs trac:4058
This commit was SVN r30153.
The following SVN revision numbers were found above:
r30152 --> open-mpi/ompi@36cca10042
The following Trac tickets were found above:
Ticket 4058 --> https://svn.open-mpi.org/trac/ompi/ticket/4058
2014-01-08 03:48:04 +00:00
Joshua Ladd
01eef35dce
Significant update of README to include OSHMEM info. Also updated NEWS to include mention of support for PMI2
...
This commit was SVN r29637.
2013-11-07 17:14:28 +00:00
Ralph Castain
2f9374e2b4
Update README to reflect removal of support for native Windows and reduced support for Solaris
...
cmr:v1.7.3:reviewer=jsquyres
This commit was SVN r29391.
2013-10-07 19:20:26 +00:00
Ralph Castain
2b74e04394
We still have other projects using sensors, and we do still enable static ports for OOB
...
This commit was SVN r29366.
2013-10-04 14:11:43 +00:00
Jeff Squyres
676d48d384
Sync with changes to the README on the v1.7 branch.
...
This commit was SVN r29363.
2013-10-04 12:12:18 +00:00
Jeff Squyres
d7df5aeafe
Sync with README on v1.7 branch
...
This commit was SVN r29361.
2013-10-04 11:01:50 +00:00
Tom Naughton
0d5b6a73a4
+ fix typo in README
...
This commit was SVN r28916.
2013-07-22 22:16:05 +00:00
Nathan Hjelm
1b6ad3f002
fix a couple of typos in README
...
This commit was SVN r28915.
2013-07-22 22:02:40 +00:00
Nathan Hjelm
562cfd9630
Update README with information about uGNI and vader BTLs. Also remove references to the csum pml.
...
cmr=v1.7.3:reviewer=jsquyres
This commit was SVN r28911.
2013-07-22 19:16:59 +00:00
Jeff Squyres
7a63ee24fb
Remove Elan and Windows Verbs from the list of supported networks.
...
This commit was SVN r28881.
2013-07-19 22:15:25 +00:00
Jeff Squyres
bcf40e075b
Add some notes about the Cisco usNIC BTL.
...
This commit was SVN r28880.
2013-07-19 22:14:49 +00:00
Jeff Squyres
4d9da92e60
Fixes trac:376: bu default the wrappr compilers will enable rpath support
...
in generated executables on systems that support it. Use
--disable-wrapper-rpath to disable this behavior. See text in
README about --disable-wrapper-rpath for more details.
This commit was SVN r28479.
The following Trac tickets were found above:
Ticket 376 --> https://svn.open-mpi.org/trac/ompi/ticket/376
2013-05-11 00:49:17 +00:00
Brian Barrett
8cbe7ddb94
remove references to long dead btls
...
This commit was SVN r28167.
2013-03-13 00:13:22 +00:00
Ralph Castain
a4b6fb241f
Remove all remaining vestiges of the Windows integration
...
This commit was SVN r28137.
2013-02-28 17:31:47 +00:00
Jeff Squyres
7993d57c24
Updated ARM architecture names per Leif's suggestion in
...
http://www.open-mpi.org/community/lists/devel/2013/01/12015.php .
This commit was SVN r27958.
2013-01-29 14:03:32 +00:00
Jeff Squyres
4b4dbda0df
Update C++ examples to say that Open MPI no longer builds the MPI C++
...
bindings by default. Fix a typo in README, and add a bullet to news
about the MPI C++ bindings.
This commit was SVN r27948.
2013-01-28 22:22:26 +00:00
Jeff Squyres
b276421878
Sync NEWS and README with the v1.6 branch.
...
This commit was SVN r27919.
2013-01-26 00:07:02 +00:00
Jeff Squyres
99ceb3adb2
Add notes/warnings about Java.
...
This commit was SVN r27778.
2013-01-09 13:09:03 +00:00
Jeff Squyres
8fc0294dff
Minor line-break fixes.
...
This commit was SVN r27777.
2013-01-09 11:50:23 +00:00
Jeff Squyres
84f1e14b17
As has been discussed for a long time, decided in the December 2012
...
meeting, and RFCed in mid-December (#3424 ): we no longer build the MPI
C++ bindings by default.
The C++ bindings are still ''there'' -- starting with 1.9, we'll just
be providing a little encouragement to no longer use them.
There are no definite plans to ''remove'' the C++ bindings yet. At
the earliest, we would remove them in the next feature series after
1.9.
This commit was SVN r27755.
2013-01-07 19:58:19 +00:00
Jeff Squyres
c4d00bc476
Sync README with v1.6 branch: add bullet about Intel compilers and the
...
IA64 platform.
This commit was SVN r27324.
2012-09-12 14:59:32 +00:00
Jeff Squyres
38440369a7
Add note about Absoft compiler and the mpi_f08 module.
...
This commit was SVN r27243.
2012-09-05 18:45:38 +00:00
Manjunath Gorentla Venkata
f21a5dcc91
Updating README with ML collectives information
...
This commit was SVN r27101.
2012-08-21 21:09:36 +00:00
Jeff Squyres
8e2efb4084
Fix wierdness in copyright notice.
...
This commit was SVN r27088.
2012-08-17 11:25:30 +00:00
Jeff Squyres
1955d62cdc
Clarify some points about ABI and Fortran in the README.
...
This commit was SVN r26969.
2012-08-08 14:02:30 +00:00