Skip to content

Commit

Permalink
fixing ldmsd hang in github ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Snell1224 committed Mar 21, 2024
1 parent 5ad30d5 commit 539bc47
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/darshan_ldms_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get install openmpi-bin libopenmpi-dev
# Make LDMS use IPv4 address by disabling IPv6 - temporary workaround
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
- name: Clone LDMS
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -105,7 +103,7 @@ jobs:
echo "---starting ldmsd---"
cat > ldmsd-latest.sh << EOF
. /opt/ovis-latest/etc/profile.d/set-ovis-variables.sh
ldmsd \$@
ldmsd \$@ &
EOF
chmod 755 ldmsd-latest.sh
./ldmsd-latest.sh -x sock:10444 -c stream-samp-latest.conf -l /tmp/stream-samp-latest.log -v DEBUG
Expand All @@ -115,7 +113,7 @@ jobs:
[[ -n "${STREAM_SAMP_LATEST_PID}" ]] || error "stream-samp-latest.log is not running"
cat > ldms_ls-latest.sh << EOF
. /opt/ovis-latest/etc/profile.d/set-ovis-variables.sh
ldms_ls \$@
ldms_ls \$@ &
EOF
chmod 755 ldms_ls-latest.sh
./ldms_ls-latest.sh -p 10444 -x sock -v -v
Expand Down

0 comments on commit 539bc47

Please sign in to comment.