Skip to content

Commit

Permalink
fix darshan installation (Darshan tutorial)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtitov committed Feb 10, 2025
1 parent 5f3e34b commit d3eb180
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SCRIPTS_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )/" &> /dev/null \

(sudo apt-get update -y && \
sudo apt-get install -y \
autoconf build-essential cmake libtool tar) \
autoconf build-essential cmake libtool libz-dev tar) \
&> /dev/null || true

DARSHAN_VER=3.4.6
Expand Down

0 comments on commit d3eb180

Please sign in to comment.