Skip to content

Commit 532e6bc

Browse files
committed
Fixed slow wrapper
1 parent b868bb8 commit 532e6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exaudfclient/base/exaudfclient.template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
44
echo "Changing to script directory $SCRIPT_DIR"
55
cd "$SCRIPT_DIR" || return 1
6-
export LIBPYEXADATAFRAME_DIR="$SCRIPT_DIR/base/python/python3"
6+
export LIBPYEXADATAFRAME_DIR="$SCRIPT_DIR/external/exaudfclient_base+/python/python3"
77
export LD_LIBRARY_PATH="/opt/conda/cuda-compat/:$LD_LIBRARY_PATH" #Temporary hack for the Cuda ML flavor(s)

0 commit comments

Comments
 (0)