We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b868bb8 commit 532e6bcCopy full SHA for 532e6bc
exaudfclient/base/exaudfclient.template.sh
@@ -3,5 +3,5 @@
3
SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
4
echo "Changing to script directory $SCRIPT_DIR"
5
cd "$SCRIPT_DIR" || return 1
6
-export LIBPYEXADATAFRAME_DIR="$SCRIPT_DIR/base/python/python3"
+export LIBPYEXADATAFRAME_DIR="$SCRIPT_DIR/external/exaudfclient_base+/python/python3"
7
export LD_LIBRARY_PATH="/opt/conda/cuda-compat/:$LD_LIBRARY_PATH" #Temporary hack for the Cuda ML flavor(s)
0 commit comments