Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tutorial_environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down