Skip to content
Snippets Groups Projects
Commit c220a1d8 authored by Toby Murray's avatar Toby Murray
Browse files

add eng unimelb setup script from last year

parent 0c162eed
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# setup environment variables for dimefox.eng.unimelb.edu.au
# and related servers
LIBDIR="/silo-q04/users/t/tobiasm1/local/lib64"
RHEL=$(cat /etc/issue | grep -F "Red Hat Enterprise Linux Server release 6.10 (Santiago)")
if [ ! -z "${RHEL}" ]
then
export LD_LIBRARY_PATH=$LIBDIR
export LDFLAGS=-L$LIBDIR
fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment