Skip to content

Conversation

@wkliao
Copy link
Collaborator

@wkliao wkliao commented Oct 27, 2025

After the installation of Darshan 3.5.0 under Spack environment, a test run of
darshan-test/regression/run-all.sh failed with errors saying Darshan log
files could not be found. The issue points to this line of codes in file
workstation-ld-preload/env.sh.

export LD_PRELOAD=`dirname $FULL_MPICC_PATH`/../lib/libfmpich.so:$DARSHAN_RUNTIME_PATH/lib/libdarshan.so:$LD_PRELOAD

Removing libfmpich.so fixes the problem.

The older versions of mpich needed that hack, but it's no longer the case with today's MPICH, which has changed how the libraries are organized quite some time ago.

@wkliao wkliao added the CI continuous integration label Oct 27, 2025
@wkliao wkliao requested a review from carns October 27, 2025 17:34
@wkliao wkliao merged commit 2e098e7 into darshan-hpc:main Oct 27, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI continuous integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants