summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGregory Becker <becker33.llnl.gov>2016-07-20 12:04:00 -0700
committerGregory Becker <becker33.llnl.gov>2016-07-20 12:04:00 -0700
commit6983c1d30d6e4f93ee8d8a0df87e3c9ea8cde103 (patch)
treee8a6b10812c075240069c9a33db679c45d36f2c1 /lib
parent412618d53108d6417c88c62d85377f69f8bf1829 (diff)
downloadspack-6983c1d30d6e4f93ee8d8a0df87e3c9ea8cde103.tar.gz
spack-6983c1d30d6e4f93ee8d8a0df87e3c9ea8cde103.tar.bz2
spack-6983c1d30d6e4f93ee8d8a0df87e3c9ea8cde103.tar.xz
spack-6983c1d30d6e4f93ee8d8a0df87e3c9ea8cde103.zip
Documented linker default
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/basic_usage.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/spack/docs/basic_usage.rst b/lib/spack/docs/basic_usage.rst
index 50a161a175..948092047b 100644
--- a/lib/spack/docs/basic_usage.rst
+++ b/lib/spack/docs/basic_usage.rst
@@ -1866,6 +1866,10 @@ to call the Cray compiler wrappers during build time.
For more on compiler configuration, check out :ref:`compiler-config`.
+Spack sets the default Cray link type to dynamic, to better match other
+other platforms. Individual packages can enable static linking (which is the
+default outside of Spack on cray systems) using the -static flag.
+
Setting defaults and using Cray modules
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~