From cdac45181165ded3320bdc5beb411efb1bd1fc5a Mon Sep 17 00:00:00 2001 From: Caetano Melone Date: Sun, 26 Jul 2026 20:14:03 -0700 Subject: [PATCH] env: remove confusing sentence the sentence referred to niceties mpicc offers, which are unrelated to spack Signed-off-by: Caetano Melone --- tutorial_environments.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorial_environments.rst b/tutorial_environments.rst index 10c397175..754b696d5 100644 --- a/tutorial_environments.rst +++ b/tutorial_environments.rst @@ -178,7 +178,6 @@ With ``openmpi`` installed in ``myproject`` as a dependency of ``trilinos``, ``m .. literalinclude:: outputs/environments/show-mpicc-1.out :language: console -This means we can compile code against the environment's packages without any manual ``-I`` or ``-L`` flags. Let's build a small program that uses both MPI and ``zlib``: .. code-block:: c