diff - Compare profiles#

Usage#

e4s-cl profile diff <NAME> <OTHER NAME>

Description#

This command is a helper meant to easily show differences between profiles. It will output a list of paths prefixed by a inequality sign (>/<) to highlight which profile has an outstanding dependency.

Example#

$ e4s-cl profile diff openmpi sparse
< /usr/lib/openmpi/libopen-pal.so.40  # Files only in the 'openmpi' profile
< /usr/lib/openmpi/libopen-rte.so.40
> /usr/bin/strace                     # File only in the 'sparse' module