This commit is contained in:
Carl Pearson
2022-11-02 08:50:08 -07:00
parent 34bc594b04
commit f65421a4cf

View File

@@ -22,5 +22,10 @@ elif [[ `hostname` =~ ascicgpu030 ]]; then
export SS_DIR="$HOME/suitesparse"
echo "\$SS_DIR = $SS_DIR"
elif [[ `hostname` =~ rzvernal ]]; then
echo hostname matched rzvernal
export SS_DIR="/usr/workspace/cwpears/suitesparse"
echo "\$SS_DIR = $SS_DIR"
fi