1
1

Update PGI notes to reflect that -Msignextended flag is not necessary

in 7.0 and beyond (because it's now the default).

This commit was SVN r14590.
Этот коммит содержится в:
Jeff Squyres 2007-05-05 05:00:27 +00:00
родитель 97664b686c
Коммит 1ec9052e55

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

@ -136,11 +136,12 @@ base as of this writing (1 March 2007):
Tests with later versions show that this has been fixed (e.g., Tests with later versions show that this has been fixed (e.g.,
v6.0-5). v6.0-5).
- The Portland Group compilers require the "-Msignextend" compiler - The Portland Group compilers prior to version 7.0 require the
flag to extend the sign bit when converting from a shorter to longer "-Msignextend" compiler flag to extend the sign bit when converting
integer. This is is different than other compilers (such as GNU). from a shorter to longer integer. This is is different than other
When compiling Open MPI with the Portland compiler suite, the compilers (such as GNU). When compiling Open MPI with the Portland
following flags should be passed to Open MPI's configure script: compiler suite, the following flags should be passed to Open MPI's
configure script:
shell$ ./configure CFLAGS=-Msignextend CXXFLAGS=-Msignextend \ shell$ ./configure CFLAGS=-Msignextend CXXFLAGS=-Msignextend \
--with-wrapper-cflags=-Msignextend \ --with-wrapper-cflags=-Msignextend \