1
1

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.
Этот коммит содержится в:
Jeff Squyres 2005-10-26 14:24:28 +00:00
родитель ba3bf6592f
Коммит 2b66d53fe4

14
README
Просмотреть файл

@ -113,6 +113,13 @@ base as of this writing (26 Aug 2005):
shell$ ./configure FFLAGS=-Munixlogical ...
*********************************************************************
***NOTE: It is also necessary to compile all MPI applications with***
***these flags! ***
*********************************************************************
This will be fixed in a future version of Open MPI.
- For any version of the Intel compiler >= 8.0, the default value for
.TRUE. is -1. Open MPI does not currently handle this correctly.
As such, the "-fpscomp logicals" option must be used with the Intel
@ -122,6 +129,13 @@ base as of this writing (26 Aug 2005):
shell$ ./configure "FFLAGS=-fpscomp logicals" ...
*********************************************************************
***NOTE: It is also necessary to compile all MPI applications with***
***these flags! ***
*********************************************************************
This will be fixed in a future version of Open MPI.
- The MPI and run-time layers do not free all used memory properly
during MPI_FINALIZE.