forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/develop' into maintenance/merg…
…e-from-upstream-2024-11-25
- Loading branch information
Showing
497 changed files
with
5,156 additions
and
4,437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -283,10 +283,6 @@ compilers`` or ``spack compiler list``: | |
[email protected] [email protected] [email protected] [email protected] | ||
-- clang ------------------------------------------------------- | ||
[email protected] [email protected] [email protected] [email protected] | ||
-- pgi --------------------------------------------------------- | ||
[email protected] [email protected] [email protected] [email protected] [email protected] | ||
[email protected] [email protected] [email protected] [email protected] [email protected] | ||
[email protected] [email protected] [email protected] [email protected] [email protected] | ||
Any of these compilers can be used to build Spack packages. More on | ||
how this is done is in :ref:`sec-specs`. | ||
|
@@ -806,65 +802,6 @@ flags to the ``icc`` command: | |
spec: [email protected] | ||
^^^ | ||
PGI | ||
^^^ | ||
|
||
PGI comes with two sets of compilers for C++ and Fortran, | ||
distinguishable by their names. "Old" compilers: | ||
|
||
.. code-block:: yaml | ||
cc: /soft/pgi/15.10/linux86-64/15.10/bin/pgcc | ||
cxx: /soft/pgi/15.10/linux86-64/15.10/bin/pgCC | ||
f77: /soft/pgi/15.10/linux86-64/15.10/bin/pgf77 | ||
fc: /soft/pgi/15.10/linux86-64/15.10/bin/pgf90 | ||
"New" compilers: | ||
|
||
.. code-block:: yaml | ||
cc: /soft/pgi/15.10/linux86-64/15.10/bin/pgcc | ||
cxx: /soft/pgi/15.10/linux86-64/15.10/bin/pgc++ | ||
f77: /soft/pgi/15.10/linux86-64/15.10/bin/pgfortran | ||
fc: /soft/pgi/15.10/linux86-64/15.10/bin/pgfortran | ||
Older installations of PGI contains just the old compilers; whereas | ||
newer installations contain the old and the new. The new compiler is | ||
considered preferable, as some packages | ||
(``hdf``) will not build with the old compiler. | ||
|
||
When auto-detecting a PGI compiler, there are cases where Spack will | ||
find the old compilers, when you really want it to find the new | ||
compilers. It is best to check this ``compilers.yaml``; and if the old | ||
compilers are being used, change ``pgf77`` and ``pgf90`` to | ||
``pgfortran``. | ||
|
||
Other issues: | ||
|
||
* There are reports that some packages will not build with PGI, | ||
including ``libpciaccess`` and ``openssl``. A workaround is to | ||
build these packages with another compiler and then use them as | ||
dependencies for PGI-build packages. For example: | ||
|
||
.. code-block:: console | ||
$ spack install openmpi%pgi ^libpciaccess%gcc | ||
* PGI requires a license to use; see :ref:`licensed-compilers` for more | ||
information on installation. | ||
|
||
.. note:: | ||
|
||
It is believed the problem with HDF 4 is that everything is | ||
compiled with the ``F77`` compiler, but at some point some Fortran | ||
90 code slipped in there. So compilers that can handle both FORTRAN | ||
77 and Fortran 90 (``gfortran``, ``pgfortran``, etc) are fine. But | ||
compilers specific to one or the other (``pgf77``, ``pgf90``) won't | ||
work. | ||
|
||
|
||
^^^ | ||
NAG | ||
^^^ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.