This commit is contained in:
Carl William Pearson
2022-01-28 13:14:19 -07:00
parent 800485d984
commit 29f5289068

View File

@@ -17,5 +17,10 @@ elif [[ "$NERSC_HOST" == perlmutter ]]; then
which python
export SS_DIR="$CFS"/m3918/pearson
echo "\$SS_DIR = $SS_DIR"
elif [[ `hostname` =~ ascicgpu030 ]]; then
echo hostname matched ascicgpu030
export SS_DIR="$HOME/suitesparse"
echo "\$SS_DIR = $SS_DIR"
fi