projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d7da25
)
dropped xsede tools config file, since that can change a lot based on machine.
author
Chris Koeritz
<fred@gruntose.com>
Tue, 24 Mar 2015 19:34:27 +0000
(15:34 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Tue, 24 Mar 2015 19:34:27 +0000
(15:34 -0400)
customizing/fred/fred_variables.sh
patch
|
blob
|
history
diff --git
a/customizing/fred/fred_variables.sh
b/customizing/fred/fred_variables.sh
index f3bc3bdd0a1cca797ea8a0a3e1a43667b4b68f9c..e67519f494d948930cc6de1b510076e6f76cd0f5 100644
(file)
--- a/
customizing/fred/fred_variables.sh
+++ b/
customizing/fred/fred_variables.sh
@@
-60,12
+60,6
@@
if [ -z "$NETHACKOPTIONS" ]; then
# options for the lame mp3 encoder.
export LAMEOPT="--alt-preset extreme"
- # points the xsede tools at our standard config file, so we don't have to worry about
- # setting up other versions if the GENII_INSTALL_DIR changes. this requires the variables
- # for GENII_INSTALL_DIR and GENII_USER_DIR to be established, since my config file doesn't
- # set those.
- export XSEDE_TOOLS_CONFIG_FILE=$HOME/xsede/code/xsede_tools.cfg
-
fi