Various updates
This commit was SVN r8219.
Этот коммит содержится в:
родитель
eb7cfe3ecd
Коммит
2cb0bb4735
22
README
22
README
@ -14,9 +14,6 @@ Additional copyrights may follow
|
|||||||
|
|
||||||
$HEADER$
|
$HEADER$
|
||||||
|
|
||||||
===========================================================================
|
|
||||||
This is a preliminary README file. It will be scrubbed formally
|
|
||||||
before release.
|
|
||||||
===========================================================================
|
===========================================================================
|
||||||
|
|
||||||
The best way to report bugs, send comments, or ask questions is to
|
The best way to report bugs, send comments, or ask questions is to
|
||||||
@ -41,7 +38,7 @@ Thanks for your time.
|
|||||||
===========================================================================
|
===========================================================================
|
||||||
|
|
||||||
The following abbreviated list of release notes applies to this code
|
The following abbreviated list of release notes applies to this code
|
||||||
base as of this writing (26 Aug 2005):
|
base as of this writing (21 Nov 2005):
|
||||||
|
|
||||||
- Open MPI includes support for a wide variety of supplemental
|
- Open MPI includes support for a wide variety of supplemental
|
||||||
hardware and software package. When configuring Open MPI, you may
|
hardware and software package. When configuring Open MPI, you may
|
||||||
@ -72,7 +69,6 @@ base as of this writing (26 Aug 2005):
|
|||||||
- PBS Pro, Open PBS, Torque (i.e., anything who supports the TM
|
- PBS Pro, Open PBS, Torque (i.e., anything who supports the TM
|
||||||
interface)
|
interface)
|
||||||
- SLURM
|
- SLURM
|
||||||
- POE
|
|
||||||
- XGrid
|
- XGrid
|
||||||
- Yod
|
- Yod
|
||||||
|
|
||||||
@ -82,7 +78,8 @@ base as of this writing (26 Aug 2005):
|
|||||||
files.
|
files.
|
||||||
|
|
||||||
- MPI-2 one-sided functionality will not be included in the first few
|
- MPI-2 one-sided functionality will not be included in the first few
|
||||||
releases of Open MPI.
|
releases of Open MPI. Attempting to use any MPI-2 one-sided
|
||||||
|
function will result in an run-time MPI exception.
|
||||||
|
|
||||||
- Systems that have been tested are:
|
- Systems that have been tested are:
|
||||||
- Linux, 32 bit, with gcc
|
- Linux, 32 bit, with gcc
|
||||||
@ -135,8 +132,11 @@ base as of this writing (26 Aug 2005):
|
|||||||
.TRUE. is -1. Open MPI does not currently handle this correctly.
|
.TRUE. is -1. Open MPI does not currently handle this correctly.
|
||||||
As such, the "-fpscomp logicals" option must be used with the Intel
|
As such, the "-fpscomp logicals" option must be used with the Intel
|
||||||
Fortran compiler in to force it to use 1 as the value for .TRUE.
|
Fortran compiler in to force it to use 1 as the value for .TRUE.
|
||||||
This can be added to the FFLAGS environment variable when running
|
|
||||||
configure:
|
******************************************************************
|
||||||
|
*** NOTE: It is also necessary to compile all MPI applications ***
|
||||||
|
*** with these flags! ***
|
||||||
|
******************************************************************
|
||||||
|
|
||||||
The Open MPI team recommends using setting FFLAGS and FCFLAGS as
|
The Open MPI team recommends using setting FFLAGS and FCFLAGS as
|
||||||
well as using the --with-wrapper-fflags and --with-wrapper-fcflags
|
well as using the --with-wrapper-fflags and --with-wrapper-fcflags
|
||||||
@ -383,8 +383,8 @@ executable that is properly linked to all the relevant libraries.
|
|||||||
Running Open MPI Applications
|
Running Open MPI Applications
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
Open MPI supports both mpirun and mpiexec (they are actually the
|
Open MPI supports both mpirun and mpiexec (they are exactly
|
||||||
same). For example:
|
equivalent). For example:
|
||||||
|
|
||||||
shell$ mpirun -np 2 hello_world_mpi
|
shell$ mpirun -np 2 hello_world_mpi
|
||||||
|
|
||||||
@ -392,7 +392,7 @@ or
|
|||||||
|
|
||||||
shell$ mpiexec -np 1 hello_world_mpi : -np 1 hello_world_mpi
|
shell$ mpiexec -np 1 hello_world_mpi : -np 1 hello_world_mpi
|
||||||
|
|
||||||
are equivalent. Many of mpiexec's switches (such as -host and -arch)
|
are equivalent. Some of mpiexec's switches (such as -host and -arch)
|
||||||
are not yet functional, although they will not error if you try to use
|
are not yet functional, although they will not error if you try to use
|
||||||
them.
|
them.
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user