We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4472616 commit d0e9be3Copy full SHA for d0e9be3
.github/workflows/linux.yml
@@ -68,7 +68,7 @@ jobs:
68
export MERCURY_DIR=$mydir/mercury/install
69
export LIBFABRIC_DIR=$mydir/libfabric-1.12.1/install
70
export PDC_DIR=$mydir/pdc/install
71
- export LD_LIBRARY_PATH="$LIBFABRIC_DIR/lib:$MERCURY_DIR/lib:$PDC_DIR/lib:$LD_LIBRARY_PATH"
+ export LD_LIBRARY_PATH="$LIBFABRIC_DIR/lib:$MERCURY_DIR/lib:$PDC_DIR/lib:$VOL_DIR/install/lib:$LD_LIBRARY_PATH"
72
export PATH="$LIBFABRIC_DIR/include:$LIBFABRIC_DIR/lib:$MERCURY_DIR/include:$MERCURY_DIR/lib:$PATH"
73
74
# Compile HDF5
0 commit comments