From fc00dfa32a9fb029e07764e1d0a2473c6c8283aa Mon Sep 17 00:00:00 2001 From: meijia Date: Sun, 25 May 2003 01:55:37 +0000 Subject: [PATCH] [liblustre]: - add back lustrerun script --- lustre/liblustre/lustrerun | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 lustre/liblustre/lustrerun diff --git a/lustre/liblustre/lustrerun b/lustre/liblustre/lustrerun new file mode 100755 index 0000000..f44fb925 --- /dev/null +++ b/lustre/liblustre/lustrerun @@ -0,0 +1,12 @@ +#!/bin/sh + +#PORTALS_MYNID=${PORTALS_MYNID:-`hostname -i`} +PORTALS_MYNID=${PORTALS_MYNID:-"172.16.1.1"} +LUSTRE_MOUNT_POINT=${LUSTRE_MOUNT_POINT:-"/mnt/lustre"} +LD_PRELOAD=${LD_PRELOAD:-"/usr/lib/liblustre.so"} + +export PORTALS_MYNID +export LUSTRE_MOUNT_POINT +export LD_PRELOAD + +exec $@ -- 1.8.3.1