blob: efdfb4bdd97eac216e201acb41dc3c6d19698bd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- frontendlauncher 2019-05-05 16:17:55.162505177 +0200
+++ frontendlauncher 2019-05-05 16:10:04.161147737 +0200
@@ -71,6 +71,9 @@
done
done
+export LD_LIBRARY_PATH=/opt/visit/current/linux-x86_64/lib:${LD_LIBRARY_PATH}
+export LD_PRELOAD=/usr/lib/libz.so
+
# Find the most recent VisIt python
visitpython=""
dir="$(dirname $0)"
|