Last active
August 29, 2015 14:08
-
-
Save thomasantony/9448bdfa8faa3f2acdcf to your computer and use it in GitHub Desktop.
Bash Profile for Carter Server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module load cuda | |
module load matlab/R2014a | |
module load mathematica | |
unset SSH_ASKPASS | |
screen -p 0 -X stuff "export DISPLAY=$DISPLAY$(printf \\r)" | |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/apps/rhel6/Wolfram/Mathematica/9.0/SystemFiles/Links/MathLink/DeveloperKit/Linux-x86-64/CompilerAdditions | |
export PATH=$PATH:/apps/rhel6/Wolfram/Mathematica/9.0/Executables |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment