Skip to content

Commit

Permalink
s3 use skx-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorEijkhout committed Sep 8, 2024
1 parent 069dd9e commit a0c9790
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ script :
EXECUTABLE=${EXECUTABLE} \
; fi \
&& if [ "$$( hostname )" = "staff.vista.tacc.utexas.edu" ] ; then \
QUEUE=gg ; else QUEUE=${QUEUE} ; fi \
QUEUE=gg \
; elif [ "$$( hostname )" = "staff.stampede3.tacc.utexas.edu" ] ; then \
QUEUE=skx-dev \
; else \
QUEUE=${QUEUE} \
; fi \
&& cat $${template} | sed -e "s/SSH/${SSH}/" -e "s/RUN/${RUN}/" \
-e "s/EXECUTABLE/$${EXECUTABLE}/" -e "s/NODES/${NODES}/" \
-e "s/NAME/${NAME}/" \
Expand Down

0 comments on commit a0c9790

Please sign in to comment.